<snip>

 

If you want links to non-existent pages to link to the page, but without

the edit action, then add the following to your local/config.php:

 

  $LinkPageCreateFmt = "<a href='\$PageUrl'>\$LinkText</a>";

 

<snip>

 

Thanks, Kathryn.

 

That works. However, I have modified it to 

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

 

This allows for any special link decoration for non-existent pages that
Pmwiki provides.

 

There still remains one benefit of the method described under
"Group-Wide Removal". One could have the [[!Category]] links not appear
as non-existent pages. 

As you can see, I want EVERYTHING!!

*         Non-existent pages link to go to avoid the edit page

*         Non-existent pages link to render differently

*         Category links to render 'normally'

 

Is there any way of achieving this without modifying the pmwiki.php?

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to