I have debug mode enabled in my vB3 RC4 test installation. Downloading the settings XML file from the admin CP not only doesn't include my custom setting group and settings (the only thing about which I care), all of the setting tags only seem to have default values and not their customized values. For example:
Code:
<setting varname="bbtitle" displayorder="10">
<defaultvalue>Jupiter Development Forums</defaultvalue>
</setting>
So, how can I easily export my vB3 custom setting group so others can easily import it later?