Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

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 How do you override #Kunena a:active

More
14 years 11 months ago #82452 by DaSponge
Hi,

I successfully changed my link colors by adding the change in my template's file. Thanks !! But I was just wondering if I should just make all future template changes to Kunena in my websites template's css file if its just going to override everything ?

If that's the case would it be ok to just ignore editing the default.min css files for custom changes.
Or are there going to be times when it would be best to make the changes in the kunena.default-min.css ?

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

More
14 years 11 months ago #82729 by Hazardous Pain
hello,
I have this same issue and I cannot seem to find a solution, I tried pasting this line the template.css of my template but it is not working:
Code:
/* Custom Kunena */ #Kunena a:link, #Kunena a:visited, #Kunena a:active { color:#c52d2d; }

what am I doing wrong?
help very appreciated!

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

More
14 years 11 months ago #82940 by Hazardous Pain
Anyone please?? I really need this!!

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

More
14 years 5 months ago #104594 by j3n
I had the same problem and i found the solution.

Go to the template default folder:
1. com_kunena > template > default > initialize.php
2. Make a back up of initialize.php by duplicating and rename it (just in case)
3. In Dreamweaver, do a search and replace for old color, replace with new color
4. Save and upload it.

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

More
14 years 5 months ago #104673 by sozzled

sozzled wrote: The easiest way to override Kunena CSS is to put the changes into your Joomla site template CSS. Only you know what that's called and where it's located. ;)

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

More
13 years 5 months ago #130705 by abatage
I know this is a bit late - but for anyone else who stumbles here like I did...

I found the correct a:hover by searching in dreamweaver for the short-code version of the hex colour: #f00

Remember that FireFox/FireBug will still show it as #FF0000 even if it's in the file as #f00.

Hopefully this small point can help others with a simple, but frustrating bump in the road!

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

Time to create page: 0.298 seconds