04wayne
02-02-2019, 06:42 PM
Hi,
I recently migrated over a large phpBB database and one feature that my posters are missing quite a bit is the "View Your Posts" function or the "egosearch" facility.
If you're familiar with phpBB, you'll know what it is - it's basically the facility to view a list of the topics you've posted in at some point.
If you were to do an Advanced Search by username of the poster and sort by date (recent first), you'd get what it is - I want to add it to my Navbar but wondered if anyone knew what code to use? What I've seen on vBulletin.com has thus far failed to give me what I need.
--------------- Added 1549140932 at 1549140932 ---------------
I found this at VB.Com but it doesn't quite work as it takes the user to the Advanced Search screen?
<if condition="$bbuserinfo['userid']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=finduser&userid=$bbuserinfo[userid]">My Posts</a></td></if>
I recently migrated over a large phpBB database and one feature that my posters are missing quite a bit is the "View Your Posts" function or the "egosearch" facility.
If you're familiar with phpBB, you'll know what it is - it's basically the facility to view a list of the topics you've posted in at some point.
If you were to do an Advanced Search by username of the poster and sort by date (recent first), you'd get what it is - I want to add it to my Navbar but wondered if anyone knew what code to use? What I've seen on vBulletin.com has thus far failed to give me what I need.
--------------- Added 1549140932 at 1549140932 ---------------
I found this at VB.Com but it doesn't quite work as it takes the user to the Advanced Search screen?
<if condition="$bbuserinfo['userid']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=finduser&userid=$bbuserinfo[userid]">My Posts</a></td></if>