1
Is it possible to insert PHP code into a News document?
What I would like to do is have a conditional display of part of the document.
Ie:
Blah, blah
.
.
if( AnonymousUser )
{
Please register to see clip.
}
else
{
>>Click here to see clip<<
}
I’m not a PHP/Xoops programmer so and example of how to do this would be appreciated.
Regards
Terry