Tom M
08-30-2007, 08:16 PM
Hi guys i was wondering if any of you had my same problem ...
I have just updated Paul M hack and i just found out tht i lost my portal module as its not showing correctly [Module is showing but not members] ... i have deleted it and re done it a couple of time but still same results
Any1 can help out pls !!Is it safe to assume that the plugin is active and working on your FORUMHOME page?
The entire contents of the php module is below. About the only reason it might not work is if it can't access the $whotoday variable or if the variable is now a different name. Another thing that would do it is if the plugin code was moved to a different location than 'forumhome_start'.
<?php
($hook = vBulletinHook::fetch_hook('forumhome_start')) ? eval($hook) : false;
$whotoday = str_replace( "member.php", $vbulletin->options['bburl']. "/member.php", $whotoday);
eval('$home[$mods[\'modid\']][\'content\'] = "' . fetch_template('adv_portal_active_users') . '";');
?>
I have just updated Paul M hack and i just found out tht i lost my portal module as its not showing correctly [Module is showing but not members] ... i have deleted it and re done it a couple of time but still same results
Any1 can help out pls !!Is it safe to assume that the plugin is active and working on your FORUMHOME page?
The entire contents of the php module is below. About the only reason it might not work is if it can't access the $whotoday variable or if the variable is now a different name. Another thing that would do it is if the plugin code was moved to a different location than 'forumhome_start'.
<?php
($hook = vBulletinHook::fetch_hook('forumhome_start')) ? eval($hook) : false;
$whotoday = str_replace( "member.php", $vbulletin->options['bburl']. "/member.php", $whotoday);
eval('$home[$mods[\'modid\']][\'content\'] = "' . fetch_template('adv_portal_active_users') . '";');
?>