Home
LimeSurvey Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Commas in questions. (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:Commas in questions.
#15148
magiccrab (User)
Fresh Lemon
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
[done] Commas in questions. 5 Months, 1 Week ago Karma: 0  
Hey there. I've looked through the docs and am not sure if this is a bug, or a design issue. When I create questions (using 1.71+) and I use a comma egIf you like red, choose option A) - the comma disappears the second I hit "update". I assume this is because the character needs to be escaped, but I don't know how to do that. Any help would be greatly appreciated.
Thanks
 
Logged Logged  
 
Last Edit: 2008/06/24 10:52 By Mazi.
  The administrator has disabled public write access.
#15156
ElMatador69 (Moderator)
LimeSurvey Team
Posts: 1583
graphgraph
User Offline Click here to see the profile of this user
Re:Commas in questions. 5 Months, 1 Week ago Karma: 31  
Hi, which build of LimeSurvey 1.71+ do you use?
Plz report the problem in the bugtracker!
 
Logged Logged  
 
Get in touch with the LimeSurvey Development Team via IRC
If our informations and answers were useful to you, please consider a donation to the LimeSurvey Project!
  The administrator has disabled public write access.
#15160
magiccrab (User)
Fresh Lemon
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Commas in questions. 5 Months, 1 Week ago Karma: 0  
Looks like build 5147.
 
Logged Logged  
  The administrator has disabled public write access.
#15174
c_schmitz (Admin)
Moderator Lime
Posts: 1363
graphgraph
User Online Now Click here to see the profile of this user
Re:Commas in questions. 5 Months, 1 Week ago Karma: 39  
Please edit your class.inputfilter_clean.php in /classes/inputfilter
and replace line 381

with this one:
Code:

 $val = preg_replace('/([x00-x08x0b-x0cx0e-x19])/', '', $val);       


That should fix the problem.
 
Logged Logged  
 
Best regards

Carsten Schmitz
LimeSurvey Project Leader
  The administrator has disabled public write access.
#15225
magiccrab (User)
Fresh Lemon
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Commas in questions. 5 Months, 1 Week ago Karma: 0  
Hey, thanks so much. You guys are lightening quick on this forum. Appreciate it.
 
Logged Logged  
  The administrator has disabled public write access.
#15253
Mazi (Moderator)
Moderator Lime
Posts: 3344
graph
User Online Now Click here to see the profile of this user
Re:Commas in questions. 5 Months, 1 Week ago Karma: 28  
You're welcome! If our hints have been helpful and you enjoy LimeSurvey please consider a donation to the team. We do all this in our free time.
 
Logged Logged  
 
Best regards,
Mazi
______________________
Need help? I can: set up Limesurvey for you / create your survey / implement additional features / design your template / offer premium support -> Contact.
  The administrator has disabled public write access.
#16304
marcic (User)
Fresh Lemon
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:Commas in questions. 4 Months, 2 Weeks ago Karma: 1  
thanks. helped in my case, too.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top