Joomla 1.5 Plugin and Module Installation To install plugins or modules for Joomla is simple. For Joomla! 1.5x, each type of extension, plugin or module, installs the exact same way. This tutorial will take you through the process.
Note: In Joomla 1.0x, plugin are called mambots, although installation menu structures are different, but the same concept still applies. Installation: Joomla provides installers to install extensions. Yiou should always use installer to install our scripts. Hoto use plugin: Once a plugin is installed, you need to configure the plugin to use it. Each plugin has its own configuration options. We will explain on a high level how plugin works. Plugins, or mambots, are a piece of code that you insert into your article, IN PLAIN TEXT, to tell Joomla to render the code into something else. For example, Easy Paypal plugin tells Joomla to replace "{easypaypal}" text with a Paypal Button. (Please note, the text is purposely in bold, so that it won't be interpreted by Joomla. When using the plugin, the text needs to be a PLAIN text, with no formatting) To use a plugin, you have to install the plugin and enable it. When enabling the plugin, you have the options to configure the plugin to meet you needs. - First, you need to select Plugin Manager menu from Extensions menu
 - You will be presented with all the plugin installed on your web site. Select the plugin to and click on Edit button to configure it.
- You need to enable the plugin before you can use it in an article.
 - Don't forget to include the appropiate text in the article to use the plugin.
How to use module: Once a modules is installed, you need to configure the module to use it. Each module has its own configuration options. We will explain on a high level how module works. In Joomla!, Modules are used to display content and/or media around the main content. For example, you can have a "Most popular article' module that displays the title of the most pouplar article on your web site. To have a module appear on your web site, you need install it, enable it, configure its options and decide where and when to display them: - First, you need to select Module Manager to start the configuration process.
 - You will be presented with all the modules available on your web site. Select the module you want to configure and click on Edit button.
- You need to enable the module to have it displayed
 - You can configure where and when the modules appear with the Position and Access Level parameters. In addition, you can also specify which menus are associated the module. Please check Joomla Documentations for more information.
|