2012-06-14, 05:26 PM
I'm trying to add a "Your Threads" button to the header of my forum.
This is the code I should be using (I think)
where XXXXX should be the variable that automatically finds the UID of the person logged in.
I've tried this variable but it hasn't worked:
I'm so confused.
This is the code I should be using (I think)
<a href="http://www.minecraftlounge.net/search.php?action=finduserthreads&uid=XXXXX">Your Threads</a>
where XXXXX should be the variable that automatically finds the UID of the person logged in.
I've tried this variable but it hasn't worked:
$mybb->user['uid']
I'm so confused.