Kunena 7.0.3 Released
The Kunena team has announce the arrival of Kunena 7.0.3 [K 7.0.3] 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
This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
Question Euro Templates - Free K1.6 Templates
15 years 3 months ago #79149
by Mizunga
WordPress Development and Kunena templates.
Replied by Mizunga on topic Re: Templates updated to K 1.6.1 and 3 NEW TEMPLATES
Also if you want can remove the phatway file to have the same view like default template...
WordPress Development and Kunena templates.
The following user(s) said Thank You: Zylkin
Please Log in or Create an account to join the conversation.
15 years 3 months ago #79228
by Zylkin
Replied by Zylkin on topic Re: Templates updated to K 1.6.1 and 3 NEW TEMPLATES
Thanks
Please Log in or Create an account to join the conversation.
15 years 3 months ago #79235
by Mizunga
WordPress Development and Kunena templates.
Replied by Mizunga on topic Re: Templates updated to K 1.6.1 and 3 NEW TEMPLATES
Is solved? Sorry, if isn´t sorry but I never see your problem in my templates...
WordPress Development and Kunena templates.
Please Log in or Create an account to join the conversation.
15 years 3 months ago #79533
by tdk1nc
Replied by tdk1nc on topic Re: Euro Templates - Free K1.6 Templates
I've solved the problem in Euro-BRed. I guess that it is the same problem in Euro-Red.
pathway.php in Euro-BRed is missing this code
Lines 87-89 should be blank. Insert this code at line 88, and template appears to function correctly.
pathway.php in Euro-BRed is missing this code
Code:
//get viewing
$fireonline = '';
if ( $this->config->onlineusers ) {
if ($func == "userprofile") {
$fireonline .= JText::_('COM_KUNENA_USER_PROFILE');
$fireonline .= $this->escape($this->kunena_username);
} else {
$fireonline .= "<div class=\"path-element-users\">(".$pathway->getTotalViewing($func). ' ' . JText::_('COM_KUNENA_PATHWAY_VIEWING') . ") ";
$fireonline .= $pathway->getUsersOnlineList($func);
}
$fireonline .= '</div>';
}
Lines 87-89 should be blank. Insert this code at line 88, and template appears to function correctly.
Please Log in or Create an account to join the conversation.
15 years 3 months ago #79541
by Mizunga
WordPress Development and Kunena templates.
Replied by Mizunga on topic Re: Euro Templates - Free K1.6 Templates
The code is removed to don´t show the users online, i don´t have problems in my site, but must be becouse you got Joomla! in DEBUG mode.
WordPress Development and Kunena templates.
Please Log in or Create an account to join the conversation.
15 years 3 months ago #79595
by tdk1nc
Replied by tdk1nc on topic Re: Euro Templates - Free K1.6 Templates
Still, you may want to keep the first line and comment out the rest of the code. It will prevent problems for those users do run in debug mode.
Please Log in or Create an account to join the conversation.
Time to create page: 0.258 seconds