I'd originally requested this a while back -- it's really a template mod. Logik figured it out and posted it here (for version 2.x)
https://vborg.vbsupport.ru/showthrea...threadid=48168
Code:
1).
go to your forum admin CP and go to Templates>modify>postbit
---------------------------
2.)
Find:
posts: $post[posts]
And add just AFTER it:
Post: <a href="search.php?s=$session[sessionhash]&action=finduser&userid=$post[userid]">view posts by $post[username]</a> <br>
Post: <a href="search.php?s=$session[sessionhash]&action=finduser&userid=$bbuserinfo[userid]">view all your posts</a>
--------------------------
3.)
Save postbit template. and click install on vbulletin.org.
My members love this...
I tried to figure it out to make it work with 3.0.3 but couldn't get it going. Anyone?