Hi Mike, Which flavour of TW are you using ? Is it MPTW or another derivative ? FCKEditor has to insert elements in your ViewTemplate tiddler, and sometimes with alternatives flavours (as it is the case for MPTW in particular), you have to change things manually.
I'll save you some time by giving here the solution for MPTW (I do not know the others well enough): - Determine which Theme you're actually using in MPTW (if in doubt, open the Options panel, and try applying different themes until you find yours) - Open this theme's tiddler (for example, MptwTheme) - Locate the ViewTemplateToolbar section, then this line : <span macro='toolbar closeTiddler closeOthers +editTiddler deleteTiddler > fields syncing permalink references jump'></span> - Then, at the place of your choice (usually after "+editTiddler"), add the element required for FCKEditor : "editHtml" - Save, reload, and that's it ! For good manners sake, I should add two things : - First, you should not in fact modify the Theme tiddler as I suggest, but instead copy paste it entirely in a new theme tiddler of your choice (MikeTheme), and make the modifications in this one (remember to have it tagged systemTheme, otherwise you'll be in trouble). Then after save and reload, go to the themes menu, apply MikeTheme, and there you go ! - Also, to make sure that your theme gets indefectibly applied at each startup, you can add in your MptwUserConfigPlugin this line : config.options.txtTheme = 'MikeTheme'; Enjoy ! Nicolas On Thu, Nov 20, 2008 at 04:02, MikeP <[EMAIL PROTECTED]> wrote: > > Hi, > > I am getting nowhere trying to install FCKEditor. It imports, and I > have it in the subfolder properly. Now that I imported the legecy > plugin, I am no longer getting the invalid macro <<br>> anymore. > However, the command to call up the editor does not seem to appear on > the toolbar. I cannot seem to find instructions to help with this. > Suspect I am just missing something.. Can someone help? > > Thanks > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

