That is correct, but again, it may only be working on my system... It's been awhile, but I seem to remember there were patches posted after 3.3.6. I need to get out 3.3.7 but have been negligent. I'll try to get it out this weekend. I do know on my system either of those definitely will work.
Cheers, Dan On Fri, Feb 19, 2010 at 6:05 PM, Kevin <[email protected]> wrote: > > I think you are saying that I should be able to do... > > [(include pagetest.formats msg=false)] > > or > > [(include pagetest.formats msg='')] > > but when I do, I still get the message... > > Page pagetest.formats included. > > > On Tue, Feb 2, 2010 at 3:33 PM, The Editor <[email protected]> wrote: >> >> Yes, the messages from the functions are now a bit more prominent. >> Which while useful, and I'm glad things finally work, they can be a >> bit irritating. >> >> 1) As for the memberships being updated message at login, that can be >> omitted by changing line 296 in commands.php from >> >> $memberships = BOLTFmemberships(); >> >> to >> >> $memberships = BOLTFmemberships(Array('msg'=>'false')); >> >> I just put this in the core, as the fact they are now logged in >> assumes their memberships are updated. Let me know if you notice >> other commands that have function call messages that need to be >> disabled. >> >> 2) As for other actual function messages, if you can find the function >> you can disable any message by >> >> [(forward some.page msg=false)] or [(forward some.page msg='')] >> >> You can also disable certain messages, or even overwrite them right in >> the function. But currently there is no way to disable all function >> messages. One option is to add the following line to markups.php, ~275 >> (just before the last line of BOLTMfunc) >> >> if (BOLTconfig('BOLTfuncMessages', 'true') == 'false') $args['msg'] >> = 'false'; >> >> This allows you to set funcMessages: false in site.config to disable >> all messages. I've got this added to the core for the moment, but I'm >> still thinking out loud if this is our best option, or even something >> we want to do. >> >> Cheers, >> Dan >> >> >> On Mon, Feb 1, 2010 at 2:42 PM, Kevin <[email protected]> wrote: >> > In 3.3.6, the what messages are displayed was changed. For the most >> > part >> > they are fine, however a few are annoying like saying that the page is >> > included, and Membership status has been updated each time I go to a >> > site >> > the next day. >> > >> > Is there a control for which messages are sent and which are not. >> > >> > -- >> > 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. >> > > -- > 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.
