MyBB Community Forums

Full Version: Can't find template in the Default.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone know which template in the Default theme contains the following line?

[Image: N5sfgSd.gif]

Can't seem to find it.
template => header_welcomeblock_member [code segment]
(2018-03-05, 02:48 AM).m. Wrote: [ -> ]template => header_welcomeblock_member [code segment]

Thanks.

Didn't help much though as I'm trying to add a menu item such as

Recent Posts:  search.php?action=getdaily&days=5
^ well, you can add code like below
<li class="recentposts"><a href="{$mybb->settings['bburl']/search.php?action=getdaily&days=5">Recent Posts</a></li>
Thanks, that worked great.

Is there a way to display the number of posts so that Recent Posts returns the last 25 posts and doesn't depend on the day of the posts?