"Today's Posts" In Welcome Block 09-30-2012, 04:48 AM
#1
Well, as some people will know, there's a default feature in MyBB which allows you to view all posts that were made within the past 24 Hours. Now for some reason your current theme doesn't have this, and it's a feature that I use quite frequently.
Let me explain the different between "New Posts" and "Today's Posts". Basically, the only difference is the time period. New Posts shows you the posts made within the past 15 minutes, whereas Today's Posts obviously shows you the past 24 hours. That was, people can easily see newely-replied to threads and access them to post on. I think it would be beneficial to both the site, and the members if it was to be added.
But enough about me, what do you guys all think?
Anarchist, if you wish to know how to add this in after people reply:
ACP > Templates & Style > Templates > Your Theme > Header > welcomeblock_member
Then add in the following code next to "New Posts" and before "My Threads":
Let me explain the different between "New Posts" and "Today's Posts". Basically, the only difference is the time period. New Posts shows you the posts made within the past 15 minutes, whereas Today's Posts obviously shows you the past 24 hours. That was, people can easily see newely-replied to threads and access them to post on. I think it would be beneficial to both the site, and the members if it was to be added.
But enough about me, what do you guys all think?
Anarchist, if you wish to know how to add this in after people reply:
ACP > Templates & Style > Templates > Your Theme > Header > welcomeblock_member
Then add in the following code next to "New Posts" and before "My Threads":
Code:
<a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a>