MyBB Community Forums

Full Version: [BootBB] Question on menus
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

how can I edit the menu so that it shows items such like "new posts" (which is a must) and "search", without resorting to the hamburger thing?
This is for New Post
<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a>

This is for Today's Post
<a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a>
Thanks.
Which file should I edit, though?
(2019-02-17, 11:19 AM)Arka Wrote: [ -> ]Thanks.
Which file should I edit, though?

header templates