PDA

View Full Version : A feature similar to "egosearch" or "View Your Posts" at phpBB


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&amp;userid=$bbuserinfo[userid]">My Posts</a></td></if>

MarkFL
02-02-2019, 07:16 PM
I developed a simple product for that, which I will attach here...

It will add a "My Posts" dropdown menu to your secondary navbar. :)

04wayne
02-02-2019, 08:44 PM
Well aren't you good, coming to the rescue again?!

Thank you tonnes, MarkFL!

scottkoz20
02-04-2019, 02:17 AM
For MarkFL

scottkoz20
02-04-2019, 02:21 AM
This is a great addition...

*thinking out loud* - I wonder if it would be helpful to show maybe the last 5 posts on the UserCP page for Threads Started / Posted in. Would be a template change.... hmmmmmmmmm

got me thinking about this