Joomla! 1.5: Installing, Creating, and Managing Modules

2 min read

Joomla! 1.5 Cookbook

Over 60 quick and direct recipes to help you overcome common Joomla! queries.

  • Find quick solutions to common Joomla! problems
  • Part of Packt’s Cookbook series: Each recipe is a carefully organized sequence of instructions to complete the task as efficiently as possible
  • Look at recipes that cover the portions of Joomla! 1.6 that are brand new
  • Over 60 practical recipes covering a range of site management and core Joomla! activities

       

In this recipe, we’ll look at all aspects of a module.

How to do it…

Installing a Module

  1. Login to your Administrator Console.
  2. Click Extensions | Install/Uninstall.

    Once you are in here, you’ll have a few options to choose from:

    There are three methods to install a module, in this section we’ll focus on the first method. We’ll examine the other two in a moment.

  3. Click Browse… and find the file.
  4. Click Upload File & Install.Once you successfully installed the module, Joomla! will indicate this with this message:

How it works…

Module installation is a very similar process to components. The Joomla! universal installer has made it very simple.

The installer will write the appropriate settings to the database and will copy the files down to their respective locations.

There’s more…

There comes a time when you no longer need a module. Or you may wish to disable it or even create a new one that didn’t exist before.

As modules are essentially very lightweight in nature, creating them and placing them is easy.

The next few recipes cover these items.

Deleting modules

There are two methods to delete a module.

METHOD 1:

  1. Click Extensions | Install/Uninstall.
  2. Click Modules.
  3. Check the module you wish to delete.

  4. Once you check the module(s) you wish to delete, click Uninstall in the upper right-hand side:

    Once you successfully uninstall the module, Joomla! will indicate this with this message:

METHOD 2:

  1. Click Extensions | Module Manager.
  2. Check the module you wish to delete.
  3. Click Delete in the upper right-hand side, the key difference is the message:

Packt

Share
Published by
Packt

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago