Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MyBB Header option: View your threads
#1
Hey anyone know where I can access this option? I have been looking for it.

I have my own site, which I want it for like this one.
[Image: zbacklash11.png]
Reply
#2
You need to edit the template and implement it yourself.
[Image: 3326yvl.jpg]

Reply
#3
alright im editing it now, but my next question is what is the variable for a users ID?
anyone know what it is?
[Image: zbacklash11.png]
Reply
#4
The variable for the currently logged in user is {$mybb->user['uid']}
MyBB Support Team Lead
Reply
#5
thanks that helped alot Smile
[Image: zbacklash11.png]
Reply
#6
I don't know if you got this done yet or not, but, here you go:

For MyBB 1.4.x, find this snippet in
ACP -> Template -> header_welcomeblock_member

Code:
<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a>  |  <a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a>  |  <a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}<br />

Add
Code:
href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&uid={$mybb->user['uid']}"> My Threads </a>  | <a href="{$mybb->settings['bburl']}/search.php?action=finduser&uid={$mybb->user['uid']}"> My Posts </a>
.

This may vary depending on the theme, but, you can really put it wherever you'd like using the code that you have to add.
Do you know how to make games? Do you know 3d Modeling? If so then visit
[Image: logo.png]
Reply
#7
For my Theme its not working Sad
Reply
#8
Then you're not doing something right, it's just a link.
MyBB Support Team Lead
Reply
#9
Yeah that code that is up there is correct, I literally copy and paste it to all the MyBB sites I've ever run.
Do you know how to make games? Do you know 3d Modeling? If so then visit
[Image: logo.png]
Reply
#10
I'm vouching for Grizzly's code too. I just used it, works fine.
At the top will be the same place you hang from.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to hide posts from guests but allow google to view NO BAIL 9 2,145 03-12-2012, 10:57 AM
Last Post: Alreiger
  How to Make your MYBB Central Plugin Compatible with new Mybb Billy Mays 3 1,909 07-12-2011, 06:40 PM
Last Post: Billy Mays
  [MyBB] Including Website Header & Footer (Help) DigitalMikey 2 1,474 02-18-2011, 12:51 AM
Last Post: weporter
  Using "Threads" in 1.6? MarkW7 11 1,721 10-08-2010, 02:41 PM
Last Post: MarkW7
  Adding one more option in the theme header & Plugin problem praveer 5 1,168 09-16-2010, 04:11 AM
Last Post: !!* Alone Vampire *!!

Forum Jump:


Users browsing this thread: 1 Guest(s)