[pmwiki-users] Core and question marks

Patrick R. Michaud pmichaud at pobox.com
Mon Aug 28 10:05:04 CDT 2006


On Sun, Aug 27, 2006 at 07:15:56PM -0400, The Editor wrote:
> 
> Thanks for your help.  Even a simple way to disable it sitewide for
> now--like somehow changing the style that makes it all dotted
> underlined?  And by default going to browse not edit.

Oh, getting it to go to browse instead of edit (site-wide) is
simple in config.php:

    $LinkPageCreateFmt = $LinkPageExistsFmt;

Or, if you just want to match the normal link style but let it
continue to go to ?action=edit:

    $LinkPageCreateFmt = "<a class='wikilink' rel='nofollow' 
      href='{\$PageUrl}?action=edit'>\$LinkText</a>";

Pm




More information about the pmwiki-users mailing list