|
Pattern SkinScreenshotCreating your own lookTemplate customizationPatternSkinCustomization - how to configure page elementsStyle sheet customizationPatternSkinCssCookbook - how to customize the visual styleChanging graphicsThe original Photoshop files of the skin graphics (mainly background images) are attached to PatternSkinGraphics.Hide content in printUse thehideInPrint class to hide specific content from printing. Example:
<div class="hideInPrint"> This text does not show in print view </div> Supported browsersPatternSkin has been tested successfully on the following browsers:
Attaching filesWith HTML5 capable web browsers, the Attach page of this skin provides a drag and drop feature. You can click the drop area to use a file dialog box. In the dialog box, you can select multiple files at a time. This drag and drop feature uses DropzoneJS JavaScript libary.With the other browsers, the Attach page shows a button to pop up a file dialog box. You can select only one file at a time. You can upload up to 10 files at a time. File uploading starts when you click the "Uplaod file" button. Before that, you can remove a file from the upload file list by clicking a "Remove file" (on HTML5 capable web browsers) or a removal icon (on HTML5 incapable web browsers). Specifically, the drag and drop feature works with the following web browsers.
DROPZONEJS_DISABLE "on".
To do it at the web level, the following line is to be put on WebPreferences.
* Set DROPZONEJS_DISABLE = on InstallationNote: You do not need to install anything on the browser to use this skin. The following instructions are for the administrator who installs the skin on the server where TWiki is running. Note 2: PatternSkin is included with TWiki by default. Use the following instructions only if you are upgrading PatternSkin.
TroubleshootingIf you have set the SKIN variable setting topattern and you still don't see the layout as on the screenshot, a few settings in may have been disabled.
Check these variables here:
* %SYSTEMWEB%.PatternSkin settings: * Set TWIKILAYOUTURL = %PUBURLPATH%/%SYSTEMWEB%/PatternSkin/layout.css * Set TWIKISTYLEURL = %PUBURLPATH%/%SYSTEMWEB%/PatternSkin/style.css * Set TWIKICOLORSURL = %PUBURLPATH%/%SYSTEMWEB%/PatternSkin/colors.cssNOTE: customization of these values should be done in Main.TWikiPreferences If this still does not work, contact the administrator who installs skins. For further troubleshooting and feedback, go to TWiki:Plugins/PatternSkinDev. Report bugs at TWikibug:PatternSkin. Skin Info
Related topics
|