[pmwiki-users] Show GroupHeader when editing?

StefCT stefct4 at gmail.com
Tue Sep 30 16:21:11 CDT 2014


I think you could also simply add

(:include {$Group}/GroupHeader:)

to the top of your Site.EditForm (or whatever EditForm your skin is using).

Careful when editing your EditForm though... if something goes wrong and
you accidentally disable the editing of pages entirely, you can only fix
this by changing the file on the server.

-- StefCT



On 09/30/2014 08:59 PM, Petko Yotov wrote:
> Something like this in config.php should do it:
> 
>   $HandleEditFmt = array(&$PageStartFmt, 'markup:$GroupHeaderFmt',
> &$PageEditFmt, &$PageEndFmt);
> 
> Petko
> 
> On 29.09.2014 17:53, Johnny Nielsen wrote:
>> is there a way to get a group header to display when _editing_ a page?
>>
>> My group headers display when _viewing_, but not when _editing_.
>> I need that for a site I'm setting up, and I haven't been able to
>> figure this
> 
> 
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users




More information about the pmwiki-users mailing list