PDA

View Full Version : How do I ... quickly view my posts?


twobob
04-18-2006, 07:43 PM
Is there a way to quickly view the posts I have made to a forum? (ie is there a button similar to phpBB2's 'View your posts' (http://www.phpbb.com/phpBB/)) - see it above the Last Post column on the right?... You might only see if if you're logged on...) Thanks, twobob

peterska2
04-18-2006, 09:11 PM
Use this code as the link and place it where ever you want it to show.

search.php?do=finduser&u=$bbuserinfo[userid]

ccplim
05-25-2006, 01:47 PM
Use this code as the link and place it where ever you want it to show.

search.php?do=finduser&u=$bbuserinfo[userid]

Just what I need! On the other hand, is it possible to make it appear as thread rather than as a post?

peterska2
05-25-2006, 01:51 PM
search.php?do=process&showposts=0&exactname=1&searchuser=$bbuserinfo[username]

that shoud do the trick

ccplim
05-25-2006, 02:12 PM
Oh my god! Didn't really expect to received a reply in such a short time. That was really fast of you.

I will give this a shot shortly and see how it goes. Thanks for that!

Update...

It works! :banana: Now I got to try and figure out if I can narrow down the scope to show threads for just one month ago in case my members request for it :cross-eyed:

peterska2
05-25-2006, 02:30 PM
search.php?do=process&showposts=0&exactname=1&searchuser=$bbuserinfo[username]&searchdate=28

That will work for the last 4 weeks. Just change the number right at the end for the number of days you wish to show

ccplim
05-25-2006, 02:37 PM
Thank you so much! That is really very helpful of you :up: :up: :up:

peterska2
05-25-2006, 02:38 PM
no problem at all. If you have any problems with it, just let me know.

ccplim
05-25-2006, 02:45 PM
Thanks! I just tried on my test board and it works great!