MyBB Community Forums

Full Version: show thread number and user number, in posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
how i can show thread number and user number, in posts
You can use the following variables;
{$thread['tid']}
for thread, and
{$post['uid']}
for User ID, in templates.
thanx

{$thread['tid']}
it show ALL forums theread
i want show user thread from posts
You want to show "User's Threads" on postbit ?

If so, it requires a plugin.
and plugins edit postbit to insert user's thread code