<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Perfect! Exactly what I needed. Thanks!<br><br>> From: 5ko@free.fr<br>> To: pmwiki-users@pmichaud.com<br>> Date: Sun, 23 Sep 2007 19:26:33 +0200<br>> Subject: Re: [pmwiki-users] how to link to edit<br>> <br>> On Sunday 23 September 2007, Matt Hollingsworth wrote:<br>> > Anybody know how to make a link to an edit?<br>> ><br>> > Like a link to edit the page itself that is not an absolute name?<br>> ><br>> > Here:<br>> ><br>> > http://zagreb-wiki.com/index.php?n=Restaurant.Sakristan<br>> ><br>> > I'd like this code:<br>> ><br>> > [[http://zagreb-wiki.com/index.php?n=Restaurant.Sakristan?action=edit |<br>> > expanding]]<br>> ><br>> > To be relative, so that it launches ?action=edit for whatever page it's on.<br>> <br>> For this page:<br>> [[Restaurant.Sakristan?action=edit|Edit this page]]<br>> <br>> In a PageActions/SideBar/GroupHeader/GroupFooter:<br>> [[{*$FullName}?action=edit|Edit this page]]<br>> <br>> {*$FullName} means the currently displayed page. If you have an old version of <br>> PmWiki and this doesn't work, try {$FullName}, however it may break your site <br>> when you upgrade to the new 2.2.x version.<br>> <br>> Inside a (HTML .tmpl) skin, you can use {$PageUrl}?action=edit as pointer to <br>> edit the current page, like:<br>> <a href="{$PageUrl}?action=edit">edit</a><br>> <br>> Thanks,<br>> Petko<br>> <br>> <br>> <br>> _______________________________________________<br>> pmwiki-users mailing list<br>> pmwiki-users@pmichaud.com<br>> http://www.pmichaud.com/mailman/listinfo/pmwiki-users<br><br /><hr />Make your little one a shining star! <a href='http://www.reallivemoms.com?ocid=TXT_TAGHM&loc=us' target='_new'>Shine on!</a></body>
</html>