[pmwiki-users] Link Variables Not working in newer version

David Bessler david at davidbessler.com
Mon Jul 16 17:33:18 CDT 2007


Found the problem, I had installed ExtendedMarkup.php which has it's own
control over these things.  Removed it, works great.

-----Original Message-----
From: Patrick R. Michaud [mailto:pmichaud at pobox.com] 
Sent: Monday, July 16, 2007 5:54 PM
To: David Bessler
Cc: pmwiki-users at pmichaud.com
Subject: Re: [pmwiki-users] Link Variables Not working in newer version

On Mon, Jul 16, 2007 at 02:34:54PM -0700, David Bessler wrote:
>    I have recently upgraded to version 2.2.0-beta57
> 
>    I am having a loyt of trouble with the variables set in config.php
...
>    they just don't seem to have any effect.
> 
>    For example, I cannot get rid of the damned questions marks after
>    non-existing links.  No matter how hard I try.

Try:

    $LinkPageCreateFmt = $LinkPageExistsFmt;

If you still want links to non-existing pages to display different
than links to existing pages, use:

    $LinkPageCreateFmt = 
      "<a class='createlinktext'
href='\$PageUrl?action=edit'>\$LinkText</a>";

Pm



More information about the pmwiki-users mailing list