The Joomla! Extensions Directory ™

Corrie Sloot

Reviews(2)
 
byCorrie Sloot, December 10, 2012
K2 Multi Category
It should be noted that this “component” hacks the core K2 PHP files. This makes it difficult to update K2, and difficult to implement any other customizations.

The extra categories are not stored in a separate database table, but are all stored as comma-separated integers in the `catid` column of the `#__k2_items` table. This is not proper database design and can lead to unexpected problems.
byCorrie Sloot, November 29, 2012
DJ-Menu
It is difficult to change the style of the drop-down menu. You must know CSS. Also, I don’t like the whole djmenu.css & djmenu_fx.css. It seems there should be a more elegant way to code this.