View Full Version : Find my Posts link
WorldCraft
02-09-2013, 10:46 PM
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
Amaury
02-09-2013, 11:13 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=227856" target="_blank">This</a> might help.
WorldCraft
02-09-2013, 11:27 PM
That shows all posts by a user, and already have a function like that.
Amaury
02-09-2013, 11:35 PM
That shows all posts by a user, and already have a function like that.
Okay, that feature is already there, then.
Under Search Thread on a thread, click Advanced Search, input the appropriate username, select Exact Name, and search.
WorldCraft
02-10-2013, 01:28 AM
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 1360464157 at 1360464157 ---------------
Figured it out. For anyone interested I added this to my SHOWTHREAD template after line: <div class="submitoptions"> </div>
<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&showpo sts=1">Find My Posts</a></div>
<div class="submitoptions"> </div>
Amaury
02-10-2013, 01:49 AM
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.....
Ah, okay. Sorry, I misunderstood you twice.
This is the URL I get:
www.kh-mediaflare.net/search.php?searchid=[ID here]
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.