Hi Guys,

sorry for replying so late, didn't get any notice that there were some
replies.
Everything works great now. Here are the steps again for Dummies like
me.

1. Create a new tiddler called MyTheme

2. Copy all the content from MptwTheme

3. Edit the name information !within! the tiddler from |name|
MptwTheme| to |name|MyTheme|

4. Go to the section ViewTemplate and change
[[MptwTheme##ViewTemplateToolbar]] to
[[MyTheme##ViewTemplateToolbar]]

5. In the same section change
<div macro="showWhen
tiddler.tags.containsAny(['css','html','pre','systemConfig']) && !
tiddler.text.match('{{'+'{')">
<div class='viewer'><pre macro='view text'></pre></div>
</div>
<div macro="else">
        <div class='viewer' macro='view text wikified'></div>
</div>

to

<div class='viewer' macro='view text wikified'></div>

6. Tag the new tiddler systemTheme
close/save

7. Create a new tidddler called "Theme Selector" (or something else)
with content only <<selectTheme>>
close/save

8. Close the tiddly and reopen. Open the tiddler Theme Selector and
select MyTheme from the dropdown box.

You should be done


Thanks a lot!

Joe

On Apr 8, 9:10 am, PMario <[email protected]> wrote:
> hi
>
> On Apr 5, 2:45 am, Mike <[email protected]> wrote:> Never mind - if you 
> rename MptwTheme to MptwTheme1 save and reload it
> > should work with no extra plugins.
>
> The macro call for changing themes is
> <<selectTheme>> .. which gives you a drop down to change the themes.
> It is somewhere hidden in the options menue.
>
> > The problem is in the ViewTemplate defined by that theme (which is
> > referenced to all MPTW themes)
>
> The other themes eg: MptwRoundTheme are using ViewTemplate,
> EditTemplate ... from MptwTheme and only change some styles. Which is
> good if you want to change other things global.
>
> If you copy the whole content of MptwTheme to a new Tiddler eg:MyTheme
> tagged systemTheme, you get an independent theme. There are only some
> points which you have to take care of.
>
> 1)
> eg: New tiddler is : MyTheme
> |Name|MptwTheme| change to
> |Name|MyTheme|
>
> 2)
> Go to the ViewTemplate section
> !ViewTemplate
> <!--{{{-->
> [[MptwTheme##ViewTemplateToolbar]]  change to
> [[MyTheme##ViewTemplateToolbar]]
>
> I hope that was all.
> regards Mario
>
>
>
> > Not a fix, but pointing in the right direction (renaming that file
> > just tells the themes to use the unmodified TW ViewTemplate ect.
>
> > Mike
>
> > On Apr 4, 7:32 pm, Mike <[email protected]> wrote:
>
> > > Not sure but does that plugin 
> > > needhttp://www.tiddlywiki.com/coreplugins.html#DeprecatedFunctionsPlugin
>
> > > The working version is TW 2.0.10 (link provided)
> > > Lewcid is running TW v2.2.5
>
> > > What version TW are you working in (MPTW) Most recent is 
> > > TWv2.5.3http://mptw.tiddlyspot.com/
>
> > > I know I needed DeprecatedFunctionsPlugin for TW2.4.3 & Lewcid's
> > > TaggerPlugin
>
> > > Good Luck,
>
> > > Mike
>
> > > On Apr 4, 3:30 pm, whatever <[email protected]> wrote:
>
> > > > Works fine for me. 
> > > > Seehttp://users.volja.net/headmaster/FootnotesTest.html
> > > > w
>
> > > > On Apr 4, 4:37 pm, "mr.hotzenplotz" <[email protected]>
> > > > wrote:
>
> > > > > Hi,
> > > > > I am using the monkeypirate version of tiddly wiki and was trying to
> > > > > use the footnotes plugin from lewcid tw 
> > > > > (here:http://tw.lewcid.org/#FootnotesPlugin).
> > > > > Saddly I can't seem to make it work. Whenever I add another footnote I
> > > > > only get the red footnote number in the text but when clicking it it
> > > > > won't show any footnote at the bottom of the page. I tried to disable
> > > > > and enable all other plugins but it certainly is caused by mptw,
> > > > > probably by the new theme.
> > > > > I tried to fiddle around but as I am not very experienced in coding
> > > > > and couldn't find anything on google I was hoping that somebody else
> > > > > might have gotten these two plugins to work together!?? Anyone?? :)
> > > > > Thanks
> > > > > Joe

-- 
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