True, on action pages, headers and footers do not display. This generally solves many more problems than it causes.
You can, however, override this behavior by identifying actions that take headers by a line like this in site.config: simpleMain: print,view,cache The above is the default setting. So you get headers on action=print or view or cache. But no other actions. This is probably a good example of something we will either strip out of 4.xx or revisit to make it simpler. At the very least a better config variable name would be helpful... Cheers, Dan P.S. Kevin, the * in the conditional allows you to nest them to one level [if true][if false*]a[else*]b[if*][else][if true*]c[else*]d[if*][if] Should give you b for example, if I'm not mistaken. We only have one level of nesting possible in BoltWire at present. I'd like to find a syntax and code to make it unlimited. On Sun, Mar 7, 2010 at 6:53 PM, Markus <[email protected]> wrote: > I have $$actions in my header. They display fine on all pages until I > click an action (like edit). Then they are gone. > > [if* equal {member} Markus]$$actions > [if*] > > What could be the cause? > > Regards, > Markus > > -- > You received this message because you are subscribed to the Google Groups > "BoltWire" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/boltwire?hl=en. > > -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
