I have this mod with a lot of examples using TEXT and HTML.
Now I need some help with PHP. I don?t understand the manual.
If I take the phpTEST-example...
Code:
// This is a TEST PHP Code to demonstrate webtemplates hack PHP parsing feature:
echo "Time now is $today<br><br>";
echo "You registered this board at ".date('M-d-Y h:i:s',$vbulletin->userinfo[joindate]);
exit;
...how can I get this with my Default Basic Theme and default header and footer?
Can someone give me a screenshot, please?