Hi there...I was calling makeforumjump() on my home page on NewBeetle.org and it was working beatuifully. Then, I upgrade to 2.2.2. Upgrade went pretty smoothly, but I can't see to get my little makeforumjump script to work on the home (non-vb) page. The script outputs nothing at all...no error, just a blank document.
Here is the script I'm including. Any clues? Thanks in advance!
PHP Code:
<?php
include("/home/newbeetle/public_html/vbulletin/global.php");
makeforumjump() ;
echo $forumjump ;
?>