- Timestamp:
- 11/23/08 21:13:17 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/PatternSkin/data/System/PatternSkinCustomization.txt
r758 r891 3 3 ---+!! %TWIKIWEB%.PatternSkin Customization 4 4 5 *Guidelines how to create and customize page templates.* For styling your TWiki using stylesheets, see PatternSkinCssCookbook.5 *Guidelines how to create and customize page templates.* For styling your Foswiki using stylesheets, see PatternSkinCssCookbook. 6 6 7 7 %TOC% … … 23 23 To change templates you will need shell access. If you don't have this read on below in [[#TopicTemplates][The topic template approach]]. 24 24 25 The quickest way to change the view template would be to simply change the text in the template. A safer way - strongly recommended, because it will survive a TWiki update - is to create your own custom skin. That may sound like an awful lot of work, but in reality a skin may be as much as 1 file that consists of only a few lines of code.25 The quickest way to change the view template would be to simply change the text in the template. A safer way - strongly recommended, because it will survive a Foswiki update - is to create your own custom skin. That may sound like an awful lot of work, but in reality a skin may be as much as 1 file that consists of only a few lines of code. 26 26 27 27 *Example* %BR% … … 157 157 </blockquote> 158 158 159 To search a couple of webs, for instance the webs Main and TWiki, write:160 <blockquote> 161 <verbatim> 162 <input type="hidden" name="web" value="Main, TWiki" />159 To search a couple of webs, for instance the webs Main and System, write: 160 <blockquote> 161 <verbatim> 162 <input type="hidden" name="web" value="Main,System" /> 163 163 </verbatim> 164 164 </blockquote> … … 303 303 ---+++ I want to hide the edit buttons from certain users 304 304 305 It may defy the wiki-ness of your TWiki installation, but in certain circumstances it could be useful to hide the edit buttons from users that are not logged in, for instance for clients that have gotten viewing rights only.305 It may defy the wiki-ness of your Foswiki installation, but in certain circumstances it could be useful to hide the edit buttons from users that are not logged in, for instance for clients that have gotten viewing rights only. 306 306 307 307 Using either a template or a topic template, 'empty' =top:toolbarbuttons= and =topicaction= by writing:
Note: See TracChangeset
for help on using the changeset viewer.
