Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved Huge bar in Poll

More
13 years 6 months ago - 13 years 6 months ago #127961 by Felixthecatz
Hi
When i creating a poll on forum and after i put my vote
we have a big bar for result

same thing for statistic


how do I fix that


Firefox 13
Internet explorer 9
Last edit: 13 years 6 months ago by Felixthecatz.

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

More
13 years 6 months ago #128606 by Matias
Replied by Matias on topic Huge bar in Poll
Can you try to do the same with default Joomla template? I would like to know if this is a template issue or something else.

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

More
13 years 5 months ago - 13 years 5 months ago #130686 by danionic
Replied by danionic on topic Poll display is huge!
Hi there,
ive looked around the forum/web to see if theres some setting somewhere that ive missed for this.

When i create a poll and the users start voting on it, the 'percentage' bar displays vertically rather than horizontally.
e.g.
www.rawnervezine.co.uk/Forum/Music/59-Fa...ite-death-metal-band
on here, the band bolt thrower has 2 votes, so the bar is twice as high as the others with only one vote, however i was wanting the bar to expand horizontally instead.

Im sure theres just something basic im missing here?

Here are my config details
Joomla is 2.5.6

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Disabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled | htaccess: Exists | PHP environment: Max execution time: 60 seconds | Max execution memory: 128M | Max file upload: 10M

Kunena menu details:
Warning: Spoiler!

Joomla default template details : rnprofilehome | author: Seth Warburton | version: 1.3 | creationdate: May 31st, 2011

Kunena default template details : Rawnerve 2 | author: Daniel Barter | version: 1.0 | creationdate: 2012-06-31

Kunena version detailled: Installed version: 1.7.2 | Build: 5215 | Version name: Omega | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: Jomsocial 2.6.1

Third-party SEF components: sh404sef: The file doesn't exist sh404sef.xml !

Plugins: System - Mootools Upgrade: Disabled | System - Mootools12: Disabled

Modules: None

Last edit: 13 years 5 months ago by danionic.

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

More
13 years 5 months ago #130689 by danionic
Replied by danionic on topic Poll display is huge!
Ah,

you can close this thread if you like,
got round the problem by adding a max-height to the css for the bar image (previously when it was increasing the width, the height was increasing too)

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

More
13 years 4 months ago #131922 by neujensl
Replied by neujensl on topic Huge bar in Poll
I have the same issue .
Tried with default joomla and other templates an,d has the same prob ...
Deactiviating a css form kunena it is nice ...
So must be something interfering i guess and not related to the joomla template

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

More
13 years 4 months ago #132957 by neujensl
Replied by neujensl on topic Huge bar in Poll
I fixed it in overriding css of joomla template :
/* kunena Poll*/
#Kunena div.kpolldesc img.jr-forum-stat-bar
{
height: 20px;
max-height: 20px;
}

img.kstats-bar
{
height: 20px;
max-height: 20px;
}

so when you find this in the right css of kunena and change it the problem should also be solved .
I just didn't take the risk the css would been changing in next released and fix overwritten ...

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

Time to create page: 0.338 seconds