[pmwiki-users] Further Adventures With Doubled Footers!

David Spitzley dspitzle at wash.k12.mi.us
Fri Feb 22 10:35:24 CST 2008


Ok, it appears that the skin was to blame; I've now got comments and comment forms showing up only once, and in the content area in the where I want them, so I'm happy.  I'm still puzzled at the difference in behavior between http://www.davidaspitzley.org/potatopatch/  and
http://www.davidaspitzley.org/potatopatch/index.php?n=Main.HomePage , which display the same page but the former has a Site Footer while the latter doesn't.  Obviously display of the HomePage by default generates a different execution path than displaying it through an explicit request, which might be worth clearing up in the pmwiki.php code at some point.  Thanks to everybody for their help in digging through this.


David

>>> <carlos.ab at gmail.com> 2/22/2008 12:35 AM >>>
...
> MARINEE SKIN DIV
>
> <div id="footer_container">
> <!--PageFooterFmt-->
> 	<div id="footer">
> 		<!--wiki:{$Group}.GroupFooter {$SiteGroup}.SiteFooter-->
> 	</div>
> 	<div class="extras">
> 		<!--wiki:{$SiteGroup}.{$SkinName}-Versions-->
> 	</div>
> <!--/PageFooterFmt-->
> </div>

I'm not completly sure about it, but try to remove the call for another 
{$Group}.GroupFooter in the skin template.

change the footer section from this:

<div id="footer">
	<!--wiki:{$Group}.GroupFooter {$SiteGroup}.SiteFooter-->
</div>

To this:

<div id="footer">
	<!--wiki: {$SiteGroup}.SiteFooter-->
</div>

And see how it goes.

CarlosAB




More information about the pmwiki-users mailing list