mastroo
01-22-2008, 04:56 PM
Hello
I tried to add all threads and posts for member and his name in navbar template , When i copied these tow lines from memberinfo teplate :
<a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a>
<a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]&starteronly=1" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a>
I got these two lines showed in navbar but the problem when you click on the link you got error message because userid empty, for example :
http://xxxxxxxxx.com/vb/search.php?do=finduser&u=
Hope to get help
Regards,
mastrooo
I tried to add all threads and posts for member and his name in navbar template , When i copied these tow lines from memberinfo teplate :
<a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a>
<a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]&starteronly=1" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a>
I got these two lines showed in navbar but the problem when you click on the link you got error message because userid empty, for example :
http://xxxxxxxxx.com/vb/search.php?do=finduser&u=
Hope to get help
Regards,
mastrooo

