[pmwiki-users] how to link to edit

Petko Yotov 5ko at free.fr
Sun Sep 23 12:26:33 CDT 2007


On Sunday 23 September 2007, Matt Hollingsworth wrote:
> Anybody know how to make a link to an edit?
>
> Like a link to edit the page itself that is not an absolute name?
>
> Here:
>
> http://zagreb-wiki.com/index.php?n=Restaurant.Sakristan
>
> I'd like this code:
>
> [[http://zagreb-wiki.com/index.php?n=Restaurant.Sakristan?action=edit |
> expanding]]
>
> To be relative, so that it launches ?action=edit for whatever page it's on.

For this page:
   [[Restaurant.Sakristan?action=edit|Edit this page]]

In a PageActions/SideBar/GroupHeader/GroupFooter:
   [[{*$FullName}?action=edit|Edit this page]]

{*$FullName} means the currently displayed page. If you have an old version of 
PmWiki and this doesn't work, try {$FullName}, however it may break your site 
when you upgrade to the new 2.2.x version.

Inside a (HTML .tmpl) skin, you can use {$PageUrl}?action=edit as pointer to 
edit the current page, like:
   <a href="{$PageUrl}?action=edit">edit</a>

Thanks,
Petko





More information about the pmwiki-users mailing list