The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Find all threads by $username
Hello
I have a requirement which details as below: In my navbar I want a menu item for "Find all threads by $username". This menu item should have an input field so that the user enters a name xyz in that field. When they hit the "GO" button it should output the result of all the threads started by the particular user xyz. Thanks in advance. |
#2
|
|||
|
|||
You can already do that on the advanced search page.
|
#3
|
|||
|
|||
Hello
Can you tell me in detail. Thanks. |
#4
|
|||
|
|||
I think they want to know how to make it similar to the "Search" drop down in the navbar, instead of having to go through the advanced search page.
|
#5
|
||||
|
||||
Try this for the link:
HTML Code:
<a href="http://www.yoursite.org/search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1">All Threads by User</a> |
#6
|
||||
|
||||
I need to include a link to find all threads by the logged in users the same way a link is on their profile page under the statistics tab.
How can I code that? The suggestion above link takes me to an error message: Quote:
Thanks! |
#7
|
||||
|
||||
It really helps if you paste exactly what code you used and tell us what template you put it in. And, it would help if you would either give us a link to see what is happening or paste what the page source is in the page.
|
#8
|
||||
|
||||
Quote:
I am trying to use your above suggested code: Code:
<a href="http://www.yoursite.org/search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1">All Threads by User</a> I already posted a thread over on the vba forum... I figured I would ask here since the link in this thread is what I need to have as well but on a vba page. |
#9
|
||||
|
||||
You can't leave it at www.yoursite.org . You need to change that to be your site url. And, I have no idea if your vbulletin stuff is in another folder, like /forum. If so, the link needs to be changed to reflect that. Not being able to have any details like that makes it very hard to debug.
|
#10
|
||||
|
||||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|