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

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 Change Blue Eagle colours

More
9 years 2 months ago #11 by 810
Replied by 810 on topic Change Blue Eagle colours
could you create a test account for me, then i can check the buttons
The following user(s) said Thank You: findelat

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

More
9 years 2 months ago #12 by findelat
Replied by findelat on topic Change Blue Eagle colours

sozzled wrote: As we have written before[/url] in this forum, it is not a good idea to directly modify the file kunena.default-min.css. If you want to change the CSS for Kunena, it is a better to modify your Joomla site template file if you want to override Kunena's CSS.


The template we use allows CSS overrrides, but I don't have a clear idea of the codes I should paste there :blush: :blush:

sozzled wrote: You should also modify your forum integration plugin settings to the values shown in red below:
Kunena - JomSocial Disabled


I have disabled it B) Thank you


sozzled wrote: See (among other things) My Joomla site template makes a mess of my Kunena buttons . These kinds of issues are controlled by your Joomla site template.

sozzled wrote: Emoticons are not part of the K 3.0 Blue Eagle template. Emoticons are stored in the folder ../media/kunena/emoticons


I have found the folder with the old emoticons. Problem solved. Thank you again :cheer: :cheer: :cheer: :cheer: :cheer:

I will try some css codes but any help will be welcome B)

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

More
9 years 2 months ago #13 by findelat
Replied by findelat on topic Change Blue Eagle colours

810 wrote: could you create a test account for me, then i can check the buttons


Try this:

User: 810
Reset your password. It will be sent to your MSN email.

www.riftmaniacos.net/index.php/

I have tried to send you user and password but there is no PM's option :whistle:

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

More
9 years 2 months ago - 9 years 2 months ago #14 by sozzled
Replied by sozzled on topic Change Blue Eagle colours
According to the topic icon for this topic, this topic has been marked as resolved. Has this issue been resolved?
Last edit: 9 years 2 months ago by sozzled.

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

More
9 years 2 months ago - 9 years 2 months ago #15 by 810
Replied by 810 on topic Change Blue Eagle colours

findelat wrote:

810 wrote: could you create a test account for me, then i can check the buttons


Try this:

User: 810
Reset your password. It will be sent to your MSN email.

www.riftmaniacos.net/index.php/

I have tried to send you user and password but there is no PM's option :whistle:


The buttons are ok for me. Which browser you have the issues?

Oh can you change me to global mod
Last edit: 9 years 2 months ago by 810.

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

More
9 years 2 months ago #16 by 810
Replied by 810 on topic Change Blue Eagle colours
add this on your joomla template:
Code:
#Kunena .kicon-button {height:18px}
The following user(s) said Thank You: findelat

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

More
9 years 2 months ago #17 by findelat
Replied by findelat on topic Change Blue Eagle colours

810 wrote: add this on your joomla template:

Code:
#Kunena .kicon-button {height:18px}


Thank you. I will try it tomorrow. I just have left my workplace and I only have a mobil... My PC at home does not work anymore

I hace seen your PM and I will do it so tomorrow.

Thank you again

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

More
9 years 2 months ago - 9 years 2 months ago #18 by findelat
Replied by findelat on topic Change Blue Eagle colours

810 wrote: The buttons are ok for me. Which browser you have the issues?


Mozilla Firefox
Last edit: 9 years 2 months ago by findelat.

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

More
9 years 2 months ago - 9 years 2 months ago #19 by findelat
Replied by findelat on topic Change Blue Eagle colours

810 wrote: add this on your joomla template:

Code:
#Kunena .kicon-button {height:18px}


This is the code we use:

Code:
#Kunena .kicon-button { color: #FFF; } /* Note float: left; gantry fix only! comment out if buttons are misaligned (SnilloC Designs)*/ #Kunena .kicon-button span span { color: #ffffff; float: left; }

Using like this... IT WORKS :cheer: :cheer: :cheer: :cheer: :cheer:
Code:
#Kunena .kicon-button { color: #FFF; height: 18px; } /* Note float: left; gantry fix only! comment out if buttons are misaligned (SnilloC Designs)*/ #Kunena .kicon-button span span { color: #ffffff; float: left; }
Last edit: 9 years 2 months ago by findelat.

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

More
9 years 2 months ago #20 by findelat
Replied by findelat on topic Change Blue Eagle colours
Now I see some others buttoms does not appear as it should





I guess this is the code we should edit, but I am not sure about it
Code:
BBCODE BUTTONS -------------------------------------------------------------------- */ #Kunena img.kbbcode:hover { background-color: #e4e4e4; } #Kunena div#kbbcode-size-options span:hover { background-color: #e4e4e4; } #Kunena #kbbcode-toolbar li a:hover { background-color: #e4e4e4; } #Kunena ul#kbbcode-toolbar li a#kbbcode-separator1, #Kunena ul#kbbcode-toolbar li a#kbbcode-separator2, #Kunena ul#kbbcode-toolbar li a#kbbcode-separator3, #Kunena ul#kbbcode-toolbar li a#kbbcode-separator4, #Kunena ul#kbbcode-toolbar li a#kbbcode-separator5, #Kunena ul#kbbcode-toolbar li a#kbbcode-separator6, #Kunena ul#kbbcode-toolbar li a#kbbcode-separator7, #Kunena ul#kbbcode-toolbar li a#kbbcode-separator8 { background-color: #eeeeee; } #Kunena .kattachment .kbutton { color: #999999 !important; border: 1px solid #999999 !important; background: #222222 !important; }
Attachments:

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

Time to create page: 0.580 seconds