Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MyBB Help
#1
So I've had a little bit of experience with MyBB but I need help with a few things:

How do I add a minimum post requirement for PM's?
How do I have a 'View Your Threads' and 'View Your Posts' link in the header. Is it a plugin? I've been unable to figure a way to make the search dynamic you see. So if I just add http://www.supportforums.net/search.php?...serthreads without the &uid=13982 will that work?

Sorry if this is a noob question, as I am a noob to MyBB.
Reply
#2
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.

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.
Reply
#3
Thank you Kewlz! I've got it all working now thanks to you Blackhat
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How To Install MyBB | MyBB Installation Guide BreShiE 2 1,402 03-10-2012, 06:33 AM
Last Post: BreShiE
  MyBB question @OMNI or any other mybb Guru's 0xE9 13 29,451 07-28-2011, 01:29 PM
Last Post: Pompano
  How to Make your MYBB Central Plugin Compatible with new Mybb Billy Mays 3 2,117 07-12-2011, 06:40 PM
Last Post: Billy Mays

Forum Jump:


Users browsing this thread: 1 Guest(s)