Page 1 of 1

[MOD] Better stat bars in manage_categories.php

Posted: Fri Oct 16, 2009 12:02 am
by Raven
/*************************************
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;">';
2. Replace the above code with this:

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;">';
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: Image

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

*************************************/

Posted: Sun Oct 25, 2009 1:37 pm
by Raven
Anyone use this mod yet? - If so, what do you guys (and gals) think?

Posted: Mon Jan 25, 2010 3:44 pm
by Petert
Raven wrote:Anyone use this mod yet? - If so, what do you guys (and gals) think?
I use it now, looks great.
Should be part of a template system I think though....