My update of 4,3,3 towards 4,1 beta 5 raised problems. I test thus a new installation of 4,1 beta 5 with a fresh new complete install and I noted that :
Line Break Parsing: Select any fields for which you want the pressing of the it'enter key to be translated to a <br> tag. it would be better if is <br /> ---------
The htaccess.txt and the automaker .htaccess come with bad caracteres so it's impossible for me to activate the rewriting like this : RewriteRule ^members/([-_/\+A-Za-z0-9äüößèà ]+)-([0-9]+)-trader\.html?$ trader.php?rewritten=1&id=$2 RewriteRule ^members/([-_/\+A-Za-z0-9äüößèà ]+)-([0-9]+)\.html?$ memberlist.php?rewritten=1&action=profile&id=$2 RewriteRule ^members/$ memberlist.php?rewritten=1 RewriteRule ^help/?$ help.php?rewritten=1 RewriteRule ^help/([-_/\+A-Za-z0-9äüößèà ]+)/?$ help.php?rewritten=1&action=showcat&name=$1 RewriteRule ^help/([-_/\+A-Za-z0-9äüößèà ]+)/([-_/\+A-Za-z0-9äüößèà ]+)-([0-9]+)\.html?$ help.php?rewritten=1&action=showitem&id=$3
It is <br />, just forgot to update the help text.
Does your server have some sort of character set limitations? I've never seen any problem with [-_/\+A-Za-z0-9äüößèà ] on Apache/Linux/PHP5, and it's been autowriting those characters since 4.0 without others seeming to have the problem. I thought they were utf-8 characters anyway.
and : how to duplicate the submit form link without captcha ? (to make an other submit form private for autosubmit)
Why would you want random guests to be able to submit with verifying they're not bots? Isn't a private form much more easily done by giving the person a login? If you want you can make a generic account for these people and then pass the login in the url:
Comments on Bugs 4,1 beta 5
Member
Usergroup: Customer
Joined: Jul 01, 2007
Total Topics: 17
Total Comments: 49
hello
My update of 4,3,3 towards 4,1 beta 5 raised problems. I test thus a new installation of 4,1 beta 5 with a fresh new complete install and I noted that :
Line Break Parsing: Select any fields for which you want the pressing of the it'enter key to be translated to a <br> tag. it would be better if is <br />
---------
The htaccess.txt and the automaker .htaccess come with bad caracteres so it's impossible for me to activate the rewriting
like this :
RewriteRule ^members/([-_/\+A-Za-z0-9äüößèà ]+)-([0-9]+)-trader\.html?$ trader.php?rewritten=1&id=$2
RewriteRule ^members/([-_/\+A-Za-z0-9äüößèà ]+)-([0-9]+)\.html?$ memberlist.php?rewritten=1&action=profile&id=$2
RewriteRule ^members/$ memberlist.php?rewritten=1
RewriteRule ^help/?$ help.php?rewritten=1
RewriteRule ^help/([-_/\+A-Za-z0-9äüößèà ]+)/?$ help.php?rewritten=1&action=showcat&name=$1
RewriteRule ^help/([-_/\+A-Za-z0-9äüößèà ]+)/([-_/\+A-Za-z0-9äüößèà ]+)-([0-9]+)\.html?$ help.php?rewritten=1&action=showitem&id=$3
RewriteRule ^[-_/\+A-Za-z0-9äüößèà ]+/[-_/\+A-Za-z0-9äüößèà ]+-([0-9]+)-thread\.html$ comments.php?rewritten=1&id=$1
RewriteRule ^[-_/\+A-Za-z0-9äüößèà ]+/[-_/\+A-Za-z0-9äüößèà ]+-([0-9]+)-thread-([0-9]+)\.html$ comments.php?rewritten=1&id=$1&page=$2
RewriteRule ^[-_/\+A-Za-z0-9äüößèà ]+/[-_/\+A-Za-z0-9äüößèà ]+-([0-9]+)\.html$ link.php?rewritten=1&action=detail&id=$1
RewriteRule ^[-_/\+A-Za-z0-9äüößèà ]+/redirect-([0-9]+)/$ link.php?rewritten=1&id=$1
RewriteRule ^([-_/\+A-Za-z0-9äüößèà ]+)/$ index.php?rewritten=1&action=displaycat&catname=$1
RewriteRule ^([-_/\+A-Za-z0-9äüößèà ]+)/([0-9]+)\.html$ index.php?rewritten=1&action=displaycat&catname=$1&page=$2
result an error 500 on my website
is it possible to have the good one please ?
and : how to duplicate the submit form link without captcha ? (to make an other submit form private for autosubmit)
tks and good job, i think this futur 4,1 would be very good
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
It is <br />, just forgot to update the help text.
Does your server have some sort of character set limitations? I've never seen any problem with [-_/\+A-Za-z0-9äüößèà ] on Apache/Linux/PHP5, and it's been autowriting those characters since 4.0 without others seeming to have the problem. I thought they were utf-8 characters anyway.
and : how to duplicate the submit form link without captcha ? (to make an other submit form private for autosubmit)
Why would you want random guests to be able to submit with verifying they're not bots? Isn't a private form much more easily done by giving the person a login? If you want you can make a generic account for these people and then pass the login in the url: