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:
To add a "View my posts" link add the following code to the bottom of the header_welcomeblock_member template:
You can change the "View my posts" and "View my threads" in the code to something else if you prefer.
If you use http://www.supportforums.net/search.php?...serthreads then it will display all the threads made my guests or unregistered users.
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.
If you use http://www.supportforums.net/search.php?...serthreads then it will display all the threads made my guests or unregistered users.
If you are willing to join SF Webmasters.
- Do not apply via User CP even if you are accepted.
- Activity in Wemasters's support is must.
- See the Recruitment thread.