Quote:
Originally Posted by ssslippy
If you look in the template you want to take the link from it will give you the url. You can then put this into your navbar.
|
I tried to take the code from the member_block_statistics template and put it into the navbar as a button but I cant get it to work right. I was taking this code:
<if condition= "$show['member']">
<td><a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]" rel="nofollow"><phrase 1="$prepared[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td>
The thing is, I dont even know if this is remotely close to the right code...