hi!
I found this to get it work on all pages:
go to Plugin Shoutcast Status Full - Cache Templates
find:
if (THIS_SCRIPT == 'index'){$globaltemplates = array_merge($globaltemplates, array('forumhome_shoutcast','forumhome_shoutcast_m p','forumhome_shoutcast_rp','forumhome_shoutcast_q t','forumhome_shoutcast_off','forumhome_shoutcast_ who','forumhome_shoutcast_who_off',));}
replace with:
if (THIS_SCRIPT == 'index' OR defined('SCRIPTGLOBAL')){$globaltemplates = array_merge($globaltemplates, array('forumhome_shoutcast','forumhome_shoutcast_m p','forumhome_shoutcast_rp','forumhome_shoutcast_q t','forumhome_shoutcast_off','forumhome_shoutcast_ who','forumhome_shoutcast_who_off',));}
make new plugin Portal_start
require(DIR . '/includes/shoutcast/scast.php');
but - am i blind? - i dont find the code to change...
plz see pic.
original found at:
http://www.vbdesigns.de/vbulletin-sc...s-21-5170.html