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.