Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question No radio for topic icons

More
17 years 3 days ago #19265 by Robz
Replied by Robz on topic Re:No radio for topic icons
severdia wrote:

In your page where the topic icons are, this is the code:

Code:
<input class="" type="radio" value="1" name="topic_emoticon" style="display: none;" />

This is why your radio button isn't showing up just to the left of the topic icons. You need to remove this from your template:
Code:
style="display: none;"


I will try this thanks. This code can be found in the kunena template?

I would say ask RockeTheme as to why this is set to display none. Everytime I reload that page I see the radio buttons flash briefly then vanish. Seeing as how the default template does not do this your Joomla template is causing a conflict.


I will... i asked here because RT seem to be slow to fix some problem and its not the first time RT + Kunena = conflict. The answer here was very fast so thank you all for the help. ;)

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

More
17 years 3 days ago #19267 by grumblemarc
That code is somewhere in your RT template.

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 3 days ago #19276 by Robz
Replied by Robz on topic Re:No radio for topic icons

That code is somewhere in your RT template.


But "topic_emoticon" is used for Kunena right?

Well after verification with firebug i can see the code you are talking severdia.

I just can't find this entire code, the only thing i found that look like this is :
Code:
<input type = "radio" name = "topic_emoticon" value = "1"<?php echo $selected==1?" checked=\"checked\" ":"";?>/>

Found in smile.class.php

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

More
17 years 3 days ago #19278 by severdia
Yes, that code is in the Kunena template, but it appears something else is impacting it. Try disabling your other plugins/components to see if their CSS is interfering. Start with JomSocial first.

Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com

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

More
17 years 3 days ago #19279 by mavendano
:P grumblemarc wrote:

What Kunena template did you base this off of.

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

More
17 years 3 days ago #19301 by Lintzy
Replied by Lintzy on topic Re: No radio for topic icons
Hi, please test this: Edit the kunena.forum.css of your used template and set the following code at the end of the side:
Code:
#Kunena td.fb-topicicons input { display:inline-block !important; }

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

Time to create page: 0.258 seconds