Kunena 6.2.6 released

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

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.

Question Removing RSS Icon

More
14 years 9 months ago #1 by iilex
Removing RSS Icon was created by iilex
Is there any way i can remove the RSS icon from the forum? Thanks in advance for your reply.

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

More
14 years 9 months ago #2 by iilex
Replied by iilex on topic Re: Removing RSS Icon
*bump*

Anyone?

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

More
14 years 9 months ago - 14 years 9 months ago #3 by Spock
Replied by Spock on topic Re: Removing RSS Icon
disable the rss in the Kunena configuration settings in the Joomla backend. Regards
Last edit: 14 years 9 months ago by Spock.

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

More
14 years 9 months ago - 14 years 9 months ago #4 by 810
Replied by 810 on topic Re: Removing RSS Icon
find
Code:
#Kunena img.rsslink { position:absolute; right:3px; top:0px; }
in your kunena template in the kunena.forum.css file. and replace by this:
Code:
#Kunena img.rsslink { position:absolute; visibility:hidden; right:3px; top:0px; }
Last edit: 14 years 9 months ago by 810.

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

More
14 years 9 months ago #5 by iilex
Replied by iilex on topic Re: Removing RSS Icon
Very helpful and speedy. Thanks for the replies!

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

Time to create page: 0.424 seconds