On Sun, Mar 21, 2010 at 2:44 PM, Kevin <[email protected]> wrote:
> 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'));
Better yet, change this last line to
$memberships =
BOLTFmemberships(Array('msg_func_memberships'=>'false'));
That way I think you can have custom msg's in your login form without
automatically getting the memberships message inserted back in.
Haven't tested fully. But if msg is set to something besides false,
you should get all the other system messages back.
Cheers,
Dan
--
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.