[pmwiki-users] Space Wiki Words is on even when $WikiWordCount['NonWikiWord'] = 0

Patrick R. Michaud pmichaud at pobox.com
Thu Jul 20 10:32:55 CDT 2006


On Thu, Jul 20, 2006 at 10:08:33AM -0400, Alan Hoyle wrote:
> I'm running the latest released version on FC5.
> 
> In one of my documents, I'm discussing some Java stuff.  As you may
> know, the standard way to name Java classes is similar to WIkiWords.
> I've gone into my local/config.php and set a couple of thing like:
> 
>      $WikiWordCount['JavaClassName'] = 0;
> 
> And it does indeed prevent linking.  However, no matter what I set for
> $SpaceWikiWords (or if I leave it unset/commented out), PmWiki renders
> the name as
> 
>     "Java Class Name"
> 
> in the browser, unless I specifically override formatting by enclosing
> it as follows: [=JavaClassName=]
> 
> Known bug?  Fixes?

It's not a bug -- the skin is probably using {$Titlespaced} for
the page name, which always spaces the title (regardless of the
$SpaceWikiWords setting).  Try adjusting the skin to use {$Title}
instead, or explicitly set a title.

Pm




More information about the pmwiki-users mailing list