Revision history for noncamelcasehack
Additions:
@@''**Note:** CamelCase will be made optional in the forthcoming 1.3 release. See Ticket:191 for further information''@@
Additions:
Change the line (around 1215):
Deletions:
Revision [18970]
Edited on 2008-01-28 00:13:29 by TormodHaugen [Modified links pointing to docs server]No Differences
Additions:
function IsWikiName($text) { return preg_match("/^[a-z][a-z0-9]*$/i", $text); }
Deletions:
Additions:
----
CategoryUserContributions
CategoryUserContributions
Additions:
>>
== See Also ==
~- WikiInAVacuum - for how to hide your wiki engine.
>>
== See Also ==
~- WikiInAVacuum - for how to hide your wiki engine.
>>
Additions:
The "You are WikiName" thingey up above the content (or elsewhere, depending on styling and/or mods) isn't a link...
To make the "You are..." link a link, find in ''./actions/header.php'' (relative to your wikka directory) near line 52:
echo "You are ".$this->Format($this->GetUserName());
and change it to:
echo "You are ".$this->Link($this->GetUserName());
This was something that bothered me in the first place, it might or might not be fixed in the next release (1.1.7).
To make the "You are..." link a link, find in ''./actions/header.php'' (relative to your wikka directory) near line 52:
echo "You are ".$this->Format($this->GetUserName());
and change it to:
echo "You are ".$this->Link($this->GetUserName());
This was something that bothered me in the first place, it might or might not be fixed in the next release (1.1.7).