[pmwiki-users] Link Variables Not working in newer version
    Patrick R. Michaud 
    pmichaud at pobox.com
       
    Mon Jul 16 16:54:00 CDT 2007
    
    
  
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