WikiMatrix

#1 2009-07-14 17:28:13

jpalmer99
Member
Registered: 2009-07-14
Posts: 2

WikkaWiki to accept special charactors

I am trying to use WikkaWiki to document our servers.  However I am having issues as our servers names have dashes in the name so wikka/server-1 is not able to be created.  I have been pointed in the direction of modifying the Wakka.class.php file and the IsWikiName function.  However I'm still not able to get it right.  Any help with allowing the dash charactor or just detailed instructions on how to add charctors to the allowed list would be very helpful.  Thank you very much!

Offline

 

#2 2009-07-16 14:23:28

jpalmer99
Member
Registered: 2009-07-14
Posts: 2

Re: WikkaWiki to accept special charactors

The fix for me ended up being to put the dash symbol in my pagenames was editing the wikka/handlers/page/edit.php file and changing the VALID_PAGENAME_PATTERN to this:

if (!defined('VALID_PAGENAME_PATTERN')) define ('VALID_PAGENAME_PATTERN', '/^[A-Za-zÄÖÜßäöü,\-]+[A-Za-z0-9ÄÖÜßäöü,\-]*$/s'); /

Offline

 

You are not logged in.


Board footer

Powered by PunBB
© Copyright 2002–2008 PunBB