Question
Is there any standard/supported way to do a getPreferencesValue() equivalent for a single topic? i.e. I'd like to use the existing Set XXX = YYY syntax to be able to use a topic as a source of configuration data for a plugin, but want to allow the user to have several different configs. Didn't want to reinvent the wheel though...
Something like a
getPreferencesValue($key,$web,$topic) ==> $value
--
NathanNeulinger - 24 Feb 2003
Answer
You want this:
TopicVarsPlugin
--
TomKagan - 25 Feb 2003