MyBB Community Forums

Full Version: view new post button help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
my site is buzzboz.com

i dont have a butoon on it that says view new post can anyone tell me how to add this thanks alot
Add this to your header_welcomeblock_member template:

<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a>
it added it but it put it on top of the website is there any way to put it above the forum topics
Where exactly? Can you post a picture or something?
sorry picture not that good lol

somewere in the red circle if possible

http://img268.imageshack.us/img268/8931/unledyx.jpg

thankyou
Just add the code at the bottom of the header template instead.
can u tell me how to add all this

Welcome back, shep100uk. You last visited: Today, 08:04 PM (User CP — Log Out)
Open Buddy List View New Posts | View Today's Posts | Private Messages (Unread 0, Total 5)
No, not without editing your theme a little bit. You could use {$welcomeblock} but that references to the header_welcomeblock_member and header_welcomeblock_guest templates which are different in your theme. And you can't add the code directly either, because that would show up to guests.

You're better off just installing another theme. Check out the Apart themes.
ok thanks