I used to be able to see all my posts via Quick Links, My Profile. How do I do it now ?
Announcement
Collapse
No announcement yet.
Find my posts
Collapse
X
-
Add this to your navbar
HTML Code:<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]">My Posts</a></td>
This is what I have on my forumhome...
Right under navbar
HTML Code:<!-- post links --> <br /> <div align="center"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px; border-bottom-width:0px;"> <tr align="center"> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts_nav]</a></td> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily&days=7">Past Weeks Posts</a></td> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]">My Posts</a></td> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=process&replyless=1&replylimit=0&dontcache=1">Unanswered Threads</a></td> <td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td> </tr> </table> </div> <!-- / post links -->
Last edited by Zonex; Tue 12 Sep '06, 10:22am.
Comment
-
Originally posted by ZonexAdd this to your navbar
HTML Code:<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]">My Posts</a></td>
This is what I have on my forumhome...
Right under navbar
HTML Code:<!-- post links --> <br /> <div align="center"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px; border-bottom-width:0px;"> <tr align="center"> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts_nav]</a></td> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily&days=7">Past Weeks Posts</a></td> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]">My Posts</a></td> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=process&replyless=1&replylimit=0&dontcache=1">Unanswered Threads</a></td> <td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td> </tr> </table> </div> <!-- / post links -->
MGM out
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment