The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Find my Posts link
Hi, I'm trying to add a Find my Posts link similar to how vB.org has one under "Search this Thread". I'm trying this URL but instead of showing the user's posts within the corresponding thread it shows all posts by the user. Is there a different link format to get this working for vB4?
http://www.mysite.com/forums/search.php?searchthreadid={vb:raw thread.threadid}&userid={vb:raw bbuserinfo.userid}&do=finduser |
#2
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/showthread.php?t=227856" target="_blank">This</a> might help.
|
#3
|
|||
|
|||
That shows all posts by a user, and already have a function like that.
|
#4
|
|||
|
|||
Quote:
Under Search Thread on a thread, click Advanced Search, input the appropriate username, select Exact Name, and search. |
#5
|
|||
|
|||
I'm referring to this find my posts link: http://gyazo.com/97a16f2d21b86fc746395742636a3f75
I know how to manually use the Advanced Search, but I want to implement this for ease of use for my members..... --------------- Added [DATE]1360464157[/DATE] at [TIME]1360464157[/TIME] --------------- Figured it out. For anyone interested I added this to my SHOWTHREAD template after line: <div class="submitoptions"> </div> HTML Code:
<div class="advancedsearchlink"><a href="search.php?{vb:raw session.sessionurl}do=finduser&searchthreadid={vb:raw thread.threadid}&userid={vb:raw bbuserinfo.userid}&contenttype=vBForum_Post&showposts=1">Find My Posts</a></div> <div class="submitoptions"> </div> |
#6
|
|||
|
|||
Quote:
This is the URL I get: Code:
www.kh-mediaflare.net/search.php?searchid=[ID here] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|