2005-01-26, 12:59 AM
sub i was looking around the config.xml file and noticed this
[b Wrote:Quote[/b] ]<!-- plugins should write their settings into the PluginSettings node below. This ensures they'll be retained during an upgrade -->now should i, and others, start putting our custom plugins tags inside thost tags? since in the past there have been problems with plugins settings dissappearing when installing a new version of gbpvr. or is this just something that has been in there for ages and no one ever used, and just should be ignored?
<PluginSettings>
<SomeExamplePlugin>
<AreaCode>90210</AreaCode>
</SomeExamplePlugin>
</PluginSettings>