Quote:
Originally Posted by champendk
Would it be possible make this mod run on its own template system so it can be change to different look from the forum?
Maybe its already possible?
|
Create plugin on hook:
global_start with following php code
PHP Code:
if (in_array(THIS_SCRIPT, array('ajax_competitions','competitions','ladders','tournaments')))
{
$styleid = $vbulletin->userinfo['styleid'] = 3;
}
Change 3 for appropriate styleid