Category: Joomla
Stop Joomla Drop Down From Being Fancy
It took couple of hours to find out why Joomla was making my drop down (select tag) fancy and how do I stop it. Within the administration site, each select tag is being replaced by a library called Chosen (https://github.com/harvesthq/chosen) and if there are more than 10 items, it will show search box within drop…
Create Joomla Extension to Show Hello World on Every Page
I wanted to create a simple Joomla 3.x plugin to show HTML on every page including the administration pages. It was extremely difficult to find any sample online as I did not know the what to look for. Here is a very quick tutorial on how to show “Hello World” on each and every Joomla…