Top Five on Portal
Posted: 21 Aug 2011, 09:41
Top Five on Portal
Written by Stoker
Putting the Top Five mod on the portal page is quite easy. You need to have the Top Five mod installed.
Open portal.php
Find:
Before add:
Open styles/prosilver/template/simpleportal_body.html
Find:
After add:
Written by Stoker
Putting the Top Five mod on the portal page is quite easy. You need to have the Top Five mod installed.
Open portal.php
Find:
Code: Select all
// Assign index specific vars
Code: Select all
//-- mod: top five ---------------------------------------------------------//
include($phpbb_root_path . 'includes/top_five.' . $phpEx);
//-- end: top five ---------------------------------------------------------//
Find:
Code: Select all
<!-- End Welcome -->
Code: Select all
<!-- INCLUDE top_five_body.html -->