1. Angelos_Skembris
  2. Bug Report
  3. Wednesday, July 16 2014, 02:03 PM
Hi,

I am trying to insert custom text between the fields. I am trying to do this by inserting delimiter fields. However, when the text of the delimiter contains a comma (next to a word), everything is shot to hell. Line breaks disappear, alignment is lost, and anything after the comma (including the comma) is not displayed (although it is saved in the database). I have tried this several times and every time I remove the comma everything works fine.

If it's of any relevance, the text within the delimiter is in Greek (unicode).


Let me know if you need any additional testing to sort this out.
Accepted Answer
admin Accepted Answer
Admin
Hi,
I found the problem.

comment or delete line 46 of file administrator/components/com_jsn/models/fields/delimeter.php
if(JText::_(strip_tags($text)) != strip_tags($text)) $text=JText::_(strip_tags($text));


comment or delete line 64 of file administrator/components/com_jsn/helpers/fields/delimeter.php
if(JText::_(strip_tags($value)) != strip_tags($value)) $value=JText::_(strip_tags($value));


We will fix in next release.. thanks for your help ;)
  1. more than a month ago
  2. Bug Report
  3. # Permalink
admin Accepted Answer
Admin
Hi Angelos,
have you a possibility to send me your site details? if yes you can use the form below the reply in site "Site Details" tab.
if not, can you please post me the text of delimeter, I have some difficulty to write in greek. :(
  1. more than a month ago
  2. Bug Report
  3. # 1
Angelos_Skembris Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 2
Angelos_Skembris Accepted Answer
Thanks, it works OK now!
  1. more than a month ago
  2. Bug Report
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.