Log in

View Full Version : New Forum Defaults


NigCllns
07-27-2003, 05:37 PM
Hello,

I was wondering, how can I make the some of the options in Enable/Disable Features (Add New Forum), set to a differant default value?

Thanks

Gary King
07-27-2003, 09:31 PM
Open admin/forum.php and find:if ($action=="add") {


Under that, all the settings are there.
The ones that start with makeyesnocode, the last number in those lines determines if the default is yes or no. 1 = yes, 0 = no

You can figure out the rest by searching for function <FUNCTION_NAME_HERE> in admin/adminfunctions.php

NigCllns
07-28-2003, 11:53 AM
Thank you very much, that helped me.