J1.5

Getting Started with Templates

From Joomla! Documentation

Revision as of 16:56, 1 March 2009 by Ebaketa (talk | contribs) (Undo revision 13331 by Ebaketa (Talk))

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.

This introductory tutorial will give you an insight into the Joomla! templating system and what you can do with it.


<translate>

J3x-template-example-screenshot.png

</translate>

<translate> A template controls the overall look and layout of a site. It provides the framework that brings together common elements, modules and components as well as providing the cascading style sheets for the site. Both the Frontend and the Backend of the site have templates.</translate>

<translate> When Joomla! is first installed, several templates are automatically included. You can find many more templates at other websites. Some are available without charge under various licenses, and some are for sale. In addition, there are many developers available who can make custom templates. You can also make your own template.</translate>

<translate> Templates are managed with the Template Manager, which is located on the Extensions menu in the Backend (Administrator) area of your site.</translate>

<translate>=== Why Does Joomla! Use Templates? [A Real Beginner's Guide!] === </translate> <translate> The way Joomla! is designed separates out the key tasks involved in producing a website for efficient maintenance of the software. One of these tasks is to create the aesthetic (the look, feel and layout) of the site. This includes making decisions such as which content elements (components, modules and plugins) you may want to place in any given page.</translate>

<translate> When producing a web page, the location of most elements will stay the same (menus, banner locations, sidebars etc.). Additionally, you will want to create the same look (fonts, header styles, colour scheme etc.) for every page. For some parts of the site you may want to alter the general feel to indicate a different purpose for those pages (such as a blog section). A little planning is required for this, but once you have settled on the overall layout for your site, you then have the task of producing each page of content.</translate>

<translate> And that’s where the template comes in. You can either write all the code for each page separately, or use a template for each major section of your site so that when you want to create a new page you simply “fill in the blanks”. Okay, perhaps it's not that simple, but this tutorial is designed to give you a step by step guide for effective template use, starting with how to use one and ending with how to create one for yourself.</translate>

<translate>

  1. Use one of the templates supplied with Joomla!
  2. Download one of the many free offerings from the Internet.
  3. Pay for one to be modified or produced from scratch if your needs cannot be met any other way.</translate>

<translate> Summary – a template controls the look of your site and at the same time allows the website Administrator to focus more on the actual content.</translate>



<translate> A template is used to manipulate the way content is delivered to a web browser or screen reader. Here are some ways you can employ this on your Joomla! site.</translate>

<translate>=== Layout === </translate> <translate> The template is the place where the design of the main layout is set for your site. This includes where you place different elements (modules). For example: You can control the placement of menus, a login form, advertising banners, polls, etc.</translate>

<translate> J3x-template-example-module-changes-screenshot.png</translate>

<translate> Note the changes in content layout!</translate>

<translate> The main body(article) of the page can be altered in style (you can select from different styles of display such as typical blog layout, a news article, etc.) depending on the templates layout. *See the example image. Note the differences in layout, but how the look is consistent. The sidebar of modules has been moved from left to right and its order rearranged.</translate>

<translate> If the template is designed to provide choices, you can also "dynamically" alter the content placement on your site, perhaps putting the main menu on the right or left side of the screen.</translate> <translate>=== Color Scheme === </translate> <translate> Using CSS within the template design, you can change the colors of your backgrounds, text, links or just about anything that you could within your ordinary HTML code. Some templates provide a method to change the color in template management, others require you to modify the template's CSS file(s).</translate>

<translate>=== Images and Effects === </translate> <translate> You can also control the way images are displayed on the page, and even create Flash-like effects or include AJAX applications such as dropdown menus.</translate> <translate>=== Fonts === </translate> <translate> The same applies to fonts. The designs for these are all set within the template's CSS files to create a uniform look across your entire site, which makes it fantastically easy to change the whole look just by altering one or two files rather than every single page.</translate> <translate>=== Browser-Specific Solutions === </translate> <translate> A template can be designed to alter how it displays on different web browsers, allowing you to take full advantage of the latest developments without making your site inaccessible to those who are not able to run "up-to-the-minute" system upgrades. (Such as certain companies who limit what software their employees can use.)</translate>



What is a template?[edit]

A template is a type of Joomla! extension that changes the way your site looks. There are two types of templates used by the Joomla! CMS: Front-end Templates and Back-end Templates. The Front-end Template controls the way your website is presented to the user viewing the website's content. The Back-end Template controls the way your website's administrative tasks are presented for controlling management functions by a Joomla! Administrator. These would include common tasks such as: user, menu, article, category, module, component, plugin and template management.

See also: Component, Module, Plugin


Joomla! Versions[edit]



What is a template?[edit]

A template is a type of Joomla! extension that changes the way your site looks. There are two types of templates used by the Joomla! CMS: Front-end Templates and Back-end Templates. The Front-end Template controls the way your website is presented to the user viewing the website's content. The Back-end Template controls the way your website's administrative tasks are presented for controlling management functions by a Joomla! Administrator. These would include common tasks such as: user, menu, article, category, module, component, plugin and template management.

See also: Component, Module, Plugin


Joomla! Versions[edit]


How to install templates