The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Quote:
|
#12
|
||||
|
||||
Mind if I see a link to your site? Maybe a test account?
|
#13
|
|||
|
|||
<a href="http://www.fordtruckfanatics.com" target="_blank">www.fordtruckfanatics.com</a>
|
#14
|
||||
|
||||
Could be the forum version your on. Try this. Check your MEMBERINFO template and look for the show posts/show thread links. Post both of those here so I can take a look at them. They look a little different to me.
|
#15
|
|||
|
|||
Code:
<td><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></td> </tr> <tr> <td><a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$userinfo[urlusername]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td> |
#16
|
||||
|
||||
Yeah, looks like thread search was different in 3.6. Try search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&e xactname=1&searchuser=$bbuserinfo[urlusername]
|
#17
|
|||
|
|||
get "Invalid User specified. If you followed a valid link, please notify the administrator"
|
#18
|
||||
|
||||
That should have done the trick. I just found the exact same URL posted by Wayne Luke for 3.6 back in '07. http://www.vbulletin.com/forum/showt...eads-and-posts Make sure you still don't have any typos. Other than that, it should be working, unless you've got some malformed code higher up in the page that's conflicting.
|
#19
|
|||
|
|||
I've been using this code in my navigation bar since the 3.6.x days (and it still works on 3.8.6 PL1):
Code:
<td class="vbmenu_control"> <a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]">My Threads</a> / <a href="search.php?$session[sessionurl]do=process&showposts=0&exactname=1&searchuser=$bbuserinfo[username]">My Replies</a> </td> |
#20
|
|||
|
|||
That works.
Thanks to the both of you for your help. I really appreciate it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|