- Posts: 7245
- Thank you received: 566
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
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.
Sticky K1.6.0 Stable: Make your Kunena template to work when Mootools Upgrade plugin is disabled
15 years 7 months ago #63584
by Matias
K1.6.0 Stable: Make your Kunena template to work when Mootools Upgrade plugin is disabled was created by Matias
Kunena 1.6.0 Stable does not enable System - Mootools Upgrade plugin anymore. Instead of that, default template calls now function that detects if plugin is enabled: if not, it enables MT1.2 anyway.
NOTE: If your template doesn't have initialize.php, there's nothing you need to do.
NOTE: This change doesn't affect sites, which upgrade from earlier K1.6 releases -- but it affects sites that upgrade from K1.5 or have clean installation.
How to make your template to work with Kunena 1.6.0 Stable
* Edit initialize.php and find the following lines:
To make it to work in RC and Stable, replace above code with:
If you do not need to support RC releases:
That's it!
NOTE: If your template doesn't have initialize.php, there's nothing you need to do.
NOTE: This change doesn't affect sites, which upgrade from earlier K1.6 releases -- but it affects sites that upgrade from K1.5 or have clean installation.
How to make your template to work with Kunena 1.6.0 Stable
* Edit initialize.php and find the following lines:
Code:
// On systems running < J1.5.19 this requires the mootools12 system plugin
JHTML::_ ( 'behavior.mootools' );
To make it to work in RC and Stable, replace above code with:
Code:
// Template requires Mootools 1.2 framework
if (method_exists ( $template, 'loadMootools' )) {
$template->loadMootools();
} else {
JHTML::_ ( 'behavior.mootools' );
}
If you do not need to support RC releases:
Code:
// Template requires Mootools 1.2 framework
$template->loadMootools();
That's it!
The topic has been locked.
- fluiddruid23
-
- Offline
- Junior Member
-
Less
More
- Posts: 25
- Thank you received: 0
15 years 7 months ago #64344
by fluiddruid23
Replied by fluiddruid23 on topic Re: K1.6.0 Stable: Make your Kunena template to work when Mootools Upgrade plugin is disabled
...and it works like a charm!
Thanks, Matias!!
Matt
Thanks, Matias!!
Matt
The topic has been locked.
15 years 7 months ago #64563
by daveyboye
Replied by daveyboye on topic Re: K1.6.0 Stable: Make your Kunena template to work when Mootools Upgrade plugin is disabled
This is good help! I have to keep mootools upgrade plugin disabled because it breaks my frontpage slideshow.
The topic has been locked.
15 years 6 months ago #68486
by azri445
Replied by azri445 on topic Re: K1.6.0 Stable: Make your Kunena template to work when Mootools Upgrade plugin is disabled
hi there..... ok what about template that hasn't got any initialize.php? i still got this problems, my menu were gone when the mootools upgrade plugin were enable.
any idea?
any idea?
The topic has been locked.
15 years 6 months ago #68517
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: K1.6.0 Stable: Make your Kunena template to work when Mootools Upgrade plugin is disabled
What do you mean? Have you developed your own template without the file initialize.php for it?azri445 wrote: What about template that hasn't got any initialize.php?
Blue Eagle vs. Crypsis reference guide
Read my blog and
The topic has been locked.
- SalamandeR
-
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
15 years 3 months ago #83228
by SalamandeR
Replied by SalamandeR on topic Re: K1.6.0 Stable: Make your Kunena template to work when Mootools Upgrade plugin is disabled
Hi, put cunen and wrote me an error when I turn it off mootools slider = (.
Help.
Help.
The topic has been locked.
Time to create page: 0.450 seconds