Thanks DM, you are right. If you go to engine.php, line 55 you will find the $BOLTutfEscape array--the things that should not get converted to %encoding. Add one more element to the end of the array like this:
'%40'=>'@' I'll add it for the next release. Cheers, Dan On Tue, May 12, 2009 at 12:21 PM, DrunkenMonk <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
