I recently found Joomla’s feature to easily add custom component-specific nested Categories. It makes for a quick way to create categories similar to what is used in com_content and an interface to manage those categories without having to build it all manually. You can use JForm to easily add a select menu of your custom […]
Tag: Joomla!
Joomla 2.5 Component Categories Sub-Nav
Dec 21, 2012
Joomla! 2.5 Toolbar Popup Link Icon
Sep 08, 2012
Today I needed to add a new toolbar button to a custom Joomla! component. In the past, I’ve used a more convoluted method of overriding the submitbutton() (or Joomla.submitbutton) JavaScript function and triggering the modal popup manually, but stumbled upon a better solution.