Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

The topics in this category are for historical interest only. Owing to the structural changes that occurred in K 1.7, many of the ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Loved Hack poll v0.3.2.2 for Kunena 1.5.12 and 1.0.11

More
16 years 6 months ago #31908 by Hourglass
Due to my hosts limitation I am using Kunena 1.010, is there a poll patch available for this version?

Please Log in or Create an account to join the conversation.

More
16 years 6 months ago - 16 years 6 months ago #31939 by dyominroma
Hack poll for Kunena Russian Edition by Adeptus 1.5.4 you may find here !

And xillibit, how i may fix this It's in firefox! In IE7 dont work "Vote" & "Resault" if i change to button mode! All good only in Opera!

Russian translation
Code:
DEFINE('_KUNENA_POLL_ADD', 'Добавить голосование'); DEFINE('_KUNENA_POLL_TITLE', 'Название опроса'); DEFINE('_KUNENA_POLL_ADD_OPTION', 'Добавить вариант'); DEFINE('_KUNENA_POLL_REM_OPTION', 'Удалить вариант'); DEFINE('_KUNENA_POLL_OPTION_NAME', 'Вариант '); DEFINE('_KUNENA_POLL_BUTTON_VOTE', 'ОК'); DEFINE('_KUNENA_POLL_BUTTON_RESULT', 'Результаты'); DEFINE('_KUNENA_POLL_NO_VOTE', 'Нет голосов'); DEFINE('_KUNENA_POLL_VOTERS_TOTAL', 'Всего проголосовали : '); DEFINE('_KUNENA_POLL_HITS_OPTIONS', 'Число проголосовавших'); DEFINE('_KUNENA_A_HACK_POLL_TITLE', 'Голосование'); DEFINE('_KUNENA_A_POLL_NUMBER_OPTIONS', 'Количество вариантов ответов'); DEFINE('_KUNENA_A_POLL_NUMBER_OPTIONS_DESC', 'Установите максимальное количество вариантов ответов'); DEFINE('_KUNENA_POLL_SAVE_ALERT_OK', 'Спасибо! Ваш голос принят!'); DEFINE('_KUNENA_POLL_SAVE_ALERT_ERROR', 'Ошибка голосования! Попробуйте ещё раз или обратитесь к администрации сайта'); DEFINE('_KUNENA_POLL_SAVE_VOTE_ALREADY', 'Вы уже проголосовали!'); DEFINE('_KUNENA_A_POLL_ALLOW_ONE_VOTE', 'Разрешить пользователю голосовать один раз'); DEFINE('_KUNENA_A_POLL_ALLOW_ONE_VOTE_DESC', 'Позвольте пользователю голосовать только в один раз за опрос'); DEFINE('_KUNENA_POLL_NUMBER_OPTIONS_MAX_NOW', 'Вы достигли максимума количества вариантов'); DEFINE('_KUNENA_POLL_SAVE_ALERT_ERROR_NOT_CHECK', 'Вы должны поставить флажок для голосования по этому опросу!!'); DEFINE('_KUNENA_A_POLL_ENABLED', 'Включить'); DEFINE('_KUNENA_A_ENABLED_DESC', 'Разрешить голосование'); DEFINE('_KUNENA_POLL_NAME', 'Опрос : '); DEFINE('_KUNENA_POLL_OPTIONS', 'Варианты ответов'); DEFINE('_KUNENA_ADMIN_POLLS', 'Установки голосования'); DEFINE('_KUNENA_POLL_NAME_URL_RESULT', 'Вернуться в тему');
Last edit: 16 years 6 months ago by dyominroma.

Please Log in or Create an account to join the conversation.

More
16 years 5 months ago - 16 years 5 months ago #32460 by xillibit
Hourglass wrote:

Due to my hosts limitation I am using Kunena 1.010, is there a poll patch available for this version?

Hello,

do you have thought to migrate to kunena 1.0.11 ? You find here the hack for kunena 1.0.10, i have no tested, so i hope there isn't problems in it.

File Attachment:

File Name: hack_poll_...1106.zip
File Size:116.66 KB


dyominroma wrote:

Hack poll for Kunena Russian Edition by Adeptus 1.5.4 you may find here !

And xillibit, how i may fix this

It's in firefox! In IE7 dont work "Vote" & "Resault" if i change to button mode! All good only in Opera!

Thanks for the russian translation, it will be added to the next version. I don't understand exactly your problem with the button mode. Do you have tested with the last version of the hack ?

I don't provide support by PM, because this can be useful for someone else.
Last edit: 16 years 5 months ago by xillibit.

Please Log in or Create an account to join the conversation.

More
16 years 5 months ago #32502 by lavsteph
Bonsoir,

il y a une erreur qui date déjà dans le fichier pollbox.php à la ligne 36
Code:
echo "<li><input type=\"radio\" name=\"radio\" id=\"radio_name".$i."\" value=\"".$this_poll_data[$i]->text."\" />".stripslashes($this_poll_data[$i]->text)."<li>";

Qui devrait être ;)
Code:
echo "<li><input type=\"radio\" name=\"radio\" id=\"radio_name".$i."\" value=\"".$this_poll_data[$i]->text."\" />".stripslashes($this_poll_data[$i]->text)."</li>";

Manager French translation

Please Log in or Create an account to join the conversation.

More
16 years 5 months ago #32517 by xillibit
Merci lavsteph, je n'avais jamais remarqué ce petit souci avant. Je corrigerai ça dans la prochaine version de mon hack.

I don't provide support by PM, because this can be useful for someone else.

Please Log in or Create an account to join the conversation.

More
16 years 5 months ago #32575 by NLkaiser
I got a bug, you should add a post.php in the default_ex template map ;)

Please Log in or Create an account to join the conversation.

Time to create page: 0.247 seconds