it will be a very nice hack but!
It only shows at forumdisplay.php when someone reads the thread showtread.php does not show the banner
i have more than 100 forums and some categories is not possible to make this hack available for categories?
or lets say how can i enable multiple forums
like
if ($forumid==76) {
$mycustomheader = file_get_contents("http://domain.net/hosting.htm");
}
// get external data
do i have to copy and paste te code for multiple fourms or is there comma like code for multiple forums
like
if ($forumid==76,x,y,z) { i tried comma but doesnot work
|