Joomladmaps is a module that allows the generation of OpenStreetMap or Google Maps based on K2 items or Joomla articles. Therefore you can display a map for each item and each category of K2 or Joomla. The geolocation of items is then based on K2 or Joomla extra fields. Joomladmaps also allows you to create custom maps on an item-by-item or a mySQL query basis.
Joomladnews is an all-in one article display module built to help you shape and design your homepage contents and your news or events blogs. This extension is compatible with K2 and Joomla contents, and allows you to mix both of them in the same module. Thanks to its presets, you can easily add news sliders, news tickers and carousels to your site and customize them with the numerous available settings.
To directly output individual extra fields in your K2 overrides, do something like this (e.g. in item.php) to get the extra field name:
echo $this->item->extraFields->EXTRAFIELD_ALIAS_HERE->name;
To get the extra field value you would simply do this:
echo $this->item->extraFields->EXTRAFIELD_ALIAS_HERE->value; echo $this->item->extraFields->EXTRAFIELD_ALIAS_HERE->rawValue; // for date type only
Simply replace EXTRAFIELD_ALIAS_HERE with the actual alias of the extra field you wish to output.
In modules, use:
echo $item->extraFields->EXTRAFIELD_ALIAS_HERE->value; echo $item->extraFields->EXTRAFIELD_ALIAS_HERE->rawValue; // for date type only
K2 v2.9.0 is now available to download for Joomla 1.5 to 3.x. In short, this release improves compatibility with the latest releases of Joomla 3.8.x & improves frontend performance overall.
Extension plugin for K2 Filter and Search module. With this extension your users will be able to save their search parameters and be informed via email, when new K2 items will be appeared.
Features
Save search parameters
Manage saved searches
Get emails with new K2 items appered after search was saved