Hi Dr,
Thanks for the clarification, I must still be missing something. I tried a few things and they didn't work. I put the following code in a file called 'config.zentagcloud.php' and put the file in the includes/overrides directory. However the class is not loaded, and I receive a php error 81 (i think) when visiting the tagcloud. Did I miss something? Perhaps permission on the file?
I would also appreciate any input you have DrByte for the tag cloud. At the moment I'm thinking of parsing the meta keywords for each item/category. And developing a way to track successful tags upon click. I also intent on having a global tag cloud, and local tag cloud for each product/category. So that the tag cloud information will more reliant to the user.
Any suggestion/pointers encouraged early on in the development! ;)
Cheers Nathan.
Code:
<?php
/**
* autoloader array for zentagcloud.php
*/
if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');
}
/**
* Load ZenTagCloud class.file
*/
$autoLoadConfig[5][] = array('autoType'=>'class',
'loadFile'=>'zentagcloud.php');
?>