[pmwiki-users] Mixed case always changing to a link.

H. Fox haganfox at users.sourceforge.net
Thu Aug 25 18:57:35 CDT 2005


On 8/25/05, Robin Hills <robin at bitbybitsystems.ca> wrote:
> Phil Seyer wrote:
> 
> > Sometimes I want to use mixed case in a discussion without having it
> > turn into a link. For example, the name...
> >
> >           McKenzie
> >
> > ..automatically changes to a link.  How can I stop this?
> 
> 
> Use the escape sequence, like so:
> 
>     [=McKenzie=]
> 
> If you have the extendmarkup script installed, you can use the back-tick
> like so:
> 
>    `McKenzie

The backtick also works without the extendedmarkup script installed.

If you want to require specifically [[linking]] the word McKenzie, use
the following in  your config.php:

    $WikiWordCount['McKenzie'] = 0;

(See sample-config.php.)

Hagan




More information about the pmwiki-users mailing list