J1.5

Difference between revisions of "Finding and installing extensions"

From Joomla! Documentation

(Add in 3.x.x link and change 1.6 to 2.5)
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Types==
 
==Types==
  
There are four different types of extensions that Joomla uses.
+
There are several different types of extensions that Joomla uses.
  
*Component: mini-application to render the main page body
+
*[[Component]]: mini-application to render the main page body
  
*Modules icon  Module: renders small html blocks on any page
+
*[[Module]]: renders small html blocks on any page
  
*Plugin: changes code behavior dynamically (renamed from mambot in Joomla! 1.0.x)
+
*[[Plugin]]: changes code behavior dynamically (renamed from mambot in Joomla! 1.0.x)
  
*Language: provides language translation
+
*[[Template]]: provides the site's design (layout, colours, images etc.)
  
[http://docs.joomla.org/Joomla!_Extensions_Defined Learn more...]
+
*[[Language]]: provides language translation
 +
 
 +
[[Extension types (general definitions)]] has the details.
  
 
==Selection==
 
==Selection==
  
Before you can start your extension installation you must first decide what extension you would like to install. You may use the official Joomla! [http://extensions.joomla.org Extension Directory], get one from an external site, or you may even want to [http://docs.joomla.org/How_to_create_a_module create your own] the choice is yours. Make sure that the extension you select is compatible to your current version of Joomla.  
+
Before you can start your extension installation you must first decide what extension you would like to install. You may use [http://extensions.joomla.org the official Joomla! Extension Directory], get one from an external site, or you may even want to [[Creating a simple module|create your own]]: the choice is yours. Make sure that the extension you select is compatible to your current version of Joomla.  
  
 
==Installation==
 
==Installation==
Line 21: Line 23:
 
Before installation please make sure that your extension directories are writable. Now that you have your extension and all of the right permissions lets start our installation. first you need to login to the administrator back end of your site.
 
Before installation please make sure that your extension directories are writable. Now that you have your extension and all of the right permissions lets start our installation. first you need to login to the administrator back end of your site.
  
===Joomla! 1.5.x===
+
===Joomla! 1.5.x {{JVer|1.5}}===
 
After logging to the administration area go to the extensions tab and click "Install/Uninstall".
 
After logging to the administration area go to the extensions tab and click "Install/Uninstall".
  
Line 39: Line 41:
 
In all cases you should see a completion message on the next screen if the install was successfull.
 
In all cases you should see a completion message on the next screen if the install was successfull.
  
===Joomla! 1.0.x===
+
===Joomla! 1.0.x {{JVer|1.0}}===
 
After logging in to the administration area go to Installers and select which extension you would like to install; a component, module, or mambot.
 
After logging in to the administration area go to Installers and select which extension you would like to install; a component, module, or mambot.
  
Line 56: Line 58:
 
==Help==
 
==Help==
  
if you have any problems during your extensions install or just a problem with the extension in general please go to the Joomla forum with your questions.
+
If you have any problems during your extensions install or just a problem with the extension in general, please go to the Joomla forum with your questions.
 +
 
 +
Please choose the forum for your version of Joomla!:
 +
 
 +
*{{JVer|3.x}} [[jforum:715|The Joomla! 3.x.x extensions forum]]
 +
*{{JVer|2.5}} [[jforum:620|The Joomla! 2.5.x extensions forum]]
 +
*{{JVer|1.5}} [[jforum:470|The Joomla! 1.5.x extensions forum]]
 +
*{{JVer|1.0}} [[jforum:465|The Joomla! 1.0.x extensions forum]]
  
*If you are using Joomla! 1.5.x please go [http://forum.joomla.org/viewforum.php?f=470 here].
+
[[Category:Extensions]]
*If you are using Joomla! 1.0.x please go [http://forum.joomla.org/viewforum.php?f=465 here].
+
[[Category:Tutorials]]
'''Bold text'''
 

Revision as of 06:17, 29 April 2013

The "J1.5" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Types[edit]

There are several different types of extensions that Joomla uses.

  • Component: mini-application to render the main page body
  • Module: renders small html blocks on any page
  • Plugin: changes code behavior dynamically (renamed from mambot in Joomla! 1.0.x)
  • Template: provides the site's design (layout, colours, images etc.)

Extension types (general definitions) has the details.

Selection[edit]

Before you can start your extension installation you must first decide what extension you would like to install. You may use the official Joomla! Extension Directory, get one from an external site, or you may even want to create your own: the choice is yours. Make sure that the extension you select is compatible to your current version of Joomla.

Installation[edit]

Before installation please make sure that your extension directories are writable. Now that you have your extension and all of the right permissions lets start our installation. first you need to login to the administrator back end of your site.

Joomla! 1.5.x Joomla 1.5[edit]

After logging to the administration area go to the extensions tab and click "Install/Uninstall".


Extension install 1 5.png


From this page you have three options: upload package file, install from directory, or install from URL.


Install 1 5.jpg

  1. Upload Package File: for this option all you have to do is browse for the (zipped) extension on your computer then after selecting your file all you have to do is press the "Upload File & Install" button and you're done.
  2. Install from Directory: This option will find the file in a directory of your web server which you can place there using an FTP server or just placing it there if your sever is locally hosted. A useful option if you get a timeout in the upload option because the file is too large, for instance.
    First you will need to unzip the extension into its own directory on the main server (make sure everyone can read it all). Since as a default joomla uses 'tmp' in its home directory for installs, it's easiest to use a subdirectory of that to place your installs, then you just add it to the default path presented. Finally click the "Install" button.
  3. Install from URL: This will install your extension from any URL as long as you give the full URL. (ex: http://domainname.com/your_extensionname.zip) The only problem with this option is depending on your connection speed and file size it can take quite a while to retrieve the file from an external site, which could cause installation issues.

In all cases you should see a completion message on the next screen if the install was successfull.

Joomla! 1.0.x Joomla 1.0[edit]

After logging in to the administration area go to Installers and select which extension you would like to install; a component, module, or mambot.


Install 1 0.jpg


After selecting which extension you would like to install you have only two options upload package file or install from directory.

Extension install 1 0.jpg


  1. Upload Package File: for this option all you have to do is browse for the extension on your computer then after selecting your file all you have to do is press the "Upload File & Install" button and your done.
  2. Install from Directory: This option will find the file in a directory of your web server which you can place there using an FTP server or just placing it there if your sever is locally hosted.

Help[edit]

If you have any problems during your extensions install or just a problem with the extension in general, please go to the Joomla forum with your questions.

Please choose the forum for your version of Joomla!: