[pmwiki-users] GroupFooter

Hans design5 at softflow.co.uk
Mon Nov 26 08:30:06 CST 2007


Monday, November 26, 2007, 1:43:27 PM, Tom Hayden wrote:

> I tried creating Main.GroupFooter to no effect. The only recipe I have
> at this moment is PmCalendar in cookbook. The installation instructions
> require a GroupFooter so I am pretty certain that is not the problem.

These are the lines of code from pmwiki.php which define GroupHeader
and GroupoFooter:

$GroupHeaderFmt =
  '(:include {$Group}.GroupHeader self=0 basepage={*$FullName}:)(:nl:)';
$GroupFooterFmt =
  '(:nl:)(:include {$Group}.GroupFooter self=0 basepage={*$FullName}:)';

It does not do any harm trying out to put these lines into your
config.php file, at the bottom, as a  test.

It is possible to redefine  $GroupHeaderFmt and  $GroupFooterFmt, but
normally this is not done by recipes.

And please test if you can use markup (:include SomePage:), for
instance in Main.WikiSandbox, add:

(:include Main.HomePage:)

and see if it works.


  ~Hans




More information about the pmwiki-users mailing list