Tag: "howto"
How to add shortcut in control panel in Joomla
I wish to add a shortcut in the control panel in Joomla.That is the homepage of admin interface in Joomla. So that, the user is easier to access a component. That is so easy! You just need to modify \administrator\modules\mod_quickicon\mod_quickicon.php… more »
Tags: howto
How to pass the value from the controller to a view
I am implementing a MVC component. I wish to pass a value from the controller to the view for displaying. This is very easy. You need to assign the value from the controller. Code$view =… more »
How to reference a javascript file in a Joomla Component
I am writing two Joomla components during these few days. I got a problem, how to reference a javascript file in a Joomla Component. I used to do it in a cowboy way. I hard coded the path in the template! I should keep it inside the component! I found… more »
How to change the menu title.
Previously, I believed chaning menu title is in Menus->Menu Manager and edit the menu -> title. That is only for display at administration side. To change the display name in front page, you go to Extensions-> Module Manager. Each menu is related to a… more »
Tags: howto