PDA

View Full Version : New thread button posting to wrong forum


ExplosiveGFX
09-13-2009, 09:30 PM
I recently moved my database and vBulletin to a new server and the move was relatively without hitches, however I am faced with an odd problem, which I cannot find an answer for...

Ok, so, let's say the "Off Topic" forum is forumid=22, and it has a child forum called "Games" which is forumid=23..

if I hit the new thread button in the "off topic" parent, it SHOULD go to newthread.php?do=newthread&f=22, creating the thread inside the "Off Topic" forum, HOWEVER this is not the case, and it creates a new thread in "Games"... So somehow the new thread button in the parent forum leads to the link which creates a new thread in one of the random child forums.. (in this case newthread.php?do=newthread&f=23)

It's somewhat bizarre and I haven't seen anything like this in my searches..

Lynne
09-14-2009, 03:22 AM
Create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save

Then browse the site using that totally default vbulletin style - do you still have the same problem?

If it is still happening - Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

ExplosiveGFX
09-15-2009, 12:32 AM
So, it wasn't a skin prob, but a modification problem, the problem is, I have around 35+ mods installed.. I'm assuming it's something to do with threads/forumdisplay and such..

/me sifts thru mods

Thanks for your help Lynne..