Quote:
said by hellsatan
Yes you can put PHP in a special template, called the phpinclude template
|
well, how do you know that is what he wants.. maybe he wants to put something like this in a template:
Code:
if ($bbuserinfo['userid']!=0) {
echo "member";
} else {
echo "guest";
}
which will not work.. or am i missing something here? sure you can use the phpinclude template.... but we don't know if that is what he wants to do.. my guess is he wants to put full php code in the templates