- Posts: 19
- 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.
Question relative posts hack 0.1 beta
16 years 7 months ago - 16 years 7 months ago #31100
by FENIX
Replied by FENIX on topic Re:relative posts hack 0.1 beta
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.
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.
16 years 7 months ago #31121
by guerilla
Replied by guerilla on topic Re:relative posts hack 0.1 beta
change this part:
to this:
i guess it will work...
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.
16 years 6 months ago #31142
by FENIX
Replied by FENIX on topic Re:relative posts hack 0.1 beta
Thank you very much! :woohoo:
It works!
It works!
Please Log in or Create an account to join the conversation.
16 years 5 months ago - 16 years 5 months ago #33350
by JoniJnm
Replied by JoniJnm on topic Re:relative posts hack 0.1 beta
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 " : "";
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.
- jeanpier biasiolo mérchan
-
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
16 years 5 months ago #33527
by jeanpier biasiolo mérchan
Replied by jeanpier biasiolo mérchan on topic Re:relative posts hack 0.1 beta
I wanted to tell you that ami gives me this error, :S
Query was empty
Query was empty
Please Log in or Create an account to join the conversation.
16 years 5 months ago #34628
by athulsai
Replied by athulsai on topic Re: relative posts hack 0.1 beta
Great hack! Thank you!
Please Log in or Create an account to join the conversation.
Time to create page: 0.925 seconds