I didn't think this would affect anything. But it should correct
problems with ' & ". Make sure you re-edit the page and save it again
just to make sure it has no effect.
>> The other thing to check is your skin. It needs to have the following
>> lines at the top of the html:
>
> --> Actually, I am using the default skin ... I find the default skin
> very nice because very simple... Where can I check the header of the
> HTML file for the default skin ?
Ok. The default skin has the correct headers. That's what I used on my
test page. There are two ways to check this:
1) Browse the page, right click, and hit view source. It should be
visible in the html.
2) The actual source is in a page called code.skin. You can double
check it there. But unless you have edited something it should be
fine.
Do you have a url where this is happening I can look at?
Cheers,
Dan
AddDefaultCharset ISO-8859-1Cheers,
Dan
You need = in the field=value assignements
[session if "equal {=code} toto ? authkey=register"]
[session if "equal {=code} toto ? register=password,member"]
Or even
> [session if "equal {=code} toto ? authkey=register , register=password,member"]
Try that... Interesting idea!
Cheers,
Dan
Also check all the .htaccess files on your server. It is possible this
is being done in some default .htaccess file and you can change or
delete it. I'm not an expert on server configuration--but I seem to
have seen this somewhere.
My solution when I get stuck is to go into some tech chat rooms on one
of the main servers and pester people till I get an answer. If I find
more time, I'll look into this myself. But it is definitely your
charset encoding setting. I'm pretty sure.
Cheers,
Dan
P.S. DrunkenMonk--He has that setting in his skin. Do you have the
syntax for overriding this in the .htaccess. He says he hasn't been
able to find it on google.
AddDefaultCharset UTF-8
! >>Register<<
[if ! login || admin]>>To create a new account, please choose a member
name and password<<
[form]
[t]
[r]
[c]>>Passcode:<<
[c][text code]
[r]
[c]>>Member:<<
[c][text member]
[r]
[c]>>Password:<<
[c][password password] [submit REGISTER]
[t]
[session if "equal {=code} mycode ? authkey=register ,
register=password,member[if* ! login] , login=''[if*] : warn=Incorrect
passcode."]
[form]
[if* admin]You are currently logged in as an Admin: {member}
[if*][else]You are already logged in as {member}.
[if]
This is a cool little snippet. We should add it to the BoltWire site
somewhere...
Cheers,
Dan
Did my suggestions not work? Can you clarify what is happening? Make
sure you remove any line breaks introduced by the email.
Cheers,
Dan