Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.

Question New unread Posts in Category?

More
7 years 4 months ago #1 by CarpeDiem
Hello,
Since the new Kunena Version i have to completely rewrite my Kunena Template cause of the new template structure.
The rewrite work is almost done, but some informations at output are still missing.
How i can mark a Category, at the category index, when there're new posts inside? (same with subcategorys)

Now it seems like the forum outputs the category avatar, but at my old design i had icons for "unread posts inside" and "no unread posts".

I tried to find a function like $category->getUnread(); or something like that, but i failed.

Can you help me please?

Thank you very much in advance!

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

More
7 years 4 months ago #2 by 810
Replied by 810 on topic New unread Posts in Category?
Code:
<?php echo $this->getCategoryLink($category, $this->getCategoryIcon($category), '', null, true, false); ?>

you can check the code also on crypsis. then you have a example how to do it.

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

Time to create page: 0.485 seconds