View Single Post
  #8 (permalink)  
Old 04-13-2003, 01:52 PM
Mighty_Y Mighty_Y is offline
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
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
Code:
default_style
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.
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Reply With Quote