The Arcive of vBulletin Modifications Site. |
|
View Your own posts Details »»
|
|||||||||||||||||||||||||
Not sure if it's been done before, but this simple template modification will add a link to your own posts under the 'quick links' menu.
Sorry but the link title isn't fully phrased, I just can't be bothered with all that malarky. In your navbar template: Find: HTML Code:
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts_nav]</a></td></tr></if> Beneath it add: HTML Code:
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?do=process&exactname=1&searchuser=$bbuserinfo[username]&showposts=1">View Your Posts</a></td></tr></if> Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Thanks, I've installed it.
|
|
#3
|
||||
|
||||
|
Thanks clicks install
|
|
#4
|
|||
|
|||
|
any chance of a screenshot? I'm not entirely sure what this does...
|
|
#5
|
||||
|
||||
|
Looked good and members liked it but was forced to remove since this, and I have no idea why, clashed with other stuff and caused "last posts" to disappear and a non-searchable search box to appear for non-members on the index page
|
|
#6
|
||||
|
||||
|
Quote:
It adds a new link to the "quick links" menu called "View your posts" When a user clicks it, a list of all the posts they have ever made will be visible ... It works using the forum search function. |
|
#7
|
||||
|
||||
|
Quote:
|
|
#8
|
|||
|
|||
|
Sweet hack! Simple and clean! Works great on vb.3.5.1.
Peace! J. |
|
#9
|
||||
|
||||
|
Installed on 3.5.2 thanks!
|
|
#10
|
|||
|
|||
|
Quote:
|
![]() |
|
|