PDA

View Full Version : Finding out if the board is closed via phpinclude template?


filburt1
08-04-2002, 12:43 AM
Doable? I know there's a hack but I don't want to hack my current installation.

Xenon
08-04-2002, 09:31 AM
you can run php-functions in php-include, so you can add for example this line:if($bbuserinfo[usergroupid]==6 and $bbactive==0) echo "The Board is closed";

filburt1
08-04-2002, 12:54 PM
Cool :)