Topic: how to display in some forums only?
What is the if conditional to do this?
i want to display a text/ads in forum id 1, 2, and 3 only
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.4 additions → how to display in some forums only?
What is the if conditional to do this?
i want to display a text/ads in forum id 1, 2, and 3 only
in file viewforum.php add
if (in_array($id, array(1,2,3,5,12,37)) )
{
echo 'I am AdSense';
}
PunBB Forums → PunBB 1.4 additions → how to display in some forums only?
Powered by PunBB, supported by Informer Technologies, Inc.