1. fdewas
  2. Bug Report
  3. Wednesday, June 10 2015, 12:18 PM
Hello,

no tabs are displayed on registration nor edit profile from backend.
and the form miss a lot of informations (see attachment)

And on frontend, rules are not applied

Tabs plugin is installed and activated
Availiability and visibiulty are set to public
template.css file content '.nav-tabs,.nav-tabs li'.


Did I miss something? could you see.?
site details are posted.


Thanks
Attachments (1)
admin Accepted Answer
Admin
Hi,
weI found the problem.
Selectlist use jQuery Chosen javascript (included in Joomla), this javascript not work because in select options you have something with this char '

Solution
Now you have option like these
Artisanat
Beauté et bien-être
Chaudronnerie
Décoration d'intérieur
Design industriel
Développement durable
E-commerce
...

You need to specify option with this way:
artisanat|Artisanat
beaute-et-bien-etre|Beauté et bien-être
chaudronnerie|Chaudronnerie
Decoration-d-interieur|Décoration d'intérieur
...

or
1|Beauté et bien-être
2|Chaudronnerie
3|Décoration d'intérieur
...

See example on parameter tip (screenshot)
Attachments (1)
  1. more than a month ago
  2. Bug Report
  3. # 1
fdewas Accepted Answer
Well, sorry, but still the same pb...

i have tried 3 differents formats:

artisanat|Artisanat
beaute-et-bien-etre|Beauté et bien-être
chaudronnerie|Chaudronnerie
Decoration-d-interieur|Décoration d'intérieur

1|artisanat
2|beaute-et-bien-etre
3|chaudronnerie
4|Decoration-d-interieur


1|Artisanat
2|Beauté et bien-être
3|Chaudronnerie
4|Décoration d'intérieur


The pb is only solved when i choose "Multple selection": NO
but unsolved when choose 'YES'
  1. more than a month ago
  2. Bug Report
  3. # 2
admin Accepted Answer
Admin
ok, found and fixed on your site.

The problem is ' char in placeholder parameter.

FIX
in file /administrator/components/com_jsn/models/selectlist.php at line 51 replace this:
$this->element['hint']

with this:
str_replace("'","\\'",$this->element['hint'])
  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.