The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Search link for "threads I've replied to" and "my started threads"
So www.mysite.com/search.php?do=getdaily is used to find posts from the last 24 hours
and www.mysite.com/search.php?do=getnew is used to find all new unread posts What do I need to show "threads I've replied to" and "my started threads" I would like to make these easy to find for my members. I found solutions for earlier versions of vbulletin, but they did not work for me. I have vb 4.0.8 |
#2
|
|||
|
|||
anyone?
|
#3
|
|||
|
|||
Quote:
So many ways to do this: 1. Add links to navbar 2. Add links to Tab 3. Add links anywhere you want them to be You can also set navbar link to show all the time for users. So you could create a navbar called "my activity" with links to "my post" "my blog" "my profile" "my thread etc. |
#4
|
|||
|
|||
Yes, I already know how to place the links in the navbar and anywhere else on my site that I want to. That's not what I'm asking.
I don't know how to form the search link to show someone their started threads or posts they have replied to. |
#5
|
||||
|
||||
THIS MIGHT HELP :
Code:
http://www.YOURFORUMPATH.com/search.php?do=finduser&userid=ENTERUSERID&starteronly=1&contenttype=vBForum_Thread |
#6
|
|||
|
|||
I can't put a specific userid because when the person is logged in, I want them to be able to click the link and have it take them to THEIR OWN started threads as well as have a link that takes them to posts that they have replied to.
|
#7
|
||||
|
||||
you can use this :
Quote:
Code:
http://www.yourforumpath.com/search.php?do=finduser&userid={vb:raw bbuserinfo.userid}&starteronly=1&contenttype=vBForum_Thread |
#8
|
|||
|
|||
THANK YOU YankForum! That was exactly what I meant
It worked! It shows all the threads a user has started in descending order. Is there a way to have it display the threads they have participated in? Or is there no way to do that? --------------- Added [DATE]1289722217[/DATE] at [TIME]1289722217[/TIME] --------------- By the way, I changed it to this: Code:
http://www.yourforumpath.com/search.php?do=finduser&userid={vb:raw bbuserinfo.userid}&starteronly=1&contenttype=vBForum_Post When it said Thread, for some reason it left out some of the threads I had started. Changed it to Post, and that fixed the problem. Still trying to figure out how to have it display the threads you have participated in (whether you started them or not). |
#9
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|