janaf
06-15-2010, 10:42 PM
This lists all postings in the forum, CMS, blogs etc for the current user. That would be YOU.
I added a link at the top of the page, between username and Notifications:
In the Header template, above the line
<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
Add the following
(edited because the first version had an error)
<li><a href="/forums/search.php?do=finduser&userid={vb:raw bbuserinfo.userid}&showposts=0&starteronly=0&searchdate=180&beforeafter=after&sortby=lastpost&order=descending">My Postings</a></li>
If you want to move the link, note that the header is sorted right to left.
This is what it looks like.
I added a link at the top of the page, between username and Notifications:
In the Header template, above the line
<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
Add the following
(edited because the first version had an error)
<li><a href="/forums/search.php?do=finduser&userid={vb:raw bbuserinfo.userid}&showposts=0&starteronly=0&searchdate=180&beforeafter=after&sortby=lastpost&order=descending">My Postings</a></li>
If you want to move the link, note that the header is sorted right to left.
This is what it looks like.