Revision [817]
This is an old revision of CustomizingWikkaWiki made by WojciechLisiewicz on 2015-10-17 12:55:04.
Customizing and updating Wikka Wiki
on our services
Apache Config
Custom functions list
Following functions / configs in WikkaWiki made by WL need to be implemented:- recognition of norms (see here: WikkaLinksToNorms)
- custom topic list
- templates
UPGRADE
First Steps on upgrading
First tray: see http://docs.wikkawiki.org/UpgradeNotesCustomizing in detail
working actually with v. 1.3.6.correcting scripts
- wikka.php - Line 41 - commented out (error_reporting(ALL) too much!)
localization
- localization.php - Line: ALL - transform gettext -> instead of old content - new function T_
- > added files with translations -> lang/[each language]/uitxt.php for PL and de (en ist default)
- templates/ -> added complete new template (for openlaw.pl -> openlaw); changed:
- > templates/[template name]/css/[template name].css
- > templates/[template name]/footer.php
- > templates/[template name]/header.php
- added my crumbs
- design
- call of tree
- > libs/Wakka.class.php
- added tree-support
custom automatic table of content
Files and changes:- change formatters/wakka.php on lines: near 1111 - add; near 1154 - add and on echo in last line;
- add javascript -> functions itemSwitch, itemHide and itemShow
design with header and footer
NOT in footer is the display of comments! Look for it in /handlers/show/show.php
editor window size
standard behavior of the editor window (Texture for wiki source) is to resize automatically depending on browser window size.
edit file /3rdparty/plugins/wikkaedit/wikkaedit.js near to row 134 - comment out resizing...
edit file /3rdparty/plugins/wikkaedit/wikkaedit.js near to row 134 - comment out resizing...
usefull sites on official wikka docs
correct the "clear" on some designs
e. g. on EVTZ-Service: revisions history is moved to the bottom of the page because of the "clear" class in some html-elements in /handlers/history/history.phpremove them all!