May 23, 2008, 10:02 AM
MyBB Version: MyBB 1.2.*
New Settings: 0 [ File Edits ]
New Templates: 2 [ rp_adv_index && rp_adv_post ]
DB Changes: 0
File Changes: 0
Files: 2
Install:
Gives you another view on recent posts;
Sceenshot:
View
Tested On: MyBB 1.2.13
New Settings: 0 [ File Edits ]
New Templates: 2 [ rp_adv_index && rp_adv_post ]
DB Changes: 0
File Changes: 0
Files: 2
- rp_adv.php
- ./inc/plugins/rp_adv.php
Install:
- Upload rp_adv.php into your root folder
- Upload ./inc/plugins/rp_adv.php into your ./inc/plugins/ folder
- Go to your PluginManager and Activate the "Recent Posts Advanced" Plugin
- The plugin doesn't add a link to your header so you need to add it yourself; i've added it into the header_welcomeblock_member template
Code:
<a href="{$mybb->settings['bburl']}/rp_adv.php">Recent Posts Advanced </a>
- // MAX POSTS PER PAGE
$perpage = 10; - // MAX MESSAGE LENGTH
$length = 500; - // TIME [ HOURS ]
$time = 24;
Gives you another view on recent posts;
Sceenshot:
View
Tested On: MyBB 1.2.13