Hi Jeff,

Are you sure that it is indeed the Theme in which you made both changes that
is applied ?
Seeing only one tiddler at a time is *normal* for the TiddlersBarPlugin
behavior, except that you should of course see the tab bar also :)
And the fact that you are not seeing any of the two modifications makes me
think that the applied theme is not the one in which you made the changes...

Do you have a demo I could look at ? Either uploaded online if you're using
TiddlySpot, or you can email it to me if it does not contain sensitive
information.

Cheers,
Nicolas.

On Mon, Dec 22, 2008 at 15:54, jrbast <[email protected]> wrote:

>
> Made the changes, but all that has changed is that now each tiddler I
> open closes the previous.  Only a single tiddler is displayed at a
> time.  No tiddlerbar and no "write" toolbar option???   Could it be a
> conflict with breadcrumbsplugin?  I will remove to see what happens,
> but I think I already tried that
>
> Jeff
>
> On Dec 17, 3:34 am, [email protected] wrote:
> > 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to