Now you may be wondering how to do this. Well it is actually easier than you think it is. This MOD requires no plugins however the only way in which you can edit it is by file. The reason for this is I find it is easier to use than the admin panel as it means that you can include PHP, Javascript or whatever else you want.
The code is as follows:
On this page you can use lots of different codes which can show things like the persons user names or even limit it to certain usergroups - This is located here.PHP Code:<?php
$curdir = getcwd ();
chdir('/LINK TO/public_html/forum');
require_once('/LINK TO/public_html/forum/global.php');
chdir ($curdir);
echo $headinclude;
echo $header;
echo $navbar;
?>
Your Content
<?php
echo $footer;
?>
Also, you can use any css which is included in your forum skin for instance .tcat etc.
Please note that this content will be designed inside your forum design and can have anything included on the page as the coding inside the page is not related to the forum installation.
» Snex - Either PM me or add my MSN [email protected] for support.





Reply With Quote




