PDA

View Full Version : 'List All My Posts' function?


arrowhead
02-26-2009, 09:54 AM
I'm wondering if there is a function (or if it's possible to create one) that gives a user a link, which will open a list of all their posts, regardless of whether they've subscribed.

Basically the same page you get if you do an advanced search by exact user name. But sometimes as I forum user I'd like to just see a list of my posts and cruise from there, in case I forgot to subscribe. As a forum admin I think my users will appreciate this.

Am I missing it somewhere, or does anyone know how to go about it?

Many thanks. :D

Seven Skins
02-26-2009, 10:25 AM
Put it in the NavBar

<a href="search.php?do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]">My Threads</a>

I think that should work.