The quick way to get MPTW [1] working with TiddlersBarPlugin [2] is to select the MptwStandardTheme. Find this by looking under Tags then select ‘systemTheme’ open MptwStandardTheme and click apply.
That theme uses the standard PageTemplate and TiddlersBarPlugin works out of the box with a standard PageTempate. With a custom PageTemplate, according the the installation notes, you need to add a some html to the custom PageTemplate:* *<div id='tiddlersBar' refresh='none' ondblclick='config.macros.tiddlersBar.onTiddlersBarAction(event)'></div> before <div id='tiddlerDisplay'></div> This is slightly confusing: MPTW theme PageTemplates do not contain tiddlerDisplay div elements. Instead, you need to add it below the topMenu div in the theme. You could copy the MptwTheme into a new tiddler and add a tiddlersBar div so that the page template slice reads thus; <div id='topMenu' refresh='content' tiddler='MainMenu'></div> <!-- tiddlersBar --> <div id='tiddlersBar' refresh='none' ondblclick='config.macros.tiddlersBar.onTiddlersBarAction(event)'></div> <!-- original MainMenu menu --> Or you can copy a theme I produced [3] which I works on Firefox. enjoy Alex [1] http://mptw.tiddlyspot.com/ [2] http://visualtw.ouvaton.org/VisualTW.html#TiddlersBarPlugin [3] http://mptwtiddlersbar.tiddlyspot.com/#MptwThemeTiddlersBar On 4 July 2010 08:18, Seba <[email protected]> wrote: > I had the sameproblem, so I imported the TiddlersBar plugin and added > the html to PageTemplate section in MPTW theme rather tha just > PageTemplate as Alex suggested. However, tiddly still acts as if it > had single page mode. > > Any ideas? > > Seba > > On 28 jun., 16:39, Alex Hough <[email protected]> wrote: > > hello there, > > > > it is something to do with where you add the html from the TiddlysBar > plugin > > with MPTW you need to add it to to the section of the MTPW theme rather > than > > the PageTempate > > > > Alex > > > > On 28 June 2010 05:23, colinoldncranky <[email protected] > >wrote: > > > > > > > > > I have imported TiddlersBarPlugin to a number of my wikis and it works > > > as expected on all except my GTD wiki, MPTW. > > > > > On this, as I open a new tiddler, it opens as it should. However, any > > > others close up. > > > > > Does anyone else have t his problem, or is there something about my > > > MPTW that gives rise to it? (I have put quite a few addons to it over > > > time.) > > > > > And more to the point, what can I do about it? The tabbing is > > > something that I would very much like. > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "GTD TiddlyWiki" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<gtd-tiddlywiki%[email protected]> > <gtd-tiddlywiki%[email protected]<gtd-tiddlywiki%[email protected]> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/gtd-tiddlywiki?hl=en. > > > > --http://www.multiurl.com/g/64 > > -- > You received this message because you are subscribed to the Google Groups > "GTD TiddlyWiki" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<gtd-tiddlywiki%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/gtd-tiddlywiki?hl=en. > > -- http://www.multiurl.com/g/64 -- You received this message because you are subscribed to the Google Groups "GTD 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/gtd-tiddlywiki?hl=en.
