footer and header

1 view
Skip to first unread message

jacmgr

unread,
Oct 18, 2009, 11:36:23 PM10/18/09
to BoltWire
Site has pages:
footer
properties.footer
properties.id.footer

When I show p=properties.id.bh101 the correct properties.id.footer is
shown

When I show p=properties.id.bh101&action=galleryedit, it reverts back
to showing the site footer "footer" instead of properties.id.footer

Any suggestions? I need footer even if showing actions, but don't
know how to get it.

Thankx

The Editor

unread,
Oct 19, 2009, 7:05:48 AM10/19/09
to bolt...@googlegroups.com
Try putting this setting in site.config:

simpleMain: ,,print,view,cache,galleryedit,

And any other actions you want to show normal headers on.

In the next release I'll change line 1055 in engine.php to this:

if (strpos(',,' . BOLTconfig('BOLTsimpleMain', 'print,view,cache') .
',', ",$_GET[action],") === false) return;

So you don't need to worry about the beginning and trailing commas.

Cheers,
Dan

jacmgr

unread,
Oct 19, 2009, 8:41:07 PM10/19/09
to BoltWire
OK. That seems to work fine.

Thankyou
Reply all
Reply to author
Forward
0 new messages