Thanks for everybodies help on this! I'm learning alot as I go along... I never knew about the spliti function at processing time. I'm also getting a bit of help on the categories system. If would be great to get this thing to be able to handle an unlimited number of pages. Currently I have a number of hardcoded number related things that I'm going to need some help overcoming.
My next release will have some options in the admin panel to easily turn a number of things on/off. It's been alot of work getting this thing working just right in VB Yesterday I spent most of my development time making as many queries as possible optional. I still have to do some more with things like $unset and clean alot of things up. The next time I upload anything will be a while. I'm going to hold out for most of the features to be completed.
The table prefix issues will happen anywhere it calls for a VB table. I don't use a special prefix on any of my DBs so this was something that I overlooked. I'll make sure that I add that extra case in for that. Currently the only thing it's grabbing from the forum DB is the latest topics. not too far down in articles.php you'll see a line called $rec look inside the query and put in your table prefix if you want this to work right.
|