PDA

View Full Version : Faux Categories


Mystis
12-29-2002, 07:16 AM
Hello everyone,
I've discovered it possible to add fake forums to index.php by doing the following:

$iforumcache[$parentid][$displayorder][$forumid] = $forum;

With fake numbers populating the variables. I was wodnering how it would be possible to simulate a category in the same way. I've experimented a bit but haven't quite found success. Any pointers? Thanks!

Mystis
12-30-2002, 05:38 AM
Got it handled :)