The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to add direct link to find all my posts when logged in?
I would like to add direct link to find all my posts when logged in to VB to add to either navbar or welcome user box. Is this possible? I see I can do it by going to the search function enter my user name but would like a direct link for my forum so people can find there posts easy if they do not subscribe to them.
Thanks for any help you can provide. |
#2
|
||||
|
||||
The URL for that kind of search would be search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid].
For threads started it would be search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]&starteronly=1. |
#3
|
|||
|
|||
That worked perfectly!! Thanks Digital Jedi
|
#4
|
|||
|
|||
I added and thought it was working great but just realized that the one for threads started is bringing up threads that I have replied to but not started.
|
#5
|
|||
|
|||
Your right Slehmann, I didn't even notice that I wonder if there is a way to do it?
|
#6
|
||||
|
||||
It shouldn't. That's just a slightly tweaked version of the link from MEMBERINFO.
|
#7
|
|||
|
|||
Not sure why I thought that it didn't work that day when I checked it out, but Jedi you are right. It did what you said it does. Sorry for the confusion or my loss of consciousness that day.
|
#8
|
||||
|
||||
I've been unconscious since Tuesday. So, no worries.
|
#9
|
|||
|
|||
mine just shows replies for both. some of my users brought it to my attention.
should look like this, right? Quote:
|
#10
|
||||
|
||||
Well, you never closed the first <a> tag. See the code in red? You left that out.
Code:
<td class="vbmenu_control"> <a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]&starteronly=1">My Threads</a>/ <a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]">Replies</a> </td> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|