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.

Question relative posts hack 0.1 beta

More
16 years 7 months ago - 16 years 7 months ago #31100 by FENIX
Yes, of course I ran.
But... the trouble is that I tried to install it to 1.015 so I am sure that is the problem.
You know, I made "tag" hack without mistakes and I thought that it (related posts I mean)
would be alright also.
Some strings of 1.015 I think differ from those ones of 1.5
And queries also...
Well, my question is:
Will you be so kind to provide Joomla version 1.015 database queries and pieces of hack? of course, if you can.
Last edit: 16 years 7 months ago by FENIX.

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

More
16 years 7 months ago #31121 by guerilla
change this part:
Code:
$sim_message=$kunena_db->setQuery($query); $sim_message = $kunena_db->loadObjectList();

to this:
Code:
$sim_message=$database->setQuery($query); $sim_message = $database->loadObjectList();

i guess it will work...

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

More
16 years 6 months ago #31142 by FENIX
Thank you very much! :woohoo:
It works!

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

More
16 years 5 months ago - 16 years 5 months ago #33350 by JoniJnm
Hi guerilla,

I have added your hack into Kunena JoniJnm Edition, thank you!

PD: You should change

if ($topics_only = 1)
{
$parent =" AND parent=0 ";
}

By:
$parent = ($topics_only == 1) ? " AND parent=0 " : "";
Last edit: 16 years 5 months ago by JoniJnm.

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

More
16 years 5 months ago #33527 by jeanpier biasiolo mérchan
I wanted to tell you that ami gives me this error, :S

Query was empty

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

More
16 years 5 months ago #34628 by athulsai
Great hack! Thank you!

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

Time to create page: 0.925 seconds