J1.5

Installing a template: Difference between revisions

From Joomla! Documentation

Chris Davenport (talk | contribs)
m 1 revision(s)
 
Wilsonge (talk | contribs)
Remove info about installing a new template
 
(26 intermediate revisions by 9 users not shown)
Line 1: Line 1:
=== How to install templates ===
{{version/tutor|1.5}}


'''Install via Admin Panel''' (packed template file)
=== Install via Admin Panel (packed template file) ===


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


Click on: Extensions -> Install/Uninstall
Click on: Extensions -> Install/Uninstall
Line 11: Line 11:
You see the page "Extension Manager"
You see the page "Extension Manager"


From here you can install your Templates, Plugins, Modules, Components and Languages. For both you have three options:
From here you can install your Templates, Plugins, Modules, Components and Languages. You have three options:
* Upload Package File - (select a package from your pc upload and install it)
* Upload Package File - (select a package from your PC, upload and install it)
* Install from Directory - (type here the path where the package is located on your server)
* Install from Directory - (enter the path where the package is located on your server)
* Install from URL - (type here url to the package)
* Install from URL - (enter the URL to the package)
For example here we choose the first method - Upload Package File
Here, we choose the first method: Upload Package File


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




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


[[Image:Tpl_tut_install_template_3.png]]
[[Image:Tpl_tut_install_template_3.png]]




=== Install via FTP (unpacked template file) ===


----
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.


''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.''
<noinclude>
</noinclude>


'''Install via FTP''' (unpacked template file)
[[Category:Archived version Joomla! 1.5]]
 
Templates can also be installed via FTP without pack them before. Simply select the template folder(s) on your PC and upload it to your server.
 
Upload dir must be: /path_to_joomla/templates/
 
This method is mostly used when you have created a template yourself and do not want extra pack it to install the template or if you want to upload more than one template at once.
 
''Note: Do not do this with Components, Modules and Plugins if you are a beginner/novice, because they need database entries which must set up manually when you use this way.''
 
 
<noinclude>[[Category:Beginners]]</noinclude>
<noinclude>[[Category:Templates]]</noinclude>
<noinclude>[[Category:Topics]]</noinclude>

Latest revision as of 10:24, 18 September 2013

Install via Admin Panel (packed template file)

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

Click on: Extensions -> Install/Uninstall

You see the page "Extension Manager"

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

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

Here, we choose the first method: Upload Package File

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


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


Install via FTP (unpacked template file)

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.

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.