Quote:
Originally Posted by Reece^B
err back to the portal.
whats the hack to get scores to show when i have a portal.
Remember they go to to the portal insted of saving.
|
what ever your portal page is say index.php since thats what i renamed mine too open it up and find this
Code:
require_once('./global.php');
Code:
after that add this
// ################################################## #####################
// ######################## START MAIN SCRIPT ############################
// ################################################## #####################
($hook = vBulletinHook::fetch_hook('forumhome_start')) ? eval($hook) : false;