Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Before posting in this category, please read sticky topics and, as general background, My Joomla site template makes a mess of Kunena .

If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.

Idea Forum Header- Change from blue?

More
15 years 6 months ago - 15 years 6 months ago #69199 by crystalm28
I just downloaded 1.6.1. I am using the Blue Eagle template and would like to change the blue headers & font to another color. I attempted to change the colors under "Edit Template", but the colors did not change. Help, please :S
Thank you, Thank you!!
Last edit: 15 years 6 months ago by crystalm28.

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

More
15 years 6 months ago #69442 by Strat0
Hello, I had the same kind of problem, I solved it by editing the initialize.php file in the default template :

/components/com_kunena/template/default/initialize.php.

In my case, some 'default' css properties in this file were overriding my custom template's css, that's why you have to delete these properties to see your css file working properly.

E.g. line 68 :
Change
Code:
$forumHeader = $this->params->get('forumHeadercolor', $skinner ? '' : '#5388B4');
into
Code:
$forumHeader = $this->params->get('forumHeadercolor', $skinner);
.

Do it for any other line with such css properties, and then you can edit the css file as you wish ;)

Although I would not recommend editing a core file like this (since you'll have to do it everytime you upgrade kunena), at least it worked in my case.
The following user(s) said Thank You: sozzled

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

More
15 years 6 months ago #69450 by sozzled
Good catch, Strat0, and thank you for your idea.

As we all know, the "skinner" feature is very new and it could probably do with a few improvements. I agree with you, changing the source code is not recommended but, in this case, it seems to be a good workaround. We'll leave this topic "open" for the development team to read and reply to. :)
The following user(s) said Thank You: Strat0

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

More
15 years 6 months ago #69470 by severdia
This is a good example of things we should be thinking about for skinner in Kunena 2.0. If ideas come up, please post them in the skinner thread here:

www.kunena.org/forum/170-k-16-templates-...nner-feedback-thread

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

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

More
15 years 6 months ago - 15 years 6 months ago #69487 by fxstein
Sorry - I don't understand the issue.

Why don't you just enter the color you would like the headers to be?

An empty color value in css does not validate.

Did you look at this?

www.kunena.org/forum/159-k-16-common-que...emplate-in-kunena-16

We love stars on the Joomla Extension Directory . :-)
Last edit: 15 years 6 months ago by fxstein.

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

More
15 years 6 months ago - 15 years 6 months ago #69770 by crystalm28
Thank you all.:cheer:

To the developer - I did read your link before posting this question.:) I followed the easy steps and change the template colors as suggested in the article. However, it did not change the Forum colors at all.

I also tried manually editing the kunena.default.css file and that did not work.

Maybe because I am using a joomla template? :(

I'll tried editing the PHP file and let you know the outcome! Thank you.



Thank you,
Crystal
Last edit: 15 years 6 months ago by crystalm28.

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

Time to create page: 0.277 seconds