Keyword

Repeating Articles in Latest Menu Item Type

  • Arturo Guzman
  • Arturo Guzman's Avatar Topic Author
  • Offline
  • New Member
More
14 years 3 months ago #78154 by Arturo Guzman
Repeating Articles in Latest Menu Item Type was created by Arturo Guzman
Hi,So I tried to get latest items (1 per cat) from 4 different
categories using the "Latest items from (one or more) users or categories" from the Menu Item
(Excuse my lingo, but I am new to Joomla!).And I got the same
article for all the for categories (the newest one), I start doing some debugging and
find out that the array on the K2ModelItemlist::getCategoryChilds()
wasn't getting cleared, so I change the code in:/components/com_k2/models/itemlist.php   line 86from $categories =
K2ModelItemlist::getCategoryChilds($id)to $categories = K2ModelItemlist::getCategoryChilds($id,
true);That did the trick.I just want to know if I am not
messing with any special feature I am not aware or if it is a Bug.Thanks.Joomla! v1.5.15K2  v2.2
Attachments:

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

More
14 years 3 months ago #78155 by Lefteris
Replied by Lefteris on topic Repeating Articles in Latest Menu Item Type
Hi. You are right about the bug but your fix will break other functionality of K2. Fixed in little different way for the next release. Thanks for reporting this issue to us.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • Arturo Guzman
  • Arturo Guzman's Avatar Topic Author
  • Offline
  • New Member
More
14 years 3 months ago #78156 by Arturo Guzman
Replied by Arturo Guzman on topic Repeating Articles in Latest Menu Item Type
Thanks, Hopefully I won't be needing the functionality I am breaking.

Lefteris Kavadas said:Hi. You are right about the bug but your fix will break other functionality of K2. Fixed in little different way for the next release. Thanks for reporting this issue to us.

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


Powered by Kunena Forum