[MOD] Better stat bars in manage_categories.php
Posted: Fri Oct 16, 2009 12:02 am
/*************************************
Title: Better stat bars in manage_categories.php
Version: 1.0
Author: Raven
Demo: Click for demo
Download: N/A, See below for instructions
Website: Crikey, Thats Mint! - FREE Technical Support by Care+
Short description:
I was working on a friends installation of phpBB when I thought it would be a cool idea to have the stats bars in HESK's manage_categories.php the same as the polls from phpBB so here it is, a little mod to do just that - enjoy
1. Open manage_categories.php in Notepad and search for the following code:
2. Replace the above code with this:
3. Finally, copy the following images to the img directory of your HESK installation:
Image 1 - vote_lcap.gif (right click, save as)
Image 2 - vote_rcap.gif (right click, save as)
Image 3 - voting_bar.gif (right click, save as)
This is what it looks like once the mod has been added:
Please note: The above screen shot has a number of mods installed. However, the above instructions will only change the 'Stats' bars.
*************************************/
Title: Better stat bars in manage_categories.php
Version: 1.0
Author: Raven
Demo: Click for demo
Download: N/A, See below for instructions
Website: Crikey, Thats Mint! - FREE Technical Support by Care+
Short description:
I was working on a friends installation of phpBB when I thought it would be a cool idea to have the stats bars in HESK's manage_categories.php the same as the polls from phpBB so here it is, a little mod to do just that - enjoy

1. Open manage_categories.php in Notepad and search for the following code:
Code: Select all
<td class="'.$color.'" style="text-align:center">'.$tickets.'</td>
<td class="'.$color.'" width="1"><img src="../img/line_graph.gif" height="5" width="'.$width.'" border="0" alt="" style="text-align:bottom" /></td>
<td class="'.$color.'" style="text-align:center; white-space:nowrap;">';
Code: Select all
<td class="'.$color.'" style="text-align:center">'.$tickets.'</td>
<td class="'.$color.'"><img src="../img/vote_lcap.gif" border="0" alt="" style="text-align:bottom" /><img src="../img/voting_bar.gif" height="12" width="'.$width.'" border="0" alt="" style="text-align:bottom" /><img src="../img/vote_rcap.gif" border="0" alt="" style="text-align:bottom" /></td>
<td class="'.$color.'" style="text-align:center; white-space:nowrap;">';
Image 1 - vote_lcap.gif (right click, save as)
Image 2 - vote_rcap.gif (right click, save as)
Image 3 - voting_bar.gif (right click, save as)
This is what it looks like once the mod has been added:

Please note: The above screen shot has a number of mods installed. However, the above instructions will only change the 'Stats' bars.
*************************************/