is there a way to make it so the different languages share the same results?
eg. two nodes for two languages with one set of results.

Comments

ChrisKennedy’s picture

Hmmm, unfortunately I have no idea as I haven't used any i18n modules. I'd be interested to hear if anyone else knows though.

dsp1’s picture

I found a hack for the poll modules that counts the different translated nodes for a poll. the node itself only shows the count for that node (language), but the main poll display block shows all totals from the different nodes (languages). maybe you adapt this code for adv poll.

http://drupal.org/node/83866

Freso’s picture

Hm. I guess the proper way to do something like this, would be making the question and possible answers translatable, so it essentially is the same poll being answered (this would also prevent polyglots from voting multiple times).

ChrisKennedy’s picture

Category: support » feature
Priority: Normal » Minor
Status: Active » Postponed (maintainer needs more info)

Still need some i18n expertise on this one.

miro_dietiker’s picture

If using the node translation having a tnid with multiple nids would lead in a bad situation: all choices would get copied. the only final availability to mergen choices would be to merge them bei identical weight.

Implementation of i18n translateability on a field basis is much more complex... That's what other modules like webform are also waiting for currently...

miro_dietiker’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev

Switching to current version for new features

mahpari’s picture

Priority: Minor » Major
Issue summary: View changes

guys, is there any solution for this problem?

gobinathm’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)

@mahpari, Since D6 is EOL. this issue won't be fixed (or) attended.