Would be good to place getnew and getdaily posts urls somewhere at top as default theme ?
something like:
<li><a href="{$mybb->settings['bburl']}/usercp.php"><i class="fa fa-user"></i> User CP</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a></li>
something like:
<li><a href="{$mybb->settings['bburl']}/usercp.php"><i class="fa fa-user"></i> User CP</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a></li>