Mario, I really appreciate your help. I still have a problem, though.
I loaded the two plugins (TotallyTiddlers, SwitchThemePlugin) and created a tiddler tagged with systemConfig, but when I try to run the program, the Plugin Manager tiddler appears and announces an error: "Error: 'shy' is undefined" I have no idea what that is referring to. Did I do something wrong? Thanks, Hal On Dec 7, 4:45 pm, PMario <[email protected]> wrote: > uups: the settings are at: > > http://hal-tt.tiddlyspot.com/#zzConfig > > On Dec 7, 10:44 pm, PMario <[email protected]> wrote: > > > > > Hi, > > There seems to be a typo in Eric's script. > > Stylesheet .. needs to be : StyleSheet > > > And may be: > > var authors=[ 'hal-tt', 'OtherUser', 'SomeoneElse', ... ]; > > the extra ", ..."] only indicates, that there are more useres > > possible. the ", ..." are not needed. > > > This should work > > //{{{ > > var co=config.options; // abbrev > > var authors=[ 'hal-tt', 'OtherUser', 'SomeoneElse' ]; > > co.txtTheme=authors.contains[co.txtUserName]?'StyleSheet':'TotallyTiddlers'; > > //}}} > > > @hal .. I created a new tw at tiddlyspot, to test the > > stuff.http://hal-tt.tiddlyspot.com > > > If you open it with:http://hal-tt.tiddlyspot.com/#txtTheme:StyleSheet > > it should be also activated in edit mode. > > > I pm you the password. You can take it over, or delete it, if you > > don't need it. > > user name is: hal-tt > > > Username and PW have to be set in the right sidebar Options. > > > have fun! > > mario- Hide quoted text - > > - Show quoted text - -- 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.

