J3.x

Difference between revisions of "Installing a template"

From Joomla! Documentation

(Marked this version for translation)
m (update)
Line 33: Line 33:
  
 
<translate><!--T:22-->
 
<translate><!--T:22-->
[[Image:30-Installing-template-upload-package-file.png]]</translate>
+
[[Image:30-Installing-template-upload-package-file-en.png]]</translate>
  
  

Revision as of 08:33, 16 December 2014

Other languages:
Deutsch • ‎English • ‎Nederlands • ‎eesti • ‎español • ‎français • ‎hrvatski • ‎italiano • ‎русский • ‎中文(台灣)‎

Install via Admin Panel (packed template file)[edit]

Log into the back-end of your site (www.your-site.com/administrator/)

Click on: Extensions -> Extension Manager

30-Installing-template-navigate-en.png

You see the page "Extension Manager"

From here you can install your Templates, Plugins, Modules, Components and Languages. You have three options:

  1. Upload Package File - (select a package from your PC, upload and install it)
  2. Install from Directory - (enter the path where the package is located on your webserver)
  3. Install from URL - (enter the URL to the package)

Option 3 does everything for you, your environment needs to be properly configured to allow this. Option 1 requires you to download the extension to your PC. Option 2 requires you to unzip and move the folders/files to your webserver. All option require the webserver to have write access to the webspace.

Here, we choose the first method: Upload Package File

Select the package from your PC and click the button "Upload File & Install"

30-Installing-template-upload-package-file-en.png


If the package contains no errors you are done and get a success message like the one below.

30-Installing-template-install-success-en.png

Verify installation[edit]

Go from Install to Manage, set the type filter to 'template'. The installed template should appear in the list. If it does, the template is properly installed. Now you can assign one of styles to a menuitem or set the style as default.
For administrator templates make sure you have two windows of the template manager. Activate the new template in one of them and reset it in the other one if something went wrong.

Install via FTP (unpacked template file)[edit]

Templates can also be installed via FTP without packaging them. Simply select the template folder on your PC and upload it to your server, using your favorite FTP software. Be sure you upload the template folder to the directory: /path_to_joomla/templates/ - where /path_to_joomla/ is the location of your Joomla! installation on the server. This method is mostly used when you have created a template yourself, and do not want to have to package it to install the template, or if you want to upload more than one template at once. You must then go into extension manager and click on Discover in the sub menu. Click on "Discover" in the toolbar if your template doesn't immediately appear. A list of uninstalled items in the FTP should then appear. Click the checkbox to the left of your template and click install.

Note: Do not try to use FTP to install Components, Modules and Plugins if you are a beginner/novice. These items need database entries which have to be inserted manually if you bypass the package installer.