On Wed, Sep 01, 2010 at 07:03:48AM -0400, Bruce & Ann Reidenbach wrote:
> Is there a way to create a default page action when a page link
> is clicked?
If it's just a small number of fixed pages, you could change the
default action via a per-page configuration file. For example,
creating local/XYZ.MyPage.php with
<?php
if ($action == 'view') $action = 'myaction';
would automatically change the action from 'view' to 'myaction'
whenever XYZ.MyPage is accessed.
AFAIK there's not a built-in markup to do this, although it wouldn't
be too difficult to create a recipe for it.
Pm
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users