In nuke 6.5 you don't have to add the themes anymore in forumsadmin, you always leave the default theme to subSilver. The matching themes have to be in thmes/YOUR_THEME/forums. So with the Fiblack theme you can put the forums folder from fiapple and you have a theme with fiblack as nukes theme and fiapple as forums theme.
To fix your problem this
does exist in nuke_bbconfig but you have to browse that table or youcould use this query
|
Code:
|
UPDATE `nuke_bbconfig` SET `config_value` = '1' WHERE `config_name` = 'default_style' LIMIT 1 ; |
And that's all. I hope it's fixed because I don't know if i can keep explaining it with my limited english.