Hi again JR, I found the answer to both your questions while reading this post : you are indeed using MPTW. You'll find the instructions to make EasyEdit work in your other post, and I guess the reason you're not seeing the TiddlersBarPlugin is the same one, you are missing a line in your Theme tiddler. (it is what the 3rd instruction of the plugin says : "if you're using a custom PageTemplate, add <div id='tiddlersBar' refresh='none' ondblclick='config.macros.tiddlersBar.onTiddlersBarAction(event)'></div> before <div id='tiddlerDisplay'></div> ")
So, how to proceed ? Again, as for EasyEdit, locate your Theme tiddler (it depends of the name of the Theme you are currently using, could be MptwTheme for example), then go to the PageTemplate section, and change this : <div id='displayArea'> <div id='messageArea'></div> <div id='tiddlerDisplay'></div> </div> to this : <div id='displayArea'> <div id='messageArea'></div> <div id='tiddlersBar' refresh='none' ondblclick='config.macros.tiddlersBar.onTiddlersBarAction(event)'></div> <div id='tiddlerDisplay'></div> </div> (Mind the potential line breaks i'm sure Gmail will introduce once I post the message) After a save and reload, this should be it. To be perfectly complete, I should add that for future compatibility with TW updates (so that the MptwTheme tiddler is not overwritten if you update your TW in the future), what you should in fact do is to duplicate the MptwTheme (assuming this is the one you're using), rename the duplicate (for example, "MyPersonalTheme"), then apply both modifications (for EasyEdit and for TiddlersBar) to this one. Once it is done, simply save, reload, and apply your own MyPersonalTheme to use it. This way, you can be sure that no future update of MPTW will overwrite your settings. (Additionnally, if you want to be absolutely sure that your MPTW always loads from now on with the "MyPersonalTheme" loaded, you can add this : config.options.txtTheme = 'MyPersonalTheme'; in your MptwUserConfigPlugin tiddler; this is where you should store your personal settings) Enjoy! Nicolas. On Dec 17, 2008 5:17am, jrbast <[email protected]> wrote: > > > Does TiddlersBarPlugin conflict other plugins? > > > > I'm using a MPTW distrubution of TiddlyWiki and also using > > TagglyTagging. > > I cannot get TiddlersBarPlugin to work on this system. I also have > > the BreadcrumbsPlugin which has a similar capability to the > > TiddlersBarPlugin. > > > > Help from anyoone would be welcome on what is needed to get this > > working. I have removed the BreadcrumbsPlugin but does not solve the > > problem... > > > > Thanks, > > [email protected] > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

