16.05.2009, 10:03
In der PHP-Referenz von MyBB steht
und darunter
Ich rufe nun mal testweise
auf. Klappt das?
PHP Code:
get_thread_link($tid, $page=0, $action='')
Build the thread link.
param: int The thread id of the thread.
param: int (Optional) The page number of the thread.
param: string (Optional) The action we're performing (ex, lastpost, newpost, etc)
return: string The url to the thread.
und darunter
PHP Code:
get_post_link($pid, $tid=0)
Build the post link.
param: int The post ID of the post
param: int The thread id of the post.
Ich rufe nun mal testweise
PHP Code:
get_post_link($post['pid'], $thread['tid')
auf. Klappt das?
--
Christian
Christian
