| 1. | Admin Panel -> System Configuration -> System Settings -> Internationalization Settings -> Default Domain -> select PhrasesInTemplates -> click "Save"
|
| 2. | Create new phrases for all questions and answers in Admin Panel -> Language Management -> Manage Phrases -> click "Add new" -> fill in the fields and select PhrasesInTemplates as Domain -> click "Save"
|
| 3. | Admin Panel -> Site Layout -> Module Templates -> Poll -> edit poll_answer.tpl:
change:
{$answer.title|escape}
to:
[[$answer.title]]
Click "Save".
|
| 4. | Admin Panel -> Site Layout -> Module Templates -> Poll -> edit poll_block.tpl:
change:
{$question.title|escape}
to:
[[$question.title]]
Click "Save". |
|