- Posts: 7326
- Thank you received: 1433
Kunena 5.2.4 and Blue eagle 1.6.4 released (04 Apr 2021)
The Kunena team has announce the arrival of Kunena 5.2.4 [K 5.2.4] which is now available for download as a native Joomla extension for J! 3.9.x. This version addresses most of the issues that were discovered in K 5.2 and issues discovered during the development stages of K 5.2.4
REQUIREMENTS
Blue Eagle 1.6.x requires Kunena 5.2.x to work with, this template isn't designed to works with Bootstrap 3 and Bootstrap 4.
Solved Change Blue Eagle colours
Please Log in or Create an account to join the conversation.
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


You should also modify your forum integration plugin settings to the values shown in red below:
Kunena - JomSocial Disabled
I have disabled it

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.
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![]()
![]()
![]()
![]()
I will try some css codes but any help will be welcome
Please Log in or Create an account to join the conversation.
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

Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and

Please Log in or Create an account to join the conversation.
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
The buttons are ok for me. Which browser you have the issues?
Oh can you change me to global mod
Please Log in or Create an account to join the conversation.
#Kunena .kicon-button {height:18px}
Please Log in or Create an account to join the conversation.
add this on your joomla template:
#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.
The buttons are ok for me. Which browser you have the issues?
Mozilla Firefox
Please Log in or Create an account to join the conversation.
add this on your joomla template:
#Kunena .kicon-button {height:18px}
This is the code we use:
#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





#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;
}
Please Log in or Create an account to join the conversation.
I guess this is the code we should edit, but I am not sure about it
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;
}
Please Log in or Create an account to join the conversation.
Forum Access
- Not Allowed: to create new topic.
- Not Allowed: to reply.
- Not Allowed: to edit your message.