This example in PatternSkinCustomisation? .txt says

Example Let's say you want to simplify the bottom toolbar and remove all links except for "More topic actions". You would need to target %TMPL:DEF{"topicactionbuttons"}%, which is located in view.pattern.tmpl.

The steps you would need:

  1. Think up a name for your skin. Let us use myskin for now.
  2. Create a new (empty) view template file in /templates called view.myskin.tmpl.
  3. In view.myskin.tmpl you write:

%TMPL:INCLUDE{"view"}% %TMPL:DEF{"top:toolbarbuttons"}%%TMPL:END%

The text says change simplify 'topicactionbuttons' and the fix is for toptoolbarbuttons, two different areas.

believe the fix should be

%TMPL:DEF{"topicactionbuttons"}%%TMPL:END%

I could make the fix if someone approves it but I am not sure I have edit privleges although I have a registered login which is jtholmes

thanks jt


Thanks for reporting, I have fixed this in the svn codebase.

-- ArthurClemens - 03 Mar 2009

The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. Creative Commons LicenseGet Foswiki at sourceforge.net. Fast, secure and Free Open Source software downloads