Quote:
Originally Posted by silly rabbit
bobster, very cool coding - something to play with and learn from!
Rather than create a separate index_tabs.php I placed this into the original instead:
PHP Code:
$forumbits = construct_forum_bit($forumid);
if ($styleid == 3)
{
//In the example below, the Category ID . . .
etc, etc
}
See any problems with that?
Rabbit
|
the index_tabs.php is simply for testing .. you put everything in the index.php file when reay to go live.. this however is totally different in the next version which will be released as soon as its beta tested...