HarryButt, is done. i added a variable there.
just redownload the file and make sure in the readmefirst.txt file it says at the top version 3.0.
Emma, in the new index.php file find:
Code:
if ($thread['forumid'] != $newsforum) {
eval("\$threadbits .= \"".gettemplate('home_threadbits')."\";");
} elseif ($thread['forumid'] == $newsforum) {
eval("\$headlinebits .= \"".gettemplate('home_threadbits')."\";");
} else {
$threadbits = '';
$headlinebits = '';
}
replace it with:
Code:
$threadbits = '';
if ($thread['forumid'] == xx) {
eval("\$threadbits .= \"".gettemplate('home_threadbits')."\";");
}
replace the xx value with your designated forum.
emma, please dont remove the copyright text mentioned in the hack.
first of all, it's using vBulletin functions so it is part of it. in other words, is illegal to remove the copyright.
second, it's my hack. i worked some time on it so everyone could use a reliable code and all i ask is a link to my website. thanks.
also, i want you all the let me know what do you think about the new version. thank you.