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

Question Missing 1st page of a category

More
16 years 10 months ago #19312 by Hijinx
We have a few categories, they all seem fine except one When you click on it, it brings you to an unformated page meaning no images, no posts, just a few things with the pagination. So the first page nothing shows up but if you click on page 2 or 3 it looks fine.

see here the first page.

This is a recent upgrade to Kunena, was previously running FB.

Any help would be appreciated...

Best Regards.

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

More
16 years 10 months ago - 16 years 10 months ago #19319 by sozzled
This problem only seems to occur in K 1.0.10 on Joomla 1.0.x websites. There is a workaround for it.

Additionally, what Kunena template are you using ... and did you also upgrade Community Builder to version 1.2.1, too? See Kunena 1.0.10 needs CB 1.2.1 .
Last edit: 16 years 10 months ago by sozzled.

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

More
16 years 10 months ago #19364 by Hijinx
Yes i also upgraded to CB 1.2.1, I am using default_ex, that fix did not work, but switching the template to just default did fix the issue.

However i would really prefer default_ex...

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

More
16 years 10 months ago #19390 by xillibit
Hello,

do you have applied the modifications on the file components/com_kunena/template/default_ex or components/com_kunena/template/default ?

I don't provide support by PM, because this can be useful for someone else.

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

More
16 years 10 months ago #19457 by Hijinx
Since default was working i left it alone and did not modify it, i did apply the modification to default_ex as shown below, cleared cache etc. The only difference between the two seems to be "moved=0"...


Default:
Code:
Line 430: $database->setQuery("SELECT DISTINCT thread from #__fb_messages where catid=$singlerow->id and hold=0 and time>$prevCheck group by thread"); Line 820: $database->setQuery("SELECT thread from #__fb_messages where catid=$forumparent->id and hold=0 and time>$prevCheck group by thread");

Default_ex:
Code:
Line 270: OLD--=> // $database->setQuery("SELECT DISTINCT thread from #__fb_messages where catid=$singlerow->id and hold=0 and moved=0 and time>$prevCheck group by thread"); NEW--=> $database->setQuery("SELECT DISTINCT thread FROM #__fb_messages WHERE catid='$singlerow->id' AND hold=0 AND moved=0 and time>'$prevCheck' GROUP BY thread"); Line 467: OLD--=> // $database->setQuery("SELECT thread from #__fb_messages where catid=$forumparent->id and hold=0 and time>$prevCheck group by thread"); NEW--=> $database->setQuery("SELECT thread FROM #__fb_messages WHERE catid='$forumparent->id' AND hold=0 AND time>'$prevCheck' GROUP BY thread");

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

More
16 years 10 months ago #19506 by sozzled
I'm unclear what xillibit was referring to

Hijinx: Yes, those changes were to be made to ../components/com_kunena/template/default_ex/listcat.php as referred to in my earlier message. Did they make a difference? I see that you're still using the default template on your site.

You also haven't stated what version of Joomla you are using.

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

Time to create page: 0.240 seconds