CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

joomla

Joomla – Enable or disable Plugins

Joomla Plugins are code modules useful to extend Joomla’s functionality. Once the Plugin is enabled in Joomla, Joomla will load the Plugin and provide the functionality by calling functions within the Plugin when the associated event is triggered. Functions in Plugin are associated with trigger events. This is a powerful way of extending Joomla’s functionality. […]

How to display pull-down menus in protostar template in Joomla 3.x?

Joomla is the free Open Source Content Management System is used to develop small/medium/enterprise websites. Joomla has released its new version 3.x with lots of features. In new version protostar is the default template with greater look and feel. Protostar template provides the default functionality to use the pull-down menus. In order to use this […]

How to fix the error “Strict Standards: Accessing static property JCache::$_handler as non static” in cache.php on line 422 in Joomla 1.7.3?

“Strict Standards: Accessing static property JCache::$_handler as non static” error will get when you access the Site ater insatlling  Joomla 1.7.3. Just you can open the mentioned file and go to the line where you are getting the error, and modify the code. The following code steps will help to fix this error in cache.php on line […]

How to remove “Font size Bigger.Reset.Smaller” from the website created using Joomla 1.7?

Joomla is one of the world’ s most popular open source CMS (content management system) used to easily create & build a variety of websites & web-enabled applications. This articles explains the steps to remove “Font size Bigger.Reset.Smaller” text from the website created by using Joomla 1.7 using beez2 template. Step 1. Login to the site’s […]

Scroll to top