How can I display a block only if its on (this script)? For example the block
only shows on Forumhome or on Search.
Also trying to display blocks on specific forum ID's The code below will not display on the forumhome but still shows on
all foumid's even when the ID is set to a specific forum number.
PHP Code:
global $foruminfo;
$forumid = $foruminfo['forumid'];
if ($forumid == 144)
{
my php code
}
return$my_output;