sarahsboy18 |
09-04-2005 06:41 PM |
Quote:
Originally Posted by rsuplido
I have no plans of incorporating that feature. Imagone if there are 100 categories. :( What you can do however is choose a hidden forum and then move the thread manually to to correct forum.
|
I understand...
For my particular needs I only have 3 categories and wouldn't have any trouble managing it. Basically what I have done so far is to make sure that my Forum IDs are the same as my Category IDs. What I am trying to do now is force the forumid variable to use submitted category variable instead of the vb3-settings.php forumid.
E.G (from the "post.php" file)
Code:
... WHERE `forumid`='{$post_category}' ...
However, I can't seem to figure out which variable is the correct one to pass in the above query. I have tried $post_category, $post_categories, $category_id... I just can't get it to pass... It keeps sending a "0"
Edit:
I did it!... Basically I just moved the hack code down below the category functions in the post.php left the variable as $post_category. And it's working great now. Thanks!
|