MyBB Community Forums

Full Version: View New Posts/Today's Posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I get my forum to display "View New Posts" and "View Today's Posts" in the top left hand corner? If you don't know what I am talking about look at this forum in the top left under where it says "Welcome back, [username]". How do I get that? Is it a plugin or what?...
Not a plugin at all, you would need to add this to your header_welcomeblock_member template:

{$lang->welcome_newposts}
and
{$lang->welcome_todaysposts}
(2010-01-20, 06:14 AM)EquippedMind Wrote: [ -> ]Not a plugin at all, you would need to add this to your header_welcomeblock_member:

{$lang->welcome_newposts}
and
{$lang->welcome_todaysposts}

Why thank you good sir. Where could I find more information on similar things I can add? So I don't become an nuisance asking about them.
Well, i'm not sure if they have this in the wiki or not.
Is it possible to add that to a link?

Darren