|
How to add 'My threads' and 'My posts' links to 1.4.x
|
|
11-02-2008, 06:29 AM
(This post was last modified: 11-02-2008 06:41 AM by neoflight.)
Post: #1
|
|||
|
|||
|
To add quick links in the welcome panel to retrieve user's threads and posts:
Original thread for 1.2 here. Thanks to mybbromania For MyBB 1.4.x, find this snippet in ACP -> Template -> header_welcomeblock_member PHP 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 /> this. PHP Code: <a 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> see it here caejournal thanks
|
|||
|
05-26-2009, 05:23 PM
Post: #2
|
|||
|
|||
|
RE: How to add 'My threads' and 'My posts' links to 1.4.x
I use this too from 1.2x tutorial. Nice tip
[]s, Claudio Tutorial: Jquery (by google API) with mybb (Prototype) Distinction between Paid/Free Plugins Threads |
|||
|
05-28-2009, 07:05 AM
Post: #3
|
|||
|
|||
|
RE: How to add 'My threads' and 'My posts' links to 1.4.x
thx, this really usefull
|
|||
|
07-28-2009, 01:29 PM
Post: #4
|
|||
|
|||
|
RE: How to add 'My threads' and 'My posts' links to 1.4.x
thank you
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help


![[Image: logo-cj.png]](http://caejournal.com/images/logo-cj.png)



