The Arcive of vBulletin Modifications Site. |
|
Find all threads posted in - "My Threads" Details »»
|
|||||||||||||||||||||||||||
|
Find all threads posted in - "My Threads"
Developer Last Online: Nov 2014
You can insert the following code into your board to allow your users to have a simple link to find all the threads they have posted in. It is rather simple and works well when put into the navbar. I use the term "My Threads" for lack of a better term.
Code:
search.php?do=finduser&userid={vb:raw bbuserinfo.userid}&starteronly=0&contenttype=vBForum_Thread
Code:
{vb:raw template_hook.navbar_start}
<vb:if condition="$show['searchbuttons']">
<vb:if condition="$show['member']">
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_Post">{vb:rawphrase new_posts_nav}</a></li>
<li><a href="search.php?do=finduser&userid={vb:raw bbuserinfo.userid}&starteronly=0&contenttype=vBForum_Thread">My Threads</a></li>
<vb:else />
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum_Post">{vb:rawphrase todays_posts}</a></li>
</vb:if>
</vb:if>
Supporters / CoAuthors Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Original thread was: https://vborg.vbsupport.ru/showthread.php?t=105905
If someone could help me create a xml, that would be great! |
|
#3
|
|||
|
|||
|
I am glad you came out with this. I have no idea why vB messed up the search so badly in vB4.
|
|
#4
|
||||
|
||||
|
installed
thank you bro but this link show all my suscribe threads not my own threads !!! |
|
#5
|
|||
|
|||
|
I clarified the title a bit. They are all threads a user has posted in without having to be subscribed too.
|
|
#6
|
||||
|
||||
|
Quote:
not only threads This is what I mean
|
|
#7
|
|||
|
|||
|
I understand. I just don't have a better term then calling it 'My Threads'. All I know is that I have had it on my website for about 4 years now and people love it and want it on other websites. They like being able to find all threads they have posted in without having to be subscribed to them.
It is like using the profile link called, "Find all Posts", but in a threaded view and not on a post by post basis. Thanks, Frank |
|
#8
|
||||
|
||||
|
Ok
Thank You Bro |
|
#9
|
|||
|
|||
|
Installed and working
4.1 PL2 |
|
#10
|
|||
|
|||
|
I don't understand why there are separate codes shown. Do they go in different places? I installed the bottom code and it did not work.
|
![]() |
|
|