Kunena 7.0.4 Released

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

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 - 12 years 1 month ago #152629 by Funkjamin
Hi everyone,

I use a custome K3 template, which look very nice on desktop, but is a mess on Mobile browsers.
Is there any way to have kunena to switch template when it detects the browsing device is a Mobile?

I've already that setup for the Joomla template, which change depending on desktop/mobile, but Kunena template remain the same, this is very annoying.

Thanks a lot.
Last edit: 12 years 1 month ago by Funkjamin.

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

More
12 years 3 months ago - 12 years 3 months ago #152652 by Mortti
I can't say the answer, but I use Mobile Joomla! That pro version cost someting too...
www.mobilejoomla.com/extension/forum/kunena-mobile.html
I use there only basic settings(not any pro) www.joomla.fi/foorumi/viimeiset
Last edit: 12 years 3 months ago by Mortti.

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

More
12 years 3 months ago #152657 by Funkjamin
Hi Mortti,

Thanks for your answer, seems pretty much to be dooing what I want it to.
Just one information for you, from my Nokia 920 (Windows 8 phone), all is working well, except for scrolling when displaying the topic list.

If I see the top or bottom (black backgroung) I can click on it and start scrolling.
If the topic list is longer, and I see only topics, no way to get the scrolling working.

Except for that little annoying bug, I'm intrested, so I'll look deeply into it.

Thanks a lot

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

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

Seems in the past they could do it with a small hack.

My temporary solution is hack to Kunana (1.7.2) file

File effected:
Code:
components/com_kunena/class.kunena.php


Find this code (line ~30)
Code:
$kunena_config = KunenaFactory::getConfig ();


Add underneath those code:
Code:
if($kunena_app->getTemplate() == 'your-joomla-template'){ $kunena_config->template = 'your-kunana-template'; }


The script check if your your Joomla is using template 'your-joomla-template', then switch Kunana template to 'your-kunena-template' instead of default template setting in Kunena backend.

But the file don't exist anymore in the kunena dir.

I try to do the same trick, but compatible with K3.0 in the /controllers/misc.php where template should be loaded, but it seems this file is not used when my kunena forum is loaded

Any help would be appreciated.

Thank you.

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

More
12 years 2 months ago #153736 by sozzled
K 1.7.2? What are you talking about?

Please post your configuration report.

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

More
12 years 2 months ago - 12 years 1 month ago #153759 by Funkjamin
Removed as it contains my PHP config.
Last edit: 12 years 1 month ago by Funkjamin.

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

Time to create page: 0.229 seconds