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.

Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.

Loved Switch template for Mobile browser - Kunena 3

More
12 years 3 months ago #153760 by Funkjamin
So I'm on Kunena 3.0.4.

But I was pointing out what I found on the web, and want to achieve.
Only found a Hack for 1.7.2

But would love to use it on 3.0.4

So what I would love to achieve is to change my Kunena Template based on the joomla template displayed (I got already the joomla template to change based on the device used).

Thank you.

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

More
12 years 3 months ago #153775 by sozzled
If you are using a custom Kunena template then you need to talk with the developer of that template. Did you know that the K 3.0.4 Blue Eagle template is designed for mobile browsers?

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

More
12 years 2 months ago - 12 years 2 months ago #154902 by Funkjamin
Hi there,

I finally solved it myself. Here is the how to for anyone interested (Joomla 3 and Kunena 3):

Download the official free (community) version of Mobile Joomla: www.mobilejoomla.com/download.html

Configure the component (all the devices on the left, "Smartphone", "iPhone", "WAP", ...) should be set to the template you selected for mobile users let say "joomla-template-mobile".


Go to your ftp, and edit "/component/com_kunena/kunena.php"

Find this line:
Code:
// Load router

Add BEFORE that line:
Code:
// Code to get the current joomla template jimport( 'joomla.application.application' ); $app = &JApplication::getInstance('site'); $tplname = $app->getTemplate(); // Change the Kunena template to Mobile if Joomla template is "joomla-template-mobile" if( $tplname == "joomla-template-mobile"){ $kunena_config = KunenaFactory::getConfig (); $kunena_config->template = 'Blue_Eagle'; }

What you have now:
If your website is accessed by a dekstop:
You have your site, and your default (selected in administrator pages) Kunena Template

If you website is accessed by a mobile device:
Your website will be displayed with the mobile template you chose (In component mobile joomla) and will have now the Kunena Template you selected in the code !

Enjoy,

Funkjamin
Last edit: 12 years 2 months ago by Funkjamin.
The following user(s) said Thank You: Vasyekv, webiedesign

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

More
10 years 3 months ago #172938 by Vasyekv
Is it possible add option to use for mobile Crypsis version and for desktop Blue Eagle as Funkjamin made changes in kunena.php? It's really annoying to make changes on file after updates...

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

Time to create page: 0.225 seconds