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

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.

Question Footer file

More
12 years 3 months ago #1 by jeyjey
Footer file was created by jeyjey
After installing in my website I need to change colour and embossing words. What is the kunena footer file? Thanks.

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

More
12 years 3 months ago #2 by sozzled
Replied by sozzled on topic Re: Footer file
Are you asking a question about the legend (the colours used to show the different kinds of members)?

Read How do I change the colours of my template in Kunena?

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

More
12 years 3 months ago #3 by jeyjey
Replied by jeyjey on topic Re: Footer file
No I mean the "Powered by Kunena" position and "Time to generate page".

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

More
12 years 3 months ago #4 by CheechDogg
Replied by CheechDogg on topic Re: Footer file
For the "Time to generate page" add this to your joomla template:

#Kunena .kfooter-time {color: #000000;} - Change the color to yours

For the "Powered by Kunena" that is according to the color of the links you choose.

[img
Find me on Facebook.

CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3

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

More
12 years 3 months ago - 12 years 3 months ago #5 by CheechDogg
Replied by CheechDogg on topic Re: Footer file
jeyjey,


Ok I don't know if this is the best way or even the correct way of doing this but it worked for me.

BACK UP YOUR FILES BEFORE DOING THESE CHANGES!

Find the following files and change them accordingly:

FOR "KUNENA" TEXT LINK DO THIS:

Look in directory: components/com_kunena/lib
File name: kunena.link.class.php

Look for:

function GetCreditsLink() {
return CKunenaLink::GetHrefLink ( 'h*ttp://www.kunena.org', 'Kunena', 'Kunena', 'follow', NULL, NULL, 'target="_blank"' );
}

NOTE: REMOVE RED ASTERISK BEFORE DOING SEARCH!

Change to:

function GetCreditsLink() {
return CKunenaLink::GetHrefLink ( 'h*ttp://www.kunena.org', 'Kunena', 'Kunena', 'follow', NULL, NULL, 'target="_blank"' );
}

NOTE: REMOVE RED ASTERISK BEFORE MAKING CHANGE!

Notice the "span style="color:#ff0000;" that will change your link for "Kunena" to what ever color you want, in this case it is red.


FOR "Powered by" TEXT LINK DO THIS:

Next look in directory: language/en-GB/
File name: en-GB.com_kunena.ini

Look for:

COM_KUNENA_POWEREDBY="Powered by"

Change to:

COM_KUNENA_POWEREDBY="<span style="color: #ff0000;">Powered by</span>"


If this is the incorrect way to do this or not the best way can one of the developers or sozzled please correct me?

Hope this helps you out jeyjey

[img
Find me on Facebook.

CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3
Last edit: 12 years 3 months ago by CheechDogg.

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

Time to create page: 0.515 seconds