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.
I have my own site, which I want it for like this one.
MyBB Header option: View your threads
|
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.
alright im editing it now, but my next question is what is the variable for a users ID?
anyone know what it is?
10-09-2009, 01:16 PM
The variable for the currently logged in user is {$mybb->user['uid']}
MyBB Support Team Lead
10-10-2009, 03:01 PM
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.
01-31-2010, 01:17 PM
For my Theme its not working
02-01-2010, 03:07 AM
Then you're not doing something right, it's just a link.
MyBB Support Team Lead
02-01-2010, 01:18 PM
Yeah that code that is up there is correct, I literally copy and paste it to all the MyBB sites I've ever run.
02-01-2010, 05:05 PM
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.
|
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
How to hide posts from guests but allow google to view | NO BAIL | 9 | 2,618 |
03-12-2012, 10:57 AM Last Post: Alreiger |
|
How To Install MyBB | MyBB Installation Guide | BreShiE | 2 | 1,417 |
03-10-2012, 06:33 AM Last Post: BreShiE |
|
MyBB question @OMNI or any other mybb Guru's | 0xE9 | 13 | 29,618 |
07-28-2011, 01:29 PM Last Post: Pompano |
|
How to Make your MYBB Central Plugin Compatible with new Mybb | Billy Mays | 3 | 2,135 |
07-12-2011, 06:40 PM Last Post: Billy Mays |
|
[MyBB] Including Website Header & Footer (Help) | DigitalMikey | 2 | 1,614 |
02-18-2011, 12:51 AM Last Post: weporter |