The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
View your...
Okay so I was wondering if someone would be kind enough to help me.
I am attempting to add three links to one of my drop downs. View YOUR Threads View YOUR Posts and Threads YOU have posted in. However I continue to get stuck on what the actual URL of the link should be, everytime I attempt something it says either: Invalid Username Specified or Please add more constraints to your search. Can anyone please help me |
#2
|
||||
|
||||
Something along these lines?
https://vborg.vbsupport.ru/showthread.php?t=230302 *View post #4 for more info, most want those added in as well . |
#3
|
|||
|
|||
Damn it, please accept my apologies TLS - I had searched however obviously I wasn't using the right terms as that post didn't even come up.
Thanks for taking the time, and sorry for looking like a newbie who cant use the search button. |
#4
|
||||
|
||||
pfff no worries, I've released a mod albeit different when a similar one existed and I was none the wiser until about a month later .
|
#5
|
|||
|
|||
Thanks that was very helpful (the thread) after like 3 hours of trying different lines/queries/ and anything else I can think off it was doing my head in but is all good now.
The only issue I am having now is with the View your threads and View your posts code I am using: Code:
search.php?do=finduser&userid=&contenttype=vBForum_Post&showposts=1 Please add more constraints to your search. Searches that return all or most of the database are a bad idea. ^^ Because of that I feel like slapping vBulletin lol. |
#6
|
||||
|
||||
Quote:
If your adding it to a drop-down in the navbar you can simply use the memberinfo codes and change from userinfo to bbuserinfo that way when you click the link it shows all your posts, if they click the same link it knows their number and finds their posts etc. Example: Code:
<li><a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw bbuserinfo.userid}&contenttype=vBForum_Post&showposts=1"><img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="{vb:rawphrase find_all_posts}" class="inlineimg" /> {vb:rawphrase find_all_posts}</a></li> Code:
<li><a href="search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw bbuserinfo.userid}&contenttype=vBForum_Post&showposts=1">{vb:rawphrase find_all_posts}</a></li> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|