Quote:
Originally Posted by bobster65
the only php this uses is default vbulletin code, so yes.
|
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