- Posts: 5
- Thank you received: 0
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
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.
Important K 1.5 latest posts module - no longer supported or maintained. Do NOT use this with K 1.6!
15 years 11 months ago #48192
by tdk1nc
Replied by tdk1nc on topic Re: Kunena latest posts module
The conflict appears isolated to Community Builder's Facebook Connect plugin. Other Joomla/FB Connect packages like JFBConnect or JConnector appear to not conflict with mod_kunenalatest.
In the CB forums, I posted a tentative fix for the conflict with CB, and it seems to work fine on my site (so far). I also contacted the mod author and gave him everything I knew.
In the CB forums, I posted a tentative fix for the conflict with CB, and it seems to work fine on my site (so far). I also contacted the mod author and gave him everything I knew.
Please Log in or Create an account to join the conversation.
- isaanlawyers
-
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
15 years 10 months ago #49495
by isaanlawyers
Replied by isaanlawyers on topic Re: Kunena latest posts module
I have a problem with THAI Language. It writes a strange code like %0E8%0BA%0E4%%E00%%00%)%) before the actual title of the post in Thai.
A picture of the bug is attached here:
I use community builder, latest version of the module, latest version of Kunena, also facebook login and others.
Website is at www.isaan.com
There aren't many posts in Thai at the moment but I wish to solve that as quick as I can.
Thanks.
A picture of the bug is attached here:
I use community builder, latest version of the module, latest version of Kunena, also facebook login and others.
Website is at www.isaan.com
There aren't many posts in Thai at the moment but I wish to solve that as quick as I can.
Thanks.
Please Log in or Create an account to join the conversation.
15 years 10 months ago #49868
by kubson.cz
Replied by kubson.cz on topic Re: Kunena latest posts module
hello!
first of all i'd like to apologise for my english. i'm Kuba from Poland.
i've installed this module. it works fine but i'd like to edit 2-column table and create 3-column table.
code below:
how to make it 3-column table (and working of course
)?
thanks in advance!
Kuba
first of all i'd like to apologise for my english. i'm Kuba from Poland.
i've installed this module. it works fine but i'd like to edit 2-column table and create 3-column table.
code below:
Code:
<?php // no direct access
// 2-column table version
defined( '_JEXEC' ) or die( 'Restricted access' ); ?>
<table style="border-width: 0px; width: 100%">
<?php
$j = ceil(count($items) / 2);
for ($i = 0; $i < $j-1; $i++) : ?>
<tr>
<td style="vertical-align: top"><span title="<?php echo $items[$i]->tooltip ?>"><?php echo $items[$i]->title ?></span></td>
<td style="vertical-align: top"><span title="<?php echo $items[$i+$j]->tooltip ?>"><?php echo $items[$i+$j]->title ?></span></td>
</tr>
<?php endfor; ?>
<tr>
<td style="vertical-align: top"><span title="<?php echo $items[$j-1]->tooltip ?>"><?php echo $items[$j-1]->title ?></span></td>
<?php if (count($items) % 2 == 0) : ?>
<td style="vertical-align: top"><span title="<?php echo $items[2*$j-1]->tooltip ?>"><?php echo $items[2*$j-1]->title ?></span></td>
<?php else : ?>
<td></td>
<?php endif; ?>
</tr>
</table>
<?php if ($more) : ?>
<?php echo $more_link ?>
<?php endif; ?>
how to make it 3-column table (and working of course
)?thanks in advance!
Kuba
Please Log in or Create an account to join the conversation.
15 years 10 months ago - 15 years 10 months ago #49913
by King
Replied by King on topic Re: Kunena latest posts module
So, has this module been updated? If I download it will I get a version that lists posts just as they are listed in the recent discussions or will it still show every post in a thread not just the last post in a thread? :blush:
Last edit: 15 years 10 months ago by King.
Please Log in or Create an account to join the conversation.
15 years 10 months ago - 15 years 10 months ago #50737
by szcsabi
Replied by szcsabi on topic K 1.5.12 - Kunena latest causes display problems with Kunena menu
Hi...
I have an error with my Kunena 1.5.12. If I try to jump directly (latest posts, kunenalatest) to the thread/topic, the menu shows up with error (only half of it shows up).
If first I enter to the category-> thread-> post , everything works fine
Is there somebody with the same error? Can you please help me?
I have an error with my Kunena 1.5.12. If I try to jump directly (latest posts, kunenalatest) to the thread/topic, the menu shows up with error (only half of it shows up).
If first I enter to the category-> thread-> post , everything works fine
Is there somebody with the same error? Can you please help me?
Last edit: 15 years 10 months ago by sozzled. Reason: Changed subject to improve search relevance
Please Log in or Create an account to join the conversation.
15 years 10 months ago #51019
by micheltl
Replied by micheltl on topic Re: Kunena latest posts module
%C shows "0" for every threads.
Anybody lnows how to resolve this?
Thanks
Anybody lnows how to resolve this?
Thanks
Please Log in or Create an account to join the conversation.
Time to create page: 0.295 seconds