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...

CommentFileSizeAuthor
#2 double.jpg5.51 KBvako

Comments

davidtrainer’s picture

@Vako, which version do you have installed? The configuration feature is only in the latest dev release, not the one supported for 6.x.

vako’s picture

StatusFileSize
new5.51 KB

you 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.

davidtrainer’s picture

Try changing the selected languages and changing them back on /admin/settings/translatablecomments.

vako’s picture

I 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.

davidtrainer’s picture

It 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?

vako’s picture

the 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).

davidtrainer’s picture

Status: Active » Fixed

That'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.

vako’s picture

OK, after a complete removal and re-installation it worked. Am not sure why it failed previously. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.