Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

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

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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 #31090 by FENIX
Is this hack for joomla 1.5 or 1.015?

Probably this is the trouble...

P.S.I've changed that file but nothing again.


Can you send me YOUR view.php file? Please. :blush:
Last edit: 16 years 7 months ago by FENIX. Reason: request

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

More
16 years 7 months ago #31099 by guerilla
for 1.5.

i did not try ut 1.015.

did you run the queries at my first message in your phpmsqladmin?

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

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 7 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 6 months ago - 16 years 6 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 6 months ago by JoniJnm.

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

Time to create page: 0.273 seconds