Kunena 6.3.0 released

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

Question No radio for topic icons

More
14 years 10 months ago #21 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
14 years 10 months ago #22 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
14 years 10 months ago #23 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
14 years 10 months ago #24 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
14 years 10 months ago #25 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
14 years 10 months ago #26 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.

More
14 years 10 months ago - 14 years 10 months ago #27 by korri78
Replied by korri78 on topic Re:No radio for topic icons
Hi, guys! :laugh:

I found the solution.


1.
Go to Plugin Manager ==> Disable "System - RokCandy."


2.
Go to Template Manager ==> Select your RT template ==> Disable "Enable Input Stylings."






Good Luck to you guys~ :laugh:



p.s.
We can apply the same solution to (RT template) + (Kunena 1.5.3) as well.
Attachments:
Last edit: 14 years 10 months ago by korri78.

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

More
14 years 10 months ago #28 by Lintzy
Replied by Lintzy on topic Re:No radio for topic icons
My solution should work too. And no need to disable Rokcandy plugin ;)

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

More
14 years 10 months ago #29 by severdia
You might also delete the input style (or add one) in the Input Style Exclusion box.

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

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

More
14 years 9 months ago #30 by mraab
Replied by mraab on topic Re:No radio for topic icons
Hi Lintzy,

Only korry78's way worked for me on RT Solarsentinel.

Never mind, glad it's back. Thanks for your support,
Matthias

Deutsche in Melbourne | Deutsche in Perth |
Deutsche in Brisbane |

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

Time to create page: 0.598 seconds