You should be able to put it in either the skin or a zone. In fact, looking at it now, you don't even need the == == around the [messages] when putting it in the skin. You might check your skin that it hasn't somehow lost the tag. There were a few upgrades back where BoltWire failed to properly escaped the messages when editing a skin and the tag could have been lost. I just checked it on my installation and both with and without the ==, it works in the skin.
Cheers, Dan On Thu, Jan 28, 2010 at 6:23 PM, DrunkenMonk <[email protected]> wrote: > That worked. So it doesnt work with just [messages] in the skin. Will > putting in a [[messages]], and then creating a .messages page with > [messages] work? > > On Jan 27, 1:58 pm, The Editor <[email protected]> wrote: >> Try putting the messages marker right in the page just for testing: >> >> [messages] >> [form] >> [submit] >> [session warn "this should display"] >> [form] >> >> It displays here both in the skin and in the page: >> >> http://www.boltwire.com/index.php?p=test.messages >> >> Cheers, >> Dan >> >> On Wed, Jan 27, 2010 at 7:30 AM, DrunkenMonk <[email protected]> wrote: >> > That did not cause the problem. I get no result from: >> >> > [form] >> > [submit] >> > [session warn "this should display"] >> > [form] >> >> > Which I find strange. >> >> > On Jan 27, 1:24 pm, DrunkenMonk <[email protected]> wrote: >> >> <div class="wrapper"> >> >> <div id="side">[[side]]</div> >> >> <div id="main">==[messages]==[[header]][[main]][[footer]]</div> >> >> </div> >> >> >> but no messages. Sod, that means the problem lies deeper. I've got the >> >> same problem on two different barns. Error reporting is turned on, >> >> that may cause the problem. >> >> >> On Jan 26, 9:16 pm, The Editor <[email protected]> wrote: >> >> >> > You should have [messages] either in the skin or in a page zone. >> >> >> > Cheers, >> >> > Dan >> >> >> > On Tue, Jan 26, 2010 at 1:27 PM, DrunkenMonk <[email protected]> wrote: >> >> > > I've long noticed that my main site lost the ability to display >> >> > > warning messages somewhere along the way. >> >> >> > > I believe it was during some upgrade time where the system for >> >> > > displaying them changed. I've ercently tried to create a new field, >> >> > > using a different barn, and just realised that the warning messages >> >> > > where gone from this one as well. >> >> >> > > I assume I've copied over a few pages too many, and thus copied over >> >> > > the problem as well. >> >> >> > > So my question is: What is the current mechanism to display warning/ >> >> > > error messages? >> >> >> > > -- >> >> > > 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 >> >> > > athttp://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 >> > athttp://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. > > -- 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.
