Just a quick thought, A Hard coded cookie has the value assigned when loading. Once loaded however it's value may change. If you come from one webpage/tiddly Wiki where the value was set to false this will carry over to the other already loaded tiddlywiki even if when it started the value was set to true.
Remember a cookie is a value stored in the browser, even it is is set/changed by tiddlyWiki. There is one occurance of the value RandomTheme in your browser. An Alternative may be to open each tiddlywiki in their own browser environment, so the cookies values are not shared, say using FireFox Convert to application or google Chrome "make application Icon". Another way is to make the cookie name unique for that tiddlyWiki eg; (1) has a Hard Coded Cookie config.options.chkRandomTheme1=true; config.options.chkRandomTheme2=false; But you will have to modify the macros using this to match. Allways update the description of a plugin you modify to show it is different from the original. Theoreticaly you could open the tiddlywiki with a good text editor and replace all occurances of RandomTheme with RandomTheme1 than update the plugin to reflect this change. I Hope this helps. TonyM If you have not found an easy way to do it with TiddlyWiki, you have missed something. www.tiddlywiki.com On Wed, Aug 26, 2009 at 12:52, Mike <[email protected]> wrote: > > SwitchThemePlugin Cookie for Random Theme Question. . . > I have (2) local TW's I am browsing with FF3.5 > Both have Switch Theme Plugin > (1) has a Hard Coded Cookie > config.options.chkRandomTheme=true; > (1) has a Hard Coded Cookie > config.options.chkRandomTheme=false; > > If I toggle <<option chkRandomTheme>> in either theme this becomes the > default for both - I am assuming due to a browser cookie? > > I have tried deleting the browser cookie, but still no luck. > > Am I missing something obvious? Is the Hard coded cookie syntax > correct? > > Thanks, > > Mike > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en -~----------~----~----~----~------~----~------~--~---

