I'm trying to get this code:
[(search group=login if="!inlist {+p2} group.spexare" template=tmplt)]
[[#tmplt]]
[(template first)][form][select theid]
[(template each)][option value={+p2}]{+:namn}, {+p2}
[(template last)][select]
[submit registrera]
[session members "+{=theid}"]
[session join spexare]
[form]
[[#end]]
to work. However, it does nothing. Even though it claims to have
"updated *my* group memberships". Not good.
I cracked open the code a bit, and I think it's another utf-8 problem:
the @ sign is being translated to:
%40
and thus the target page is
%40.spexare
I'm just gonna change that to group.$value in my boltwire.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---