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

Question No radio for topic icons

More
16 years 10 months ago #19184 by severdia
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;"

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

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

More
16 years 10 months ago #19230 by grumblemarc
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.

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

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

More
16 years 10 months 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
16 years 10 months 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
16 years 10 months 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
16 years 10 months 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.

Time to create page: 0.249 seconds