The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I've edited a template and included this search to find all threads started by a user.
PHP Code:
|
#2
|
||||
|
||||
![]()
Take a look on the Forums page and see the links that say "Click here to view the latest topics" and you should get a good idea of how to do that. Or, look at the search.php code and you'll see the variables allowed also.
If you still need help, post back here with the different code you have tried and we'll see if we can help figure out what is wrong. |
#3
|
|||
|
|||
![]()
I am not extremely experienced in PHP, and I really can't seem to find the correct variable or how to format it correctly... sorry...
|
#4
|
||||
|
||||
![]() Quote:
PHP Code:
PHP Code:
|
#5
|
|||
|
|||
![]()
I appreciate your help, but I have no idea how to take that and make a properly formatted link out of that.
|
#6
|
||||
|
||||
![]()
You need to add the variable to the end of your link.
You wrote this: HTML Code:
<a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]&starteronly=1">Threads Started</a> HTML Code:
<a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]&starteronly=1&forumchoice[]=xxx,yyy">Threads Started</a> |
#7
|
|||
|
|||
![]()
Thanks so much for your help - you have been a lifesaver, Lynne. I just have one more question: I currently have this link (Which works perfectly) and the text currently displays "Posted Content." How could I make it "[USERNAME OF USER]'s Posted Content"?
|
#8
|
||||
|
||||
![]()
Um, I'm not sure where on your site it says that, but you are talking about the actual viewer of the page, right? Doesn't it usually say the name in the search field? You can try using either $user[username] or $searchuser[username] and see if that works.
|
#9
|
|||
|
|||
![]()
I'm displaying this below someone's signature with the aid of a mod. I'd like it to display that user's name below their sig.
|
#10
|
||||
|
||||
![]()
You want to display the name of the poster in the same poster's signature? I think $post[username] is the username of the poster.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|