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 Group by Date?

More
17 years 2 months ago - 17 years 2 months ago #1487 by cass
Replied by cass on topic Re:Group by Date?
Perhaps you misread my thread above when I said:

The important thing is having things listed by date.

It was late and I am extremely frustrated, so this should have read:

The important thing is having things GROUPED by date.

I know all about threaded/flat views - and I know it automatically sorts by date, but that wasn't my question as per the posts before... I was looking for it to group by date, not just list it chronologically.

fxstein said that grouping by date is possible, and I was hoping to be at least pointed in the right direction on how to do that...

Any help would be greatly appreciated.
Last edit: 17 years 2 months ago by cass.

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

More
17 years 2 months ago - 17 years 2 months ago #1494 by Matias
Replied by Matias on topic Re:Group by Date?
I was already tired, so maybe I just misread your message. :unsure:

After looking your image I got the idea what you're after. But I must say, that for now I don't want you to be using threaded view, because its totally broken and has had any fixes for over a year. AND it will be removed in the next release which comes out in a few days (I hope).

Could you give us some time to rewrite it from scratch? It's currently not in our short time priorities, but go to vote it -- maybe someone else is interested in it, too.
Last edit: 17 years 2 months ago by Matias.

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

More
17 years 2 months ago - 17 years 2 months ago #1496 by cass
Replied by cass on topic Re:Group by Date?
Sure, I can do that - but unfortunately I need a solution rather quickly as my client is waiting to get their site up and running ASAP.

Unfortunately if you guys can't point me in the right direction on what to look for in the coding to edit or what file, then I'll have to move on to another program (I've already tried 6 other utilities) immediately to get something together.

I appreciate your quick responses to this issue and will continue to check back. What category do you want me to post this request under?
Last edit: 17 years 2 months ago by cass.

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

More
17 years 2 months ago #1500 by Matias
Replied by Matias on topic Re:Group by Date?
Is it enough to have the feature disabled? There are already a few threads to tell how to do that. I will copy one here:

Threaded view has been disabled in our latest builds, because it was broken and always has been.

If you want to disable it now, do this (default_ex):

components/com_kunena/template/default/plugin/myprofile/myprofile_set.php:

Comment out line 38:
Code:
<!-- <strong><?php echo _USER_PREFERED; ?>*</strong>: -->

Comment out lines 41-48:
Code:
<!-- <?php ?> -->

components/com_kunena/template/default_ex/fb_layout.php:

Comment out lines 206-216:
Code:
/* if ($view == "flat") { .... } */

Comment out lines 221-232:
Code:
/* if ($view == "flat") { .... } */

and then run SQL query (replace jos_ if you have different prefix in Joomla):
Code:
UPDATE `jos_fb_users` SET `view` = 'flat';


Huh! That should do it.

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

More
17 years 2 months ago #1506 by cass
Replied by cass on topic Re:Group by Date?
I'm not talking about the threaded vs flat view. I've already said several times that it isn't a problem for me as I know how to disable it already.

The problem is getting the list Grouped by Date..

And yes, it is enough to have the feature disabled on my site because it isn't doing what I need it to do (which is group by date).

I'm not sure why you guys are fixated on this threaded vs flat issue, as it's not even what I'm talking about. I've explained it 5 times now, and even the subject of this thread is "Group by Date". It has nothing to do with this stupid threaded issue. My bad for using threaded in the first place!

I am asking for direction on how to implement the GROUP BY DATE, which fxstein said is possible.

fxstein wrote: The grouping is possible, although it will consume extra space unless we find a way to do this on the outside of the thread list - maybe to the left.


Is it not possbile in the flat view? I don't know why it wouldn't be.

><

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

More
17 years 2 months ago #1603 by johnnydement
Replied by johnnydement on topic Re:Group by Date?
I don't relaly know what you mean with "group by date" but about threaded view, we're removing until we can make it work as should, with low impact on performance. :P

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

Time to create page: 0.301 seconds