[pmwiki-users] Skins and Custom Edit Forms

Hans design at flutesong.fsnet.co.uk
Tue Jul 26 09:36:42 CDT 2005


Tuesday, July 26, 2005, 1:53:37 PM, Patrick wrote:
> Or, the skin can set it only if it's not set already, by using
> SDV ("set default value"):

>     SDV($PageEditForm, '$[Site.EditForm]');
> or
>     SDV($PageEditForm, 'Site.myskin-EditForm');

But Pmwiki sets in forms.php:
   SDV($PageEditForm, '$SiteGroup.EditForm');

So I need to use in skin.php:
$PageEditForm = '$SiteGroup.mySkin-EditForm';

But then if an admin has it set differently in config.php,
her setting has no effect. Or?


Best, 
~Hans                           





More information about the pmwiki-users mailing list