Last time I installed this module, I saw a configuration option where we could choose the languages. Today I was looking for it and couldn't find it for some strange reason!!
Can someone tell me please where is that option? usually should be under /admin/settings right? it's not there for me, also checked all the other menus as well. What name should I be looking for anyways?
Also it doesn't exist under permissions...
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | double.jpg | 5.51 KB | vako |
Comments
Comment #1
davidtrainer commented@Vako, which version do you have installed? The configuration feature is only in the latest dev release, not the one supported for 6.x.
Comment #2
vako commentedyou are right, I was not using the dev. release. Now I deleted the module and copied the dev version, ran update.php and cleared cache, however IE still doesn't see it and FireFox sees double! see attached image please.
Comment #3
davidtrainer commentedTry changing the selected languages and changing them back on /admin/settings/translatablecomments.
Comment #4
vako commentedI did, but still shows double and none under IE.
Does this module save the info in a database? my system is not working reliably anymore, I need to clean everything and install the module from scratch.
All codes are showing up twice, which is a really annoying. On top of it, only one of the duplicate sets work.
Comment #5
davidtrainer commentedIt saves one record to the 'variable' table. Can you look up the record with the name 'translatablecomments_languages' and tell me the contents in the value field?
Comment #6
vako commentedthe record says:
a:7:{i:0;s:2:"ar";i:1;s:2:"en";i:2;s:2:"fr";i:3;s:2:"el";i:4;s:2:"iw";i:5;s:2:"es";i:6;s:2:"tr";}note that the language selection now is ok. But it's taking double the space at the display and for some strange reason stopped showing on IE. That happened when I accidentally copied the non-dev version over a working one.
Maybe it needs a complete removal and re-installation (reset).
Comment #7
davidtrainer commentedThat's exactly what mine says when I configure the same languages. So this seems to rule out a database corruption issue.
The development snapshot was not fixed for IE compatibility until just a few days ago. It should work fine now.
In any event I could not reproduce this error. I think the problem is in your theme.
Comment #8
vako commentedOK, after a complete removal and re-installation it worked. Am not sure why it failed previously. Thanks!