1 ratboyhunter May 20, 2012 10:47
3 ratboyhunter May 21, 2012 09:44
Thanks - but would you mind showing me/linking to a site that will show me how to do so? I don't want to stuff it up!!! And I'm very much a noob.
Thanks
4 sam2kb May 21, 2012 19:18
Open the file /skins/evopress/_item_block.php in text editor
You will see this at the top
if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
global $Item;
Add the code I posted
if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
global $Item;
$GLOBALS['c'] = 1;
5 ratboyhunter May 22, 2012 06:31
Thanks. Much appreciated :D
Add this to the top of _item_block.php file in your skin