Yes I do have a custom login form. ... ahh..
$BOLTtoolmap['x']['login'] = 'mylogin';
$BOLTtoolmap['x']['register'] = 'myregister';
Which means it is not using the default BOLTXlogin...
It has in it:
..
$BOLTid = $id;
$BOLTmember = $member;
$memberships = BOLTFmemberships(Array('output'=>'true'));
...
Instead of:
...
$BOLTid = $id;
$BOLTmember = $member;
$BOLTmember = $member;
$memberships = BOLTFmemberships(Array('msg'=>'false'));
...
Will see if this fixes this ..
On Sun, Mar 21, 2010 at 11:13 AM, The Editor <[email protected]> wrote:
> Mine do not show up... Can you confirm this again after I get out 3.4.10?
>
> Also, do you have a custom login form? Perhaps with messages set in
> it? If so, try changing line ~307 in commands.php to this:
>
> $memberships =
> BOLTFmemberships(Array('msg_func_memberships'=>'false'));
>
> Perhaps by being more specific about which message we are canceling
> out, we can block conflicts when there are other msg commands in a
> login form... We'll try this in the next release, but I'd be curious
> if it solves your problem now...
>
> Cheers,
> Dan
>
>
> On Wed, Mar 17, 2010 at 1:26 PM, Kevin <[email protected]> wrote:
> > Still get the Memberships updated message when hitting the site after
> > restarting the browser or hitting the site for the first time that day.
>
> --
> 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]<boltwire%[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.