Current time: 03-20-2010, 06:41 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[tutorial] Add a view my posts or threads link to your welcome block
02-21-2010, 02:46 AM
Post: #1
[tutorial] Add a view my posts or threads link to your welcome block
Its useful for your members to quickly view all their threads or posts so they can keep track of replies so this tutorial will show you how to easily add a link in your welcome block (where it says "View today's posts" and "Private messages") to these searches.

Firstly open the header_welcomeblock_member template by going:
ACP > Templates & Styles > Templates > Select template > Header templates > header_welcomeblock_member

To add a "View my threads" link add the following code to the bottom of the header_welcomeblock_member template:
Code:
| <a href="search.php?action=finduserthreads&uid={$mybb->user['uid']}">View my threads</a>

To add a "View my posts" link add the following code to the bottom of the header_welcomeblock_member template:
Code:
| <a href="search.php?action=finduser&uid={$mybb->user['uid']}">View my posts</a>

You can change the "View my posts" and "View my threads" in the code to something else if you prefer.

[Image: y9jcmj8]
[Image: 235Ap]
My plugins & themes.
The Fun Button! For Vista Sidebar & Windows 7 desktop gadgets.
Find all posts by this user
Quote this message in a reply
02-21-2010, 02:27 PM
Post: #2
RE: [tutorial] Add a view my posts or threads link to your welcome block
This is awesome. Thanks a lot!
Find all posts by this user
Quote this message in a reply
02-21-2010, 02:38 PM
Post: #3
RE: [tutorial] Add a view my posts or threads link to your welcome block
Pretty useful. Thanks Tim.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: