Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Important Disappearing polls
(1) The person who creates the poll; and
(2) A forum moderator or site administrator.
The issue for the Kunena project, as we see things, is to find a "warning mechanism" to remind peole that, if they try to add or remove polling options, they will destroy the poll.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Me being responsible for the issue would surely be my favourite solution
Please Log in or Create an account to join the conversation.
- woonydanny
-
- Offline
- Elite Member
-
- Posts: 694
- Thank you received: 22
My issue is that i ordered the options when I first created the poll.
eg:
option 1 = 1900
option 2 = 1910
option 3 = 1920
option 4 = 1930
option 5 = 1940
option 6 = 1950
option 7 = 1960
option 8 = 1970
option 9 = 1980
option 10 = 1990
but after I submit the post and it is published option 10 actually becomes option 2 randomly.
option 1 = 1900
option 2 = 1990
option 3 = 1910
option 4 = 1920
option 5 = 1930
option 6 = 1940
option 7 = 1950
option 8 = 1960
option 9 = 1970
option 10 = 1980
So i go in to correct this issue by editing the post and then hit submit. It makes the change and now correctly puts the option 10 back in the right order as option 10.
i can see the poll and it all works. i come back 15 minutes later the poll in the post has disappeared.
quite annoying/frustrating
still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile
Please Log in or Create an account to join the conversation.
- woonydanny
-
- Offline
- Elite Member
-
- Posts: 694
- Thank you received: 22
Poll creation i type this:
and then i click submit and it shows like this:
looks like there is a bug :whistle:
still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile
Please Log in or Create an account to join the conversation.
Well, yes there's one defect you've found and maybe the original question could be considered a defect or it could be considered something like "once you've created a poll then you shouldn't change it".peetree21 wrote: ... looks like there is a bug
Looking at the second issue that you've discovered, the order is not random. The order is based on the way the poll options are sorted. SQL is not very smart here: option 10 sorts lower than option 2, like this
1, 10, 2, 3, 4, 5, 6, 7, 8, 9
So that explains one aspect of the problem and, in this regard, it's a "bug" (strictly-speaking it's a design flaw). This defect only manifests itself if you have more than 9 options. Therefore, for most forum "straw polls", most people will never see this happen (especially when you consider that the default configuration setting is for a maximum of 8 options). Therefore, unless people change the configuration, this too is also fairly unlikely.
The question is, what do we do about it? The answer is to report it on GitHub. I have done this for you: github.com/Kunena/Kunena-2.0/issues/1041
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.