<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Newbee</id>
	<title>Joomla! Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Newbee"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/Newbee"/>
	<updated>2026-05-17T23:19:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Archived:Starting_with_Joomla!_FAQs&amp;diff=2081</id>
		<title>Archived:Starting with Joomla! FAQs</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Archived:Starting_with_Joomla!_FAQs&amp;diff=2081"/>
		<updated>2008-01-21T16:15:14Z</updated>

		<summary type="html">&lt;p&gt;Newbee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{inuse}}&lt;br /&gt;
&lt;br /&gt;
==What license is Joomla! released under?==&lt;br /&gt;
&lt;br /&gt;
Joomla! is released under the GPL (Gnu General Public License 2).&lt;br /&gt;
&lt;br /&gt;
Details of the GPL can be found here: http://www.gnu.org/licenses/gpl.html. &lt;br /&gt;
&lt;br /&gt;
==What do the locks mean? How do I get rid of them?==&lt;br /&gt;
&lt;br /&gt;
At any given time you may see a padlock next to a specific item in Joomla!&#039;s administrative backend. These padlocks may be displayed next to any of the following (Content Items, Menu Items, Modules, etc).&lt;br /&gt;
&lt;br /&gt;
The Joomla! system places these padlocks next to an item to indicate that a user is currently editing (or checked out) the item. The lock is removed by the system administratorvwhen the user clicks on the &amp;quot;Save&amp;quot; button for that item.&lt;br /&gt;
If the user never clicks &amp;quot;Save&amp;quot; and instead hits the &amp;quot;Back&amp;quot; button or navigates to another page, then the item stays locked. If another user needs to work with the item he or she must have the item checked back in before they can work on it.&lt;br /&gt;
&lt;br /&gt;
There are two ways of checking items back in. One way is to contact the person that has the item checked out to see if they are done with the item.&lt;br /&gt;
&lt;br /&gt;
The other option utilises the administrative back end;&lt;br /&gt;
Click on &amp;quot;System =&amp;gt; Global check in&amp;quot;&lt;br /&gt;
This option should be used very carefully, especially in multi-user environments. This single action checks in all previously checked out items, whether they were checked out by you or not. Possible undesirable side effects may be that multiple editors end up working on the same document.&lt;br /&gt;
In this case whoever clicks the save button last has their version saved as the final copy. &lt;br /&gt;
&lt;br /&gt;
==How do I eliminate the pathway or breadcrumbs?==&lt;br /&gt;
&lt;br /&gt;
The pathway or breadcrumb is a hierarchical trail that shows your current location on the site. The breadcrumb follows the Section, Category, Content Item hierarchy and a site&#039;s home page is always listed as the root of the hierarchy as &amp;quot;Home&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
An example is as follows; You are currently reading a content item &amp;quot;New Page&amp;quot;. This content item is a member of the &amp;quot;Pages &amp;quot; category. In the turn the pages category is a member of the &amp;quot;Books&amp;quot; section. In this case the breadcrumb for that page would look like: &amp;quot;Home &amp;gt;&amp;gt; Books &amp;gt;&amp;gt; Pages &amp;gt;&amp;gt; New Page&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you wish to eliminate the pathway entirely, edit your template html (index) file. Usually it will look like this:&lt;br /&gt;
  &amp;lt;div id=&amp;quot;pathway&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;?php mosPathWay(); ?&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you wish to eliminate it on a specific page, such as just the home page, you can modify the template in this way:&lt;br /&gt;
  New line:if($option != &amp;quot;&amp;quot; &amp;amp;&amp;amp; $option != &amp;quot;com_frontpage&amp;quot;)&lt;br /&gt;
  New line:{&lt;br /&gt;
  New line:?&amp;gt;&lt;br /&gt;
  Existing:&amp;lt;div id=&amp;quot;pathway&amp;quot;&amp;gt;&lt;br /&gt;
  Existing:&amp;lt;?php mosPathWay(); ?&amp;gt;&lt;br /&gt;
  Existing:&amp;lt;/div&amp;gt;&lt;br /&gt;
  New line:}&lt;br /&gt;
  New line:?&amp;gt;&lt;br /&gt;
Keep in mind: The first line says that if the option in the url does not equal com_frontpage (!=&amp;quot;com_frontpage&amp;quot;) display the pathway. In php ! means not.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Breadcrumbs are in the breadcrumbs module. To eliminate them, disable the module.&lt;br /&gt;
&lt;br /&gt;
==How do I exit the wrapper?==&lt;br /&gt;
&lt;br /&gt;
(needs permission or rewrite)&lt;br /&gt;
&lt;br /&gt;
==How do I get rid of the News Flash or other module?==&lt;br /&gt;
&lt;br /&gt;
To disable the news flash (or any other) module from being displayed on the front end of the website, you first need to log into the administrative back end.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Once in the back end, on the top menu click Modules =&amp;gt; Site Modules.&lt;br /&gt;
* Locate the Newsflash module. You may need to navigate to another page as there are many modules and they are not all displayed on the first page.&lt;br /&gt;
* Click the &amp;quot;Next&amp;quot; or &amp;quot;Previous&amp;quot; links at the bottom of the page until the module is located.&lt;br /&gt;
* Once the module is located, click on the icon next for this module name in the &amp;quot;Published&amp;quot; column.&lt;br /&gt;
&lt;br /&gt;
The icon should change to a red &amp;quot;X&amp;quot; which indicates that the module is now unpublished and invisible on the site’s front end.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Once in the back end, go to Extensions, Module Manager&lt;br /&gt;
*Locate the newsflash or other module&lt;br /&gt;
*Once the module is located, click on the icon next for this module name in the &amp;quot;Enabled&amp;quot; column.&lt;br /&gt;
&lt;br /&gt;
==How do I remove the page title from the front page of my site?==&lt;br /&gt;
&lt;br /&gt;
(needs permission or rewrite)&lt;br /&gt;
&lt;br /&gt;
==How do I find an extension to do [fill in the blank]?==&lt;br /&gt;
&lt;br /&gt;
The official Joomla! extensions site: http://extensions.joomla.org/ is the main source for extensions.&lt;br /&gt;
&lt;br /&gt;
If you cannot find what you need there, you should also search the Joomla! Extensions Directory Forum.&lt;br /&gt;
&lt;br /&gt;
If you still cannot find the right component then you should post a request or question in the Extensions Directory forum.&lt;br /&gt;
&lt;br /&gt;
1.5 forum: http://forum.joomla.org/index.php/board,470.0.html&lt;br /&gt;
&lt;br /&gt;
1.0 forum: http://forum.joomla.org/index.php/board,465.0.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Can content items be assigned to multiple categories or sections?==&lt;br /&gt;
&lt;br /&gt;
No, content items cannot be assigned to multiple categories or sections. In Joomla! 1.0.x content items are restricted to a single category in a single section.&lt;br /&gt;
&lt;br /&gt;
To have the same content in several sections or categories you must make separate content items for each category.&lt;br /&gt;
&lt;br /&gt;
Workarounds include using menus rather than dynamic lists of content items and using various third party extensions that simulate assignment to multiple categories.&lt;br /&gt;
&lt;br /&gt;
==How do I control what items appear in my newsflashes?==&lt;br /&gt;
&lt;br /&gt;
Newsflash is a module that displays content from specific sections and/or categories.&lt;br /&gt;
&lt;br /&gt;
* In the administrative back end from the top menu select “Modules =&amp;gt; Site Modules”.&lt;br /&gt;
* Click on “Newsflash” to edit the module.&lt;br /&gt;
* Go to the parameters section of the page.&lt;br /&gt;
* Next to the “Category” parameter click on the drop down menu to select which category of content items will be displayed by this module.  (In older versions of Joomla! the section and/or category id numbers have to be manually entered).&lt;br /&gt;
* Click the &amp;quot;Save&amp;quot; button to make your changes permanent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How do I change the image(s) in my template?==&lt;br /&gt;
&lt;br /&gt;
One common template change is to use your own graphic/image. Simple graphics (not banners) are usually linked in your template&#039;s html file. Simply change the reference to the image of your choice in the your template&#039;s html file. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
In the adminstrative interface do this by going to Site =&amp;gt;Template manager and then selecting your template. Click the icon for html.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the administrative interface do this by going to Extensions =&amp;gt;Templates. &lt;br /&gt;
&lt;br /&gt;
Select the template you want to modify and click edit. Then click the icon for html.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Keep in mind that if it is a different size than the original image this may change the appearance of the site in unexpected ways.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additional information:&lt;br /&gt;
&lt;br /&gt;
The images for a given template are generally located in this folder:&lt;br /&gt;
/templates/templatename/images (Substitute the name of the template you are using in place of &amp;quot;templatename&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
A trick for finding the name of the image is to put your cursor over it and click right. Select view image. This will display the image and give its full url. Sometimes the images are background images. This is viewable in Firefox or you can look for the background tag in your page source.&lt;br /&gt;
&lt;br /&gt;
How to upload an image:&lt;br /&gt;
&lt;br /&gt;
There are many ways to upload images. Which one you use will depend on your host and server.&lt;br /&gt;
&lt;br /&gt;
1. You can use the media manager.&lt;br /&gt;
2. You can use an FTP client.&lt;br /&gt;
3. You can use a cPanel file manager.&lt;br /&gt;
4. You can use various extensions that allow uploading.&lt;br /&gt;
&lt;br /&gt;
==How do I change the introductory text for weblinks?==&lt;br /&gt;
&lt;br /&gt;
By default Joomla! 1.0.x uses the &#039;We are out on the web ...&amp;quot; introductory text. If you wish to change you have two options.&lt;br /&gt;
1. In your menu link to the weblinks component, add introductory text to the parameters. This replaces the default text. Note: to see all of the parameters you need to create the component link and then edit it.&lt;br /&gt;
&lt;br /&gt;
2. Change your language file (e.g. english.php). It is found in _WEBLINKS_DESC.&lt;br /&gt;
&lt;br /&gt;
==Why cannot I edit my content from the front end?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The most common cause of this problem is the item is &amp;quot;checked out.&amp;quot; Either the item is being edited by another user or (more commonly) that the last time someone opened (edited) the file it was not closed properly (or saved).&lt;br /&gt;
&lt;br /&gt;
If you were the person that last edited the article, log into the back end of the site, go to the content manager and find the article in question. It will have a lock next to its name. Open the file and then save it (or cancel). When the content list is reloaded the lock should be gone.&lt;br /&gt;
&lt;br /&gt;
Alternatively, someone with superadministrator privileges can use Global Checkin to checkin all checked out items. If using this option, make sure that no one is actively editing a file or their work may be lost.&lt;br /&gt;
&lt;br /&gt;
It is possible to check in your own items that you may have accidentally locked if a link to checkin is available. This may be called something else. You can add this link to a menu by creating a URL link like this: index.php?option=com_user&amp;amp;task=CheckIn&lt;br /&gt;
&lt;br /&gt;
Note: It is important that whenever you open an article for editing you should close it using either &amp;quot;save&amp;quot; (floppy icon) or &amp;quot;cancel&amp;quot; (red x icon) when finished with your edits. Failure to do so will cause this lock as described above.&lt;br /&gt;
&lt;br /&gt;
==How do I link from inside content to another content item?==&lt;br /&gt;
&lt;br /&gt;
The simple answer is that you get the page URL you want to link to and then make a link using whatever text editor you are using or (if you have no wysiwyg) with html.&lt;br /&gt;
&lt;br /&gt;
The more complicated answer is that some text editors have fancier links managers.  A number of these editors are available in the Joomla! Extensions Directory.&lt;br /&gt;
&lt;br /&gt;
==How is access control set up in Joomla!?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Joomla! has a limited access control system. By default there are the following groups:&lt;br /&gt;
Front End Only&lt;br /&gt;
&lt;br /&gt;
    * Public&lt;br /&gt;
    * Registered&lt;br /&gt;
    * Author&lt;br /&gt;
    * Publisher&lt;br /&gt;
&lt;br /&gt;
Back End&lt;br /&gt;
&lt;br /&gt;
    * Manager&lt;br /&gt;
    * Administrator&lt;br /&gt;
    * Super Administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are two basic ways that access control is used:&lt;br /&gt;
&lt;br /&gt;
    * To control the ability of users to see modules, content and menu items;&lt;br /&gt;
    * To control the actions that users can take.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Access to content, modules and menu links&lt;br /&gt;
&lt;br /&gt;
All groups except Public and Registered are considered &amp;quot;Special.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When creating content or setting parameters for modules, you can set access to: Public, Registered or Special.&lt;br /&gt;
&lt;br /&gt;
These groups are hierarchical. Groups further down the list have all the rights of those above them.&lt;br /&gt;
&lt;br /&gt;
Control of privileges to create and edit content and modify administrative settings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Group 	Front End 	Back End&lt;br /&gt;
Public 	Can view pubic pages 	None&lt;br /&gt;
Registered 	Same permissions as &amp;quot;Public&amp;quot; plus can view content and modules limited to registered. Can submit weblinks 	None&lt;br /&gt;
Author 	Same permissions as &amp;quot;Registered&amp;quot; plus can submit but not publish content. 	None&lt;br /&gt;
Editor 	Same permissions as &amp;quot;Author&amp;quot; plus edit any content. 	None&lt;br /&gt;
Publisher 	Same permissions as &amp;quot;Publisher&amp;quot; plus can publish and edit any content. 	None&lt;br /&gt;
Manager 	Same permissions as as &amp;quot;Publisher&amp;quot; 	Limited&lt;br /&gt;
Administrator 	Same permissions as &amp;quot;Publisher&amp;quot; 	Most privileges&lt;br /&gt;
Super Administrator 	Same permissions as &amp;quot;Publisher&amp;quot; 	All privileges&lt;br /&gt;
Each group can view the content and modules at the same level or above on this table.&lt;br /&gt;
&lt;br /&gt;
There is no way to create additional access groups without modifying Joomla!&#039;s core files.&lt;br /&gt;
&lt;br /&gt;
There are some extensions available which provide additional access control capabilities.&lt;br /&gt;
&lt;br /&gt;
You can learn more about access control here:&lt;br /&gt;
&lt;br /&gt;
http://help.joomla.org/images/User_manual/joomal_users_manual_combined.pdf&lt;br /&gt;
&lt;br /&gt;
==Where are the web pages?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you are coming from a traditional website made up of separate html pages, you may well wonder where the pages are.&lt;br /&gt;
&lt;br /&gt;
In Joomla! almost everything that you would normally think of as a web page is actually stored in a MySQL database. When you create a new page, your content is stored in a database record, not in a separate file.&lt;br /&gt;
&lt;br /&gt;
Then when your site is viewed, Joomla! calls up different items from your database and puts them together to make what is displayed to the user.&lt;br /&gt;
&lt;br /&gt;
One exception is that your images are usually stored in the images directory and not the database.&lt;br /&gt;
&lt;br /&gt;
Your MySQL database usually is created by you during the installation process (unless you use a Fantastico or a similar installer that will create the database automatically). If you have a control panel on a linux host, you can usually access MySQL through a program called phpAdmin. This will allow you to view your database.&lt;br /&gt;
&lt;br /&gt;
==What determines what is shown on my frontpage?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Frontpage is a component that is part of the core of Joomla!, like the front page of a newspaper, it shows (usually) multiple pieces of content arranged in some way.&lt;br /&gt;
&lt;br /&gt;
When you install Joomla! the front page component is by default set as the homepage of your site (that is it is the first link on your Main Menu) but front page does not have to be your &amp;quot;home&amp;quot; page.&lt;br /&gt;
&lt;br /&gt;
What exactly appears on the front page and how it is laid out is controlled in two ways. First, if you open the menu link in your menu manager in the back end there are numerous parameters that control the number of items shown, the number of columns etc.&lt;br /&gt;
&lt;br /&gt;
To control which items are shown you must also indicate that an item should be placed on the front page by editing the parameters for the content item. In the back end this will be indicated by an icon in the front page column of the list of content items/articles.&lt;br /&gt;
&lt;br /&gt;
In addition, you can use the front page manager (in the content menu of the backend) to control the publication dates and other variables for content items that are on the front page.&lt;br /&gt;
&lt;br /&gt;
==What determines my home page?==&lt;br /&gt;
&lt;br /&gt;
Your &amp;quot;homepage&amp;quot; in a traditional html site--the page that shows when you type mydomain.com for example-- would be the page displaying that is in the index.html file.&lt;br /&gt;
&lt;br /&gt;
Joomla! is a database driven CMS so it does not have html pages, but rather pulls up the pieces of pages from a mysql database.&lt;br /&gt;
&lt;br /&gt;
When you install Joomla! by default it has a menu link to the frontpage component as the home page. However, any content or component or other link can be used as the &amp;quot;home&amp;quot; page. The default page is controlled using the Main Menu.&lt;br /&gt;
&lt;br /&gt;
Changing the default page.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;page&amp;quot; that shows when a user navigates to mydomain.com is the page created by clicking on the first link on the Main Menu. The link can be called anything (Home, Bob it does not matter), that is the page that will show.&lt;br /&gt;
&lt;br /&gt;
This menu can be displayed anywhere and can be displayed vertically or horizontally or not at all. The menu does not even need to be published.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;page&amp;quot; that shows is determined by the Main Menu. Go to Menu ==&amp;gt;Main Menu. Select the item you would like as the homepage and click the default icon.&lt;br /&gt;
&lt;br /&gt;
==What are section, categories, content items and articles?==&lt;br /&gt;
&lt;br /&gt;
Joomla! is a content management system. Sections and categories allow you to organize your content.&lt;br /&gt;
&lt;br /&gt;
The basic structure is:&lt;br /&gt;
Sections include Categories.&lt;br /&gt;
Categories include content items (1.0)/articles (1.5).&lt;br /&gt;
&lt;br /&gt;
Section A&lt;br /&gt;
  Category A1&lt;br /&gt;
                  content items/articles&lt;br /&gt;
  Category A2&lt;br /&gt;
                  content items/articles&lt;br /&gt;
  Category A3&lt;br /&gt;
                  content items/articles&lt;br /&gt;
&lt;br /&gt;
 Section B&lt;br /&gt;
  Category B1&lt;br /&gt;
                  content items&lt;br /&gt;
  Category B2&lt;br /&gt;
                  content items&lt;br /&gt;
  Category B3&lt;br /&gt;
                  content items&lt;br /&gt;
&lt;br /&gt;
 Section C&lt;br /&gt;
&lt;br /&gt;
  Category C1&lt;br /&gt;
                  content items&lt;br /&gt;
  Category C2&lt;br /&gt;
                  content items&lt;br /&gt;
  Category C3&lt;br /&gt;
                  content items&lt;br /&gt;
&lt;br /&gt;
The content items/articles are what you would think of as web pages in a traditional html site.&lt;br /&gt;
&lt;br /&gt;
Both section and category &amp;quot;pages&amp;quot; can be created to serve (more or less) as the home pages for the categories and sections, respectively.&lt;br /&gt;
&lt;br /&gt;
Although it makes sense to organize your work into categories and sections, you do not need to show these to your users. Using your menus, you can link directly to sections, categories and content items. You can also select numerous options for the display of content associated with each type of link.&lt;br /&gt;
&lt;br /&gt;
==What are components, modules, mambots and plugins?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Components&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Content elements or applications that are usually displayed in the center of the main content area of a template. This depends on the design of the template in use. Components are core elements of Joomla!’s functionality. These core elements include Content, Banners, Contact, News Feeds, Polls and Web Links. Members of the Joomla! community produce third party Joomla! components on a continuous basis. They are freely available to download from http://extensions.joomla.org/ and a number of other web sites. See also Modules.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Plugins and Mambots&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Plugins and mambots are the same thing. Plugin is the term used in 1.5 while mambot is used in 1.0.&lt;br /&gt;
&lt;br /&gt;
A plugin or mambot is a small, task-oriented function that intercepts content before it is displayed and manipulates it in some way. Joomla! provides a number of Mambots in the core distribution, e.g. WYSIWYG editors, but there are many other mambots available for specific tasks. Some 3rd Party developer components have their own mambots which need to be installed in order to make the component work properly.&lt;br /&gt;
In Joomla! 1.5 mambots will be renamed plugins.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Modules&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modules extend the capabilities of Joomla! giving the software new functionality. Modules are small content items that can be displayed anywhere that your template allows it to be displayed by assigning them to positions and pages through the module manager in the administrative interface. Modules are installed in the Admin Section. Joomla! modules may include: Main Menu, Top menu, Template Chooser, Polls, Newsflash, Hit Counter, etc. Members of the Joomla! Community produce Joomla! modules on a continuous basis. Many are freely available at http://forge.joomla.org/ for download.&lt;br /&gt;
&lt;br /&gt;
In addition, some 3rd party components, modules and mambots themselves have plugins.&lt;br /&gt;
&lt;br /&gt;
==How do I change the favicon?==&lt;br /&gt;
&lt;br /&gt;
Favicon is the favorites icon that is associated with your site and appears in the browser address bar. Both Joomla! 1.0.x and 1.5.x come with a default favicon that displays the Joomla! Logo. You may change that as long as your new favicon is in the ICO format and sized 16×16 pixels. Here&#039;s how to do it:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Upload your new favicon into Joomla!&#039;s /images/ folder.&lt;br /&gt;
* Delete Joomla!&#039;s default /images/favicon.ico file and rename your file into favicon.ico OR&lt;br /&gt;
* Go to your site&#039;s back-end and change the name of the favicon file that&#039;s being loaded at Site &amp;gt; Global Configuration &amp;gt; Site &amp;gt; Favourites Site Icon (make sure configuration.php is writable before you commit your changes).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unlike the 1.0.x series, the only name you are allowed to use for your favicon is favicon.ico but you are offered the flexibility to associate different favicons with different templates. You only need to upload your favicon.ico into the main folders of your front-end and back-end templates, which are found in the /templates/ and the /administrator/templates/ folders respectively, overwriting any favicon files that came with your templates.&lt;br /&gt;
&lt;br /&gt;
However, if you&#039;d rather use a single favicon.ico for all your templates, just upload it into Joomla!&#039;s main folder (that&#039;s where your index.php resides) and into the /administrator/ folder. Make sure you delete all favicon.ico files found in the template folders mentioned above because Joomla! will check your template folder first for the favicon.ico file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To see the new favicon you will need to empty your browser cache.&lt;br /&gt;
&lt;br /&gt;
==Why do the pop ups in my WYSIWYG editor not work or show gibberish?==&lt;br /&gt;
&lt;br /&gt;
Depending on the editor, this problem may occur when trying to edit the html, insert tables or perform a similar function that requires javascript.&lt;br /&gt;
&lt;br /&gt;
Most likely the problem with the livesite...&lt;br /&gt;
&lt;br /&gt;
You look in your site configuration (General Configuration, select the Server tab) you will see that the livesite is given. Usually it is either www.mydomain.com or mydomain.com.&lt;br /&gt;
&lt;br /&gt;
When you log into your site, you must log in from the exact livesite. if you don&#039;t the javascript in your editor will not work.&lt;br /&gt;
&lt;br /&gt;
One way to deal with this is to put a redirect from, for example, mydomain.com to www.mydomain.com so that you and your users always login from the correct url. You can do this with .htaccess.&lt;br /&gt;
&lt;br /&gt;
==What are positions?==&lt;br /&gt;
&lt;br /&gt;
Site templates divides the &amp;quot;pages&amp;quot; displayed on a site into a series of positions, each with a different name.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039; &lt;br /&gt;
You can view the location of positions in your default template from the administrator go to Site =&amp;gt;Preview=&amp;gt;Inline with Positions.&lt;br /&gt;
&lt;br /&gt;
You can only preview the default template.&lt;br /&gt;
&lt;br /&gt;
You can annotate your positions through the administrator (backend). Go to Site=&amp;gt;Template Manage=&amp;gt;Module Positions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Extensions =&amp;gt; Templates.&lt;br /&gt;
Select the template you wish to preview and click the edit icon.&lt;br /&gt;
Click the preview icon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can add or remove positions by modifying your template html.&lt;br /&gt;
&lt;br /&gt;
You assign a module to a position using the module manager.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
Modules=&amp;gt;Site Modules==&amp;gt;edit the module&lt;br /&gt;
On the left side of the page, on the third line, there is a drop down menu that lets you select the position.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
In the module manager, edit the module. In the left column select all, none or the specific pages you would like it to appear on.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
Modules that are not pubished (1.0) or enabled (1.5) will not display.&lt;br /&gt;
Modules can be assigned to unused positions (positions not in the template) if you want to have them published but not displayed in a position (for example, if you want to display a module in content using {mosloadposition} (1.0) or {loadposition} (1.5)).&lt;br /&gt;
Multiple modules may be assigned to the same position. They will be displayed in the order shown for modules in that position in the module manager.&lt;br /&gt;
If you want to display a module in more than one position, use the module manager to create another copy. &lt;br /&gt;
1.0 copy the module and assign the copy to the second position. &lt;br /&gt;
1.5 use the new icon and create another instance of the module.&lt;br /&gt;
&lt;br /&gt;
==Why are the backgrounds of my WYSIWYG editor fields colored?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 The simple answer as to why this happens is in the term &#039;WYSIWYG&#039;. Content editors like TinyMCE attempt to allow users to see what the text they&#039;re entering will look like when it appears on the front-end of the website. To this end, they show the text against the color or image specified in the template_css.css file of whatever template the front-end of the website is using.&lt;br /&gt;
&lt;br /&gt;
This often presents a problem for users when their website is designed to appear as a lighter content pane floating over  a darker-colored background. The darker background is what appears in the editor windows, making the text almost impossible to see. In such cases, it may be necessary to tell the editor not to use the template_css.css file as a reference, but rather to use a different css file instead.&lt;br /&gt;
&lt;br /&gt;
Note [added by mod]: Some editors (such as JCE and FCK) have configuration interfaces that allow you to override the template_css file or to ignore template classes. You may wish to explore this option before trying the solution below.&lt;br /&gt;
&lt;br /&gt;
Step 1: Create a customized CSS file.&lt;br /&gt;
The first thing you&#039;ll need to do is to write a customized .css file for your editor. It doesn&#039;t have to be very complicated, and you can use the file below for reference (Many thanks to jxl, who wrote the sample file).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Changes to the image urls would be need to use this file in 1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 /* CSS Document */&lt;br /&gt;
&lt;br /&gt;
 /* Editor Assigned Styles */&lt;br /&gt;
 /*make sure that any styles you put here also exist in your template_css.css file or they will have no effect in the front end */&lt;br /&gt;
&lt;br /&gt;
 p.rightalign {&lt;br /&gt;
 text-align: right; &lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 .red {&lt;br /&gt;
 color: #c00;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 .green {&lt;br /&gt;
 color: #0c0;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 .highlight {&lt;br /&gt;
 background-color: Yellow;&lt;br /&gt;
 color: Blue;&lt;br /&gt;
 padding: 0;&lt;br /&gt;
 }&lt;br /&gt;
 p.code {&lt;br /&gt;
 background-color: #ddd;&lt;br /&gt;
 border: 1px solid #bbb;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 .small {&lt;br /&gt;
 color: #999999;&lt;br /&gt;
 font-size: 10px;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 /* Body Tag for Background Color and Font Specs. */&lt;br /&gt;
&lt;br /&gt;
 body {&lt;br /&gt;
 font-family: Arial, Helvetica, Sans Serif;&lt;br /&gt;
 font-size: 12px;&lt;br /&gt;
 color: #333333;&lt;br /&gt;
 background: #ffffff;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 /* Optional Basic Stuff you can use to make everything look like it does on the site itself */&lt;br /&gt;
 /* you can get this stuff right out of your template_css.css file, or you can just leave it out */&lt;br /&gt;
&lt;br /&gt;
 ul&lt;br /&gt;
 {&lt;br /&gt;
 margin: 0;&lt;br /&gt;
 padding: 0;&lt;br /&gt;
 list-style: none;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 li&lt;br /&gt;
 {&lt;br /&gt;
 line-height: 16px;&lt;br /&gt;
 padding-left: 16px;&lt;br /&gt;
 padding-top: 0px;&lt;br /&gt;
 background-image: url(../images/arrow.png); /* use the real image path that you have on your site. An absolute path is   OK */&lt;br /&gt;
 background-repeat: no-repeat;&lt;br /&gt;
 background-position: 0px 2px;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 td {&lt;br /&gt;
 text-align: left;&lt;br /&gt;
 font-size: 12px;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 a, a:link, a:visited {&lt;br /&gt;
 color: #c64934; text-decoration: none;&lt;br /&gt;
 font-weight: bold;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 a:hover {&lt;br /&gt;
 color: #900; text-decoration: none;&lt;br /&gt;
 font-weight: bold;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Make careful note of the comments in the file above. The first section is comprised of text classes; you&#039;ll want to go into your template&#039;s template_css.css file and find the text classes (.highlight, .small, etc.) it specifies that you&#039;ll be likely to use in your content and make sure to copy them into the editor_content.css file as well. The same is true of the styles defined in the last section (a:hover, td, ul, etc.).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The key part that fixes the background issue is the &#039;body&#039; style specified in the middle. You can change parts of this to match your template if you like, but leave the &#039;background&#039; rule set to #FFFFFF. This will make the editor windows white, as opposed to the dark background color of your site template.&lt;br /&gt;
&lt;br /&gt;
Incidentally, if your website uses a background IMAGE in addition to a color, the same thing applies.&lt;br /&gt;
&lt;br /&gt;
Also, if this is too much work, you CAN just copy and paste your template&#039;s template_css.css file into a new CSS file and change the BODY style so that the background is set to #FFFFFF. This is less neat and orderly, but you&#039;ll be sure you have all of the classes and such defined properly this way.&lt;br /&gt;
&lt;br /&gt;
When you&#039;ve finished, save your new CSS file as editor_content.css&lt;br /&gt;
&lt;br /&gt;
Step 2: Upload your CSS file to the correct directory.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll use an FTP client for this, which hopefully you&#039;re already doing. If Joomla! is in a separate folder, you&#039;ll navigate to:&lt;br /&gt;
&lt;br /&gt;
joomla/templates/[the template you&#039;re using]/css/&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t have Joomla! in a separate folder, just go to whatever directory houses your Joomla! files. The key is to make sure you&#039;re in the correct front-end template folder for your website. Upload your editor_content.css file to the CSS folder under this template directory.&lt;br /&gt;
&lt;br /&gt;
Note that in most cases, the only other file in this directory is a file called &#039;template_css.css&#039;. If you see that file, you&#039;re probably in the right place. Also, note that there is a &#039;css&#039; directory in joomla/templates/ as well, but this IS NOT the directory you&#039;re looking for. You want the css directory under the template you&#039;re using.&lt;br /&gt;
&lt;br /&gt;
Step 3: Point your Editor to the new CSS.&lt;br /&gt;
&lt;br /&gt;
Now go back to your site and into the administration area. Click on &#039;Mambots&amp;quot; and &amp;quot;Site Mambots&amp;quot; to see the list of Mambots currently in use in your website. Check TinyMCE WYSIWYG (or whatever WYSIWYG editor you&#039;re using) and then &#039;Edit&#039; to open the editing pane for the editor.&lt;br /&gt;
&lt;br /&gt;
Look to the right side under &#039;Parameters&#039; and scroll down until you see the option entitled &#039;Template CSS Classes&#039;. Click the radio button to &#039;no&#039;. Right under this is a field entitled &#039;Custom CSS Classes&#039;. In this field type:&lt;br /&gt;
&lt;br /&gt;
templates/[template you&#039;re using]/css/editor_content.css&lt;br /&gt;
&lt;br /&gt;
Then save and exit.&lt;br /&gt;
&lt;br /&gt;
This should correct the background issue in your editor. If it doesn&#039;t, you&#039;ve either set up your editor_content.css file incorrectly or you&#039;ve uploaded the file to the wrong directory.&lt;br /&gt;
&lt;br /&gt;
==How do you install an extension?==&lt;br /&gt;
&lt;br /&gt;
Before starting it always is wise to read the documentation associated with an extension. Most extensions have homepages and forums, and it is a good idea to look at them first. If there is a README file included with the extension, you should read it.&lt;br /&gt;
&lt;br /&gt;
For most extensions and most users, the procedure will be:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Download the extension to your local machine&lt;br /&gt;
* From the backend of your joomla site (adminsitration) select Installers and then the type of extension (module, component, mambot/plugin, site template, administrative template, language&lt;br /&gt;
* Browse for the package file&lt;br /&gt;
* Click the install icon&lt;br /&gt;
* Follow any instructions&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Download the extension to your local machine&lt;br /&gt;
* From the backend of your joomla site (adminsitration) select Extensions.&lt;br /&gt;
* Browse for the package file&lt;br /&gt;
* Click the install icon&lt;br /&gt;
* Follow any instructions&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are some situations in which this procedure will not work.&lt;br /&gt;
&lt;br /&gt;
Sometimes you need to unzip the file locally prior to installing. If you get an error saying that the file is not in the correct format, the need to unzip is a common cause of this. After unzipping try installing the individual items. Note that the files you upload using the installed still need to be zipped.&lt;br /&gt;
&lt;br /&gt;
Sometimes you cannot use the automated installer. For example, very large extensions may exceed the maximum upload size allowed by your host.&lt;br /&gt;
&lt;br /&gt;
In this case, unzip all of the files locally. Then transfer the files to a folder in the the install directory(for example  administrator/components/com_installer/components) for the type of extension you are installing (using FTP). Then use the installer, but select &amp;quot;install from directory&amp;quot; indicating the correct folder name.&lt;br /&gt;
&lt;br /&gt;
For modules and mambots/plugins to work, you must make sure that they are pubished (1.0) or enabled (1.5).&lt;br /&gt;
&lt;br /&gt;
==Why doesn&#039;t the pdf of my page show the images?==&lt;br /&gt;
&lt;br /&gt;
Images are not supported in Joomla! 1.0.x in the pdf creation script. Images are supported in Joomla! 1.5.&lt;br /&gt;
&lt;br /&gt;
==How do I make a menu link that is not clickable?==&lt;br /&gt;
&lt;br /&gt;
To make a menu link that does not connect to anything (is not clickable) use the link type Separator/Placeholder&lt;br /&gt;
&lt;br /&gt;
==What does a simple Joomla! installation include?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you simply install Joomla! without any modifications or extensions, the following (incomplete) list of features will be included.&lt;br /&gt;
&lt;br /&gt;
* Content component which allows creation and display of &amp;quot;content items&amp;quot; usually in the middle of the page.&lt;br /&gt;
* Front page component, which displays multiple recent content items designated as &amp;quot;front page&amp;quot; in the content manager. Configurable for layout and number of items.&lt;br /&gt;
* Weblinks component for entering and displaying a list of weblinks.&lt;br /&gt;
* Media manager for uploading and managing images and other media.&lt;br /&gt;
* User manager (administrative end) and user registration module (front end).&lt;br /&gt;
* Newsflash module for displaying specific content items as &amp;quot;newsflashes.&amp;quot;&lt;br /&gt;
* Modules for latest items, most popular, and related items.&lt;br /&gt;
* A simple poll component&lt;br /&gt;
* A menu system&lt;br /&gt;
* A choice of several templates for your site[/li]&lt;br /&gt;
* Installers for third party extensions (templates, components, modules and plugins/mambots).&lt;br /&gt;
* The TinyMCE wysiwyg editor. 1.5 Also includes xStandard Lite&lt;br /&gt;
* Administrative interface for managing your site&lt;/div&gt;</summary>
		<author><name>Newbee</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Archived:Starting_with_Joomla!_FAQs&amp;diff=2078</id>
		<title>Archived:Starting with Joomla! FAQs</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Archived:Starting_with_Joomla!_FAQs&amp;diff=2078"/>
		<updated>2008-01-21T15:42:43Z</updated>

		<summary type="html">&lt;p&gt;Newbee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{inuse}}&lt;br /&gt;
&lt;br /&gt;
==What license is Joomla! released under?==&lt;br /&gt;
&lt;br /&gt;
Joomla! is released under the GPL (Gnu General Public License 2).&lt;br /&gt;
&lt;br /&gt;
Details of the GPL can be found here: http://www.gnu.org/licenses/gpl.html. &lt;br /&gt;
&lt;br /&gt;
==What do the locks mean? How do I get rid of them?==&lt;br /&gt;
&lt;br /&gt;
At any given time you may see a padlock  next to a specific item in Joomla!&#039;s administrative backend. These padlocks may be displayed next to any of the following (Content Items, Menu Items, Modules, etc).&lt;br /&gt;
&lt;br /&gt;
The Joomla! system places these padlocks next an item to indicate that a user is currently editing (checked out) the item. The lock is removed by the sytem when the user clicks on the &amp;quot;Save&amp;quot; button for that item.&lt;br /&gt;
If the user never clicks save and instead hits the &amp;quot;Back&amp;quot; button or naviagtes to another page, then the item stays locked. If another user needs to work with the item he or she must have the item checked back in before the can work.&lt;br /&gt;
&lt;br /&gt;
There are two ways of checking items back in. One way is to contact the person that has the item checked out to see if they are done with the item.&lt;br /&gt;
&lt;br /&gt;
The other option utilizes the administrative back end;&lt;br /&gt;
Click on &amp;quot;System =&amp;gt; Global check in&amp;quot;&lt;br /&gt;
This option should be used very carefully, especially in multi-user environments. This single action checks in all previously checked out items, whether they were checked out by you or not. Possible undesirable side effects may be that multiple editors end up working on the same document.&lt;br /&gt;
In this case who ever clicks the save button last has their version saved as the final copy. &lt;br /&gt;
&lt;br /&gt;
==How do I eliminate the pathway or breadcrumbs?==&lt;br /&gt;
&lt;br /&gt;
The pathway or breadcrumb is a hierarchical trail that shows your current location on the site. The breadcrumb follows the Section, Catgory, Content Item hierarchy and a site&#039;s home page is always listed as the root of the hierarchy as &amp;quot;Home&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
An example is as follows; You are currently reading a content item &amp;quot;New Page&amp;quot;. This content item is a member of the &amp;quot;Pages &amp;quot; category. In the turn the pages category is a member of the &amp;quot;Books&amp;quot; section. In this case the breadcrumb for that page would look like: &amp;quot;Home &amp;gt;&amp;gt; Books &amp;gt;&amp;gt; Pages &amp;gt;&amp;gt; New Page&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you wish to eliminate the pathway entirely, edit your template html (index) file. Usually it will look like this:&lt;br /&gt;
  &amp;lt;div id=&amp;quot;pathway&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;?php mosPathWay(); ?&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you wish to eliminate it on a specific page, such as just the home page, you can modify the template in this way:&lt;br /&gt;
  New line:if($option != &amp;quot;&amp;quot; &amp;amp;&amp;amp; $option != &amp;quot;com_frontpage&amp;quot;)&lt;br /&gt;
  New line:{&lt;br /&gt;
  New line:?&amp;gt;&lt;br /&gt;
  Existing:&amp;lt;div id=&amp;quot;pathway&amp;quot;&amp;gt;&lt;br /&gt;
  Existing:&amp;lt;?php mosPathWay(); ?&amp;gt;&lt;br /&gt;
  Existing:&amp;lt;/div&amp;gt;&lt;br /&gt;
  New line:}&lt;br /&gt;
  New line:?&amp;gt;&lt;br /&gt;
Understanding: The first line says that if the option in the url does not equal com_frontpage (!=&amp;quot;com_frontpage&amp;quot;) display the pathway. In php ! means not.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Breadcrumbs are in the breadcrumbs module. To eliminate them, disable the module.&lt;br /&gt;
&lt;br /&gt;
==How do I exit the wrapper?==&lt;br /&gt;
&lt;br /&gt;
(needs permission or rewrite)&lt;br /&gt;
&lt;br /&gt;
==How do I get rid of the News Flash or other module?==&lt;br /&gt;
&lt;br /&gt;
To disable the news flash (or any other) module from being displayed on the front end of the website, you first need to log in to the administrative backend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Once in the back end, on the top menu click Modules =&amp;gt; Site Modules.&lt;br /&gt;
* Locate the Newsflash module. You may need to navigate to another page as there are many modules and they are not all displayed on the first page.&lt;br /&gt;
* Click the &amp;quot;Next&amp;quot; or &amp;quot;Previous&amp;quot; links at the button of the page until the module is located.&lt;br /&gt;
* Once the module is located, click on the icon next for this module name in the &amp;quot;Published&amp;quot; column.&lt;br /&gt;
&lt;br /&gt;
The icon should change to a red &amp;quot;X&amp;quot; which indicates that the module is now unpublished and invisible on the site’s front end.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Once in the back end, go to Extensions, Module Manager&lt;br /&gt;
*Locate the newsflash or other module&lt;br /&gt;
*Once the module is located, click on the icon next for this module name in the &amp;quot;Enabled&amp;quot; column.&lt;br /&gt;
&lt;br /&gt;
==How do I remove the page title from the front page of my site?==&lt;br /&gt;
&lt;br /&gt;
(needs permission or rewrite)&lt;br /&gt;
&lt;br /&gt;
==How do I find an extension to do [fill in the blank]?==&lt;br /&gt;
&lt;br /&gt;
The official Joomla! extensions site: http://extensions.joomla.org/ is the main source for extensions.&lt;br /&gt;
&lt;br /&gt;
If you cannot find what you need there, you should also search the Joomla! Extensions Directory Forum.&lt;br /&gt;
&lt;br /&gt;
If you still can&#039;t find the right component then you should post a request or question in the Extensions Directory forum.&lt;br /&gt;
&lt;br /&gt;
1.5 forum: http://forum.joomla.org/index.php/board,470.0.html&lt;br /&gt;
&lt;br /&gt;
1.0 forum: http://forum.joomla.org/index.php/board,465.0.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Can content items be assigned to multiple categories or sections?==&lt;br /&gt;
&lt;br /&gt;
No, content items cannot be assigned to multiple categories or sections. In Joomla! 1.0.x content items are restricted to a single category in a single section.&lt;br /&gt;
&lt;br /&gt;
To have the same content in several sections or categories you must make separate content items for each category.&lt;br /&gt;
&lt;br /&gt;
Workarounds include using menus rather than dynamic lists of content items and using various third party extensions that simulate assignment to multiple categories.&lt;br /&gt;
&lt;br /&gt;
==How do I control what items appear in my newsflashes?==&lt;br /&gt;
&lt;br /&gt;
Newsflash is a module that displays content from specific sections and/or categories.&lt;br /&gt;
&lt;br /&gt;
* In the administrative back end from the top menu select “Modules =&amp;gt; Site Modules”.&lt;br /&gt;
* Click on “Newsflash” to edit the module.&lt;br /&gt;
* Go to the parameters section of the page.&lt;br /&gt;
* Next to the “Category” parameter click on the drop down menu to select which category of content items will be displayed by this module.  (In older versions of Joomla! You need to manually enter the section and/or category id numbers).&lt;br /&gt;
* Click the save button to make your changes permanent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How do I change the image(s) in my template?==&lt;br /&gt;
&lt;br /&gt;
One common template change is to use your own graphic/image. Simple graphics (not banners) are usually linked in the html file of your template. Simply change the reference to the image of your choice in the html file of your template. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
In the adminsitrative interface do this by going to Site =&amp;gt;Template manager and then selecting your template. Click the icon for html.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the administrative interface do this by going to Extensions&amp;gt;Templates. &lt;br /&gt;
&lt;br /&gt;
Select the template you want to modify and click edit. Then click the icon for html.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Keep in mind that it if it is a different size than the original image this may change the appearance of the site in unexpected ways.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additional information:&lt;br /&gt;
&lt;br /&gt;
The images for a given template are generally located in this folder:&lt;br /&gt;
/templates/templatename/images (Substitute the name of the template you are using in place of &amp;quot;templatename&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
A trick for finding the name of the image is to put your cursor over it and click right. Select view image. This will display the image and give its full url. Sometimes the images are background images. This is viewable in Firefox or you can look for the background tag in your page source.&lt;br /&gt;
&lt;br /&gt;
How to upload an image:&lt;br /&gt;
&lt;br /&gt;
There are many ways to upload images. Which one you use will depend on your host and server.&lt;br /&gt;
&lt;br /&gt;
1. You can use the media manager.&lt;br /&gt;
2. You can use an ftp client.&lt;br /&gt;
3. You can use a cpanel file manager.&lt;br /&gt;
4. You can use various extensions that allow uploading.&lt;br /&gt;
&lt;br /&gt;
==How do I change the introductory text for weblinks?==&lt;br /&gt;
&lt;br /&gt;
By default Joomla! 1.0.x uses the &#039;We are out on the web ...&amp;quot; introductory text. If you wish to change you have two options.&lt;br /&gt;
1. In your menu link to the weblinks component, add introductory text to the parameters. This replaces the default text. Note, to see all of the parameters you need to create the component link, then edit it.&lt;br /&gt;
&lt;br /&gt;
2. Change your language file (e.g. english.php). It is found in _WEBLINKS_DESC&lt;br /&gt;
&lt;br /&gt;
==Why can&#039;t I edit my content from the front end?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The most common cause of this is that the item is &amp;quot;checked out.&amp;quot; That means that the item is either being edited by another user or (more common) that the last time someone opened (edited) the file it was not closed properly (saved).&lt;br /&gt;
&lt;br /&gt;
If you were the person that last edited the article, log into the backend of the site, go to the content manager and find the article in question. It will have a lock next to its name. Open the file and then save it (or cancel). When the content list is reloaded the lock should be gone.&lt;br /&gt;
&lt;br /&gt;
Alternatively, someone with superadministrator privleges can use Global Checkin to checkin all checked out items. If using this option, make sure that no one is actively editing a file or their work may be lost.&lt;br /&gt;
&lt;br /&gt;
It is possible to check in your own items that you may have accidentally locked if a link to checkin is available. This may be called something else. You can add this link to a menu by creating a URL link like this: index.php?option=com_user&amp;amp;task=CheckIn&lt;br /&gt;
&lt;br /&gt;
Note: It is important that whenever you open an article for editing you should close it using either &amp;quot;save&amp;quot; (floppy icon) or &amp;quot;cancel&amp;quot; (red x icon) when finished with your edits. Failure to do this so will lock as described above.&lt;br /&gt;
&lt;br /&gt;
==How do I link from inside content to another content item?==&lt;br /&gt;
&lt;br /&gt;
The simple answer is that you get the URL for the page you want to link to. Then you make a link using whatever editor you are using or with html if you have nowysiwyg.&lt;br /&gt;
&lt;br /&gt;
The more complicated answer is that some editors have fancier links managers.  A number of these editors are available in the Joomla! Extensions Directory.&lt;br /&gt;
&lt;br /&gt;
==How is access control set up in Joomla!?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Joomla! has a limited access control system. By default there are the following groups:&lt;br /&gt;
Front End Only&lt;br /&gt;
&lt;br /&gt;
    * Public&lt;br /&gt;
    * Registered&lt;br /&gt;
    * Author&lt;br /&gt;
    * Publisher&lt;br /&gt;
&lt;br /&gt;
Back End&lt;br /&gt;
&lt;br /&gt;
    * Manager&lt;br /&gt;
    * Administrator&lt;br /&gt;
    * Super Administrator&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are two basic ways that access control is used:&lt;br /&gt;
&lt;br /&gt;
    * To control the ability of users to see modules, content and menu items&lt;br /&gt;
    * To control the actions that users can take.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Access to content, modules and menu links&lt;br /&gt;
&lt;br /&gt;
All groups except Public and Registered are considered &amp;quot;Special.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When creating content or setting parameters for modules, you can set access to: Public, Registered or Special.&lt;br /&gt;
&lt;br /&gt;
These groups are hierarchical. Groups further down the list have all rights of those above them.&lt;br /&gt;
&lt;br /&gt;
Control of privileges to create and edit content and modify administrative settings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Group 	Front End 	Back End&lt;br /&gt;
Public 	Can view pubic pages 	None&lt;br /&gt;
Registered 	Same permissions as &amp;quot;Public&amp;quot; plus can view content and modules limited to registered. Can submit weblinks 	None&lt;br /&gt;
Author 	Same permissions as &amp;quot;Registered&amp;quot; plus can submit but not publish content. 	None&lt;br /&gt;
Editor 	Same permissions as &amp;quot;Author&amp;quot; plus edit any content. 	None&lt;br /&gt;
Publisher 	Same permissions as &amp;quot;Publisher&amp;quot; plus can publish and edit any content. 	None&lt;br /&gt;
Manager 	Same permissions as as &amp;quot;Publisher&amp;quot; 	Limited&lt;br /&gt;
Administrator 	Same permissions as &amp;quot;Publisher&amp;quot; 	Most privileges&lt;br /&gt;
Super Administrator 	Same permissions as &amp;quot;Publisher&amp;quot; 	All privileges&lt;br /&gt;
Each group can view the content and modules at the same level or above on this table.&lt;br /&gt;
&lt;br /&gt;
There is no way to create additional access groups without modifying Joomla! core files.&lt;br /&gt;
&lt;br /&gt;
There are some extensions available which provide additional access control capabilities.&lt;br /&gt;
&lt;br /&gt;
You can learn more about access control here:&lt;br /&gt;
&lt;br /&gt;
http://help.joomla.org/images/User_manual/joomal_users_manual_combined.pdf&lt;br /&gt;
&lt;br /&gt;
==Where are the web pages?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you are coming from a traditional website made up of separate html pages, you may well wonder where the pages are.&lt;br /&gt;
&lt;br /&gt;
In Joomla! almost everything that you would normally think of as a web page is actually stored in a MySQL database. When you create a new page, your content is stored in a database record, not in a separate file.&lt;br /&gt;
&lt;br /&gt;
Then when your site is viewed, Joomla! calls up different items from your database and puts them together to make what is displayed to the user.&lt;br /&gt;
&lt;br /&gt;
One exception is that your images are usually stored in the images directory and not the database.&lt;br /&gt;
&lt;br /&gt;
Your MySQL database usually is created by you during the installation process (unless you use a Fantastico or a similar installer that will create the database automatically). If you have a control panel on a linux host, you can usually access MySQL through a program called phpAdmin. This will allow you to view your database.&lt;br /&gt;
&lt;br /&gt;
==What determines what is shown on my frontpage?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Frontpage is a component that is part of the core of Joomla!, like the front page of a newspaper, it shows (usually) multiple pieces of content arranged in some way.&lt;br /&gt;
&lt;br /&gt;
When you install Joomla! the front page component is by default set as the homepage of your site (that is it is the first link on your Main Menu) but front page does not have to be your &amp;quot;home&amp;quot; page.&lt;br /&gt;
&lt;br /&gt;
What exactly appears on the front page and how it is laid out is controlled in two ways. First, if you open the menu link in your menu manager in the backend there are numerous parameters that control the number of items shown, the number of columns etc.&lt;br /&gt;
&lt;br /&gt;
To control which items are shown you must also indicate that an item should be placed on the front page by editing the parameters for the content item. In the backend this will be indicated by an icon in the front page column of the list of content items/articles.&lt;br /&gt;
&lt;br /&gt;
In addition, you can use the front page manager (in the content menu of the backend) to control the publication dates and other variables for content items that are on the front page.&lt;br /&gt;
&lt;br /&gt;
==What determines my home page?==&lt;br /&gt;
&lt;br /&gt;
Your &amp;quot;homepage&amp;quot; in a traditional html site--the page that shows when you type mydomain.com for example-- would be the page displaying that is in the index.html file.&lt;br /&gt;
&lt;br /&gt;
Joomla! is a database driven CMS so it does not have html pages, but rather pulls up the pieces of pages from a mysql database.&lt;br /&gt;
&lt;br /&gt;
When you install Joomla! by default it has a menu link to the frontpage component as the home page. However, any content or component or other link can be used as the &amp;quot;home&amp;quot; page. The default page is controlled using the Main Menu.&lt;br /&gt;
&lt;br /&gt;
Changing the default page.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;page&amp;quot; that shows when a user navigates to mydomain.com is the page created by clicking on the first link on the Main Menu. The link can be called anything (Home, Bob it does not matter), that is the page that will show.&lt;br /&gt;
&lt;br /&gt;
This menu can be displayed anywhere and can be displayed vertically or horizontally or not at all. The menu does not even need to be published.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;page&amp;quot; that shows is determined by the Main Menu. Go to Menu ==&amp;gt;Main Menu. Select the item you would like as the homepage and click the default icon.&lt;br /&gt;
&lt;br /&gt;
==What are section, categories, content items and articles?==&lt;br /&gt;
&lt;br /&gt;
Joomla! is a content management system. Sections and categories allow you to organize your content.&lt;br /&gt;
&lt;br /&gt;
The basic structure is:&lt;br /&gt;
Sections include Categories.&lt;br /&gt;
Categories include content items (1.0)/articles (1.5).&lt;br /&gt;
&lt;br /&gt;
Section A&lt;br /&gt;
  Category A1&lt;br /&gt;
                  content items/articles&lt;br /&gt;
  Category A2&lt;br /&gt;
                  content items/articles&lt;br /&gt;
  Category A3&lt;br /&gt;
                  content items/articles&lt;br /&gt;
&lt;br /&gt;
 Section B&lt;br /&gt;
  Category B1&lt;br /&gt;
                  content items&lt;br /&gt;
  Category B2&lt;br /&gt;
                  content items&lt;br /&gt;
  Category B3&lt;br /&gt;
                  content items&lt;br /&gt;
&lt;br /&gt;
 Section C&lt;br /&gt;
&lt;br /&gt;
  Category C1&lt;br /&gt;
                  content items&lt;br /&gt;
  Category C2&lt;br /&gt;
                  content items&lt;br /&gt;
  Category C3&lt;br /&gt;
                  content items&lt;br /&gt;
&lt;br /&gt;
The content items/articles are what you would think of as web pages in a traditional html site.&lt;br /&gt;
&lt;br /&gt;
Both section and category &amp;quot;pages&amp;quot; can be created to serve (more or less) as the home pages for the categories and sections, respectively.&lt;br /&gt;
&lt;br /&gt;
Although it makes sense to organize your work into categories and sections, you do not need to show these to your users. Using your menus, you can link directly to sections, categories and content items. You can also select numerous options for the display of content associated with each type of link.&lt;br /&gt;
&lt;br /&gt;
==What are components, modules, mambots and plugins?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Components&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Content elements or applications that are usually displayed in the center of the main content area of a template. This depends on the design of the template in use. Components are core elements of Joomla!’s functionality. These core elements include Content, Banners, Contact, News Feeds, Polls and Web Links. Members of the Joomla! community produce third party Joomla! components on a continuous basis. They are freely available to download from http://extensions.joomla.org/ and a number of other web sites. See also Modules.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Plugins and Mambots&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Plugins and mambots are the same thing. Plugin is the term used in 1.5 while mambot is used in 1.0.&lt;br /&gt;
&lt;br /&gt;
A plugin or mambot is a small, task-oriented function that intercepts content before it is displayed and manipulates it in some way. Joomla! provides a number of Mambots in the core distribution, e.g. WYSIWYG editors, but there are many other mambots available for specific tasks. Some 3rd Party developer components have their own mambots which need to be installed in order to make the component work properly.&lt;br /&gt;
In Joomla! 1.5 mambots will be renamed plugins.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Modules&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modules extend the capabilities of Joomla! giving the software new functionality. Modules are small content items that can be displayed anywhere that your template allows it to be displayed by assigning them to positions and pages through the module manager in the administrative interface. Modules are installed in the Admin Section. Joomla! modules may include: Main Menu, Top menu, Template Chooser, Polls, Newsflash, Hit Counter, etc. Members of the Joomla! Community produce Joomla! modules on a continuous basis. Many are freely available at http://forge.joomla.org/ for download.&lt;br /&gt;
&lt;br /&gt;
In addition, some 3rd party components, modules and mambots themselves have plugins.&lt;br /&gt;
&lt;br /&gt;
==How do I change the favicon?==&lt;br /&gt;
&lt;br /&gt;
Favicon is the favorites icon that is associated with your site and appears in the browser address bar. Both Joomla! 1.0.x and 1.5.x come with a default favicon that displays the Joomla! Logo. You may change that as long as your new favicon is in the ICO format and sized 16×16 pixels. Here&#039;s how to do it:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Upload your new favicon into Joomla!&#039;s /images/ folder.&lt;br /&gt;
* Delete Joomla!&#039;s default /images/favicon.ico file and rename your file into favicon.ico OR&lt;br /&gt;
* Go to your site&#039;s back-end and change the name of the favicon file that&#039;s being loaded at Site &amp;gt; Global Configuration &amp;gt; Site &amp;gt; Favourites Site Icon (make sure configuration.php is writable before you commit your changes).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unlike the 1.0.x series, the only name you are allowed to use for your favicon is favicon.ico but you are offered the flexibility to associate different favicons with different templates. You only need to upload your favicon.ico into the main folders of your front-end and back-end templates, which are found in the /templates/ and the /administrator/templates/ folders respectively, overwriting any favicon files that came with your templates.&lt;br /&gt;
&lt;br /&gt;
However, if you&#039;d rather use a single favicon.ico for all your templates, just upload it into Joomla!&#039;s main folder (that&#039;s where your index.php resides) and into the /administrator/ folder. Make sure you delete all favicon.ico files found in the template folders mentioned above because Joomla! will check your template folder first for the favicon.ico file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To see the new favicon you will need to empty your browser cache.&lt;br /&gt;
&lt;br /&gt;
==Why do the pop ups in my WYSIWYG editor not work or show gibberish?==&lt;br /&gt;
&lt;br /&gt;
Depending on the editor, this problem may occur when trying to edit the html, insert tables or perform a similar function that requires javascript.&lt;br /&gt;
&lt;br /&gt;
Most likely the problem with the livesite...&lt;br /&gt;
&lt;br /&gt;
You look in your site configuration (General Configuration, select the Server tab) you will see that the livesite is given. Usually it is either www.mydomain.com or mydomain.com.&lt;br /&gt;
&lt;br /&gt;
When you log into your site, you must log in from the exact livesite. if you don&#039;t the javascript in your editor will not work.&lt;br /&gt;
&lt;br /&gt;
One way to deal with this is to put a redirect from, for example, mydomain.com to www.mydomain.com so that you and your users always login from the correct url. You can do this with .htaccess.&lt;br /&gt;
&lt;br /&gt;
==What are positions?==&lt;br /&gt;
&lt;br /&gt;
Site templates divides the &amp;quot;pages&amp;quot; displayed on a site into a series of positions, each with a different name.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039; &lt;br /&gt;
You can view the location of positions in your default template from the administrator go to Site =&amp;gt;Preview=&amp;gt;Inline with Positions.&lt;br /&gt;
&lt;br /&gt;
You can only preview the default template.&lt;br /&gt;
&lt;br /&gt;
You can annotate your positions through the administrator (backend). Go to Site=&amp;gt;Template Manage=&amp;gt;Module Positions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Extensions =&amp;gt; Templates.&lt;br /&gt;
Select the template you wish to preview and click the edit icon.&lt;br /&gt;
Click the preview icon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can add or remove positions by modifying your template html.&lt;br /&gt;
&lt;br /&gt;
You assign a module to a position using the module manager.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
Modules=&amp;gt;Site Modules==&amp;gt;edit the module&lt;br /&gt;
On the left side of the page, on the third line, there is a drop down menu that lets you select the position.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
In the module manager, edit the module. In the left column select all, none or the specific pages you would like it to appear on.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
Modules that are not pubished (1.0) or enabled (1.5) will not display.&lt;br /&gt;
Modules can be assigned to unused positions (positions not in the template) if you want to have them published but not displayed in a position (for example, if you want to display a module in content using {mosloadposition} (1.0) or {loadposition} (1.5)).&lt;br /&gt;
Multiple modules may be assigned to the same position. They will be displayed in the order shown for modules in that position in the module manager.&lt;br /&gt;
If you want to display a module in more than one position, use the module manager to create another copy. &lt;br /&gt;
1.0 copy the module and assign the copy to the second position. &lt;br /&gt;
1.5 use the new icon and create another instance of the module.&lt;br /&gt;
&lt;br /&gt;
==Why are the backgrounds of my WYSIWYG editor fields colored?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 The simple answer as to why this happens is in the term &#039;WYSIWYG&#039;. Content editors like TinyMCE attempt to allow users to see what the text they&#039;re entering will look like when it appears on the front-end of the website. To this end, they show the text against the color or image specified in the template_css.css file of whatever template the front-end of the website is using.&lt;br /&gt;
&lt;br /&gt;
This often presents a problem for users when their website is designed to appear as a lighter content pane floating over  a darker-colored background. The darker background is what appears in the editor windows, making the text almost impossible to see. In such cases, it may be necessary to tell the editor not to use the template_css.css file as a reference, but rather to use a different css file instead.&lt;br /&gt;
&lt;br /&gt;
Note [added by mod]: Some editors (such as JCE and FCK) have configuration interfaces that allow you to override the template_css file or to ignore template classes. You may wish to explore this option before trying the solution below.&lt;br /&gt;
&lt;br /&gt;
Step 1: Create a customized CSS file.&lt;br /&gt;
The first thing you&#039;ll need to do is to write a customized .css file for your editor. It doesn&#039;t have to be very complicated, and you can use the file below for reference (Many thanks to jxl, who wrote the sample file).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Changes to the image urls would be need to use this file in 1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 /* CSS Document */&lt;br /&gt;
&lt;br /&gt;
 /* Editor Assigned Styles */&lt;br /&gt;
 /*make sure that any styles you put here also exist in your template_css.css file or they will have no effect in the front end */&lt;br /&gt;
&lt;br /&gt;
 p.rightalign {&lt;br /&gt;
 text-align: right; &lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 .red {&lt;br /&gt;
 color: #c00;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 .green {&lt;br /&gt;
 color: #0c0;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 .highlight {&lt;br /&gt;
 background-color: Yellow;&lt;br /&gt;
 color: Blue;&lt;br /&gt;
 padding: 0;&lt;br /&gt;
 }&lt;br /&gt;
 p.code {&lt;br /&gt;
 background-color: #ddd;&lt;br /&gt;
 border: 1px solid #bbb;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 .small {&lt;br /&gt;
 color: #999999;&lt;br /&gt;
 font-size: 10px;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 /* Body Tag for Background Color and Font Specs. */&lt;br /&gt;
&lt;br /&gt;
 body {&lt;br /&gt;
 font-family: Arial, Helvetica, Sans Serif;&lt;br /&gt;
 font-size: 12px;&lt;br /&gt;
 color: #333333;&lt;br /&gt;
 background: #ffffff;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 /* Optional Basic Stuff you can use to make everything look like it does on the site itself */&lt;br /&gt;
 /* you can get this stuff right out of your template_css.css file, or you can just leave it out */&lt;br /&gt;
&lt;br /&gt;
 ul&lt;br /&gt;
 {&lt;br /&gt;
 margin: 0;&lt;br /&gt;
 padding: 0;&lt;br /&gt;
 list-style: none;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 li&lt;br /&gt;
 {&lt;br /&gt;
 line-height: 16px;&lt;br /&gt;
 padding-left: 16px;&lt;br /&gt;
 padding-top: 0px;&lt;br /&gt;
 background-image: url(../images/arrow.png); /* use the real image path that you have on your site. An absolute path is   OK */&lt;br /&gt;
 background-repeat: no-repeat;&lt;br /&gt;
 background-position: 0px 2px;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 td {&lt;br /&gt;
 text-align: left;&lt;br /&gt;
 font-size: 12px;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 a, a:link, a:visited {&lt;br /&gt;
 color: #c64934; text-decoration: none;&lt;br /&gt;
 font-weight: bold;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 a:hover {&lt;br /&gt;
 color: #900; text-decoration: none;&lt;br /&gt;
 font-weight: bold;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Make careful note of the comments in the file above. The first section is comprised of text classes; you&#039;ll want to go into your template&#039;s template_css.css file and find the text classes (.highlight, .small, etc.) it specifies that you&#039;ll be likely to use in your content and make sure to copy them into the editor_content.css file as well. The same is true of the styles defined in the last section (a:hover, td, ul, etc.).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The key part that fixes the background issue is the &#039;body&#039; style specified in the middle. You can change parts of this to match your template if you like, but leave the &#039;background&#039; rule set to #FFFFFF. This will make the editor windows white, as opposed to the dark background color of your site template.&lt;br /&gt;
&lt;br /&gt;
Incidentally, if your website uses a background IMAGE in addition to a color, the same thing applies.&lt;br /&gt;
&lt;br /&gt;
Also, if this is too much work, you CAN just copy and paste your template&#039;s template_css.css file into a new CSS file and change the BODY style so that the background is set to #FFFFFF. This is less neat and orderly, but you&#039;ll be sure you have all of the classes and such defined properly this way.&lt;br /&gt;
&lt;br /&gt;
When you&#039;ve finished, save your new CSS file as editor_content.css&lt;br /&gt;
&lt;br /&gt;
Step 2: Upload your CSS file to the correct directory.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll use an FTP client for this, which hopefully you&#039;re already doing. If Joomla! is in a separate folder, you&#039;ll navigate to:&lt;br /&gt;
&lt;br /&gt;
joomla/templates/[the template you&#039;re using]/css/&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t have Joomla! in a separate folder, just go to whatever directory houses your Joomla! files. The key is to make sure you&#039;re in the correct front-end template folder for your website. Upload your editor_content.css file to the CSS folder under this template directory.&lt;br /&gt;
&lt;br /&gt;
Note that in most cases, the only other file in this directory is a file called &#039;template_css.css&#039;. If you see that file, you&#039;re probably in the right place. Also, note that there is a &#039;css&#039; directory in joomla/templates/ as well, but this IS NOT the directory you&#039;re looking for. You want the css directory under the template you&#039;re using.&lt;br /&gt;
&lt;br /&gt;
Step 3: Point your Editor to the new CSS.&lt;br /&gt;
&lt;br /&gt;
Now go back to your site and into the administration area. Click on &#039;Mambots&amp;quot; and &amp;quot;Site Mambots&amp;quot; to see the list of Mambots currently in use in your website. Check TinyMCE WYSIWYG (or whatever WYSIWYG editor you&#039;re using) and then &#039;Edit&#039; to open the editing pane for the editor.&lt;br /&gt;
&lt;br /&gt;
Look to the right side under &#039;Parameters&#039; and scroll down until you see the option entitled &#039;Template CSS Classes&#039;. Click the radio button to &#039;no&#039;. Right under this is a field entitled &#039;Custom CSS Classes&#039;. In this field type:&lt;br /&gt;
&lt;br /&gt;
templates/[template you&#039;re using]/css/editor_content.css&lt;br /&gt;
&lt;br /&gt;
Then save and exit.&lt;br /&gt;
&lt;br /&gt;
This should correct the background issue in your editor. If it doesn&#039;t, you&#039;ve either set up your editor_content.css file incorrectly or you&#039;ve uploaded the file to the wrong directory.&lt;br /&gt;
&lt;br /&gt;
==How do you install an extension?==&lt;br /&gt;
&lt;br /&gt;
Before starting it always is wise to read the documentation associated with an extension. Most extensions have homepages and forums, and it is a good idea to look at them first. If there is a README file included with the extension, you should read it.&lt;br /&gt;
&lt;br /&gt;
For most extensions and most users, the procedure will be:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Download the extension to your local machine&lt;br /&gt;
* From the backend of your joomla site (adminsitration) select Installers and then the type of extension (module, component, mambot/plugin, site template, administrative template, language&lt;br /&gt;
* Browse for the package file&lt;br /&gt;
* Click the install icon&lt;br /&gt;
* Follow any instructions&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Download the extension to your local machine&lt;br /&gt;
* From the backend of your joomla site (adminsitration) select Extensions.&lt;br /&gt;
* Browse for the package file&lt;br /&gt;
* Click the install icon&lt;br /&gt;
* Follow any instructions&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are some situations in which this procedure will not work.&lt;br /&gt;
&lt;br /&gt;
Sometimes you need to unzip the file locally prior to installing. If you get an error saying that the file is not in the correct format, the need to unzip is a common cause of this. After unzipping try installing the individual items. Note that the files you upload using the installed still need to be zipped.&lt;br /&gt;
&lt;br /&gt;
Sometimes you cannot use the automated installer. For example, very large extensions may exceed the maximum upload size allowed by your host.&lt;br /&gt;
&lt;br /&gt;
In this case, unzip all of the files locally. Then transfer the files to a folder in the the install directory(for example  administrator/components/com_installer/components) for the type of extension you are installing (using FTP). Then use the installer, but select &amp;quot;install from directory&amp;quot; indicating the correct folder name.&lt;br /&gt;
&lt;br /&gt;
For modules and mambots/plugins to work, you must make sure that they are pubished (1.0) or enabled (1.5).&lt;br /&gt;
&lt;br /&gt;
==Why doesn&#039;t the pdf of my page show the images?==&lt;br /&gt;
&lt;br /&gt;
Images are not supported in Joomla! 1.0.x in the pdf creation script. Images are supported in Joomla! 1.5.&lt;br /&gt;
&lt;br /&gt;
==How do I make a menu link that is not clickable?==&lt;br /&gt;
&lt;br /&gt;
To make a menu link that does not connect to anything (is not clickable) use the link type Separator/Placeholder&lt;br /&gt;
&lt;br /&gt;
==What does a simple Joomla! installation include?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you simply install Joomla! without any modifications or extensions, the following (incomplete) list of features will be included.&lt;br /&gt;
&lt;br /&gt;
* Content component which allows creation and display of &amp;quot;content items&amp;quot; usually in the middle of the page.&lt;br /&gt;
* Front page component, which displays multiple recent content items designated as &amp;quot;front page&amp;quot; in the content manager. Configurable for layout and number of items.&lt;br /&gt;
* Weblinks component for entering and displaying a list of weblinks.&lt;br /&gt;
* Media manager for uploading and managing images and other media.&lt;br /&gt;
* User manager (administrative end) and user registration module (front end).&lt;br /&gt;
* Newsflash module for displaying specific content items as &amp;quot;newsflashes.&amp;quot;&lt;br /&gt;
* Modules for latest items, most popular, and related items.&lt;br /&gt;
* A simple poll component&lt;br /&gt;
* A menu system&lt;br /&gt;
* A choice of several templates for your site[/li]&lt;br /&gt;
* Installers for third party extensions (templates, components, modules and plugins/mambots).&lt;br /&gt;
* The TinyMCE wysiwyg editor. 1.5 Also includes xStandard Lite&lt;br /&gt;
* Administrative interface for managing your site&lt;/div&gt;</summary>
		<author><name>Newbee</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Portal:Beginners&amp;diff=2077</id>
		<title>Portal:Beginners</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Portal:Beginners&amp;diff=2077"/>
		<updated>2008-01-21T15:40:53Z</updated>

		<summary type="html">&lt;p&gt;Newbee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{review}}&lt;br /&gt;
&lt;br /&gt;
=Absolute Beginners Guide to Joomla!=&lt;br /&gt;
&lt;br /&gt;
Welcome to Joomla!, a leading open-source Content Management System (or &amp;quot;CMS&amp;quot;) platform.  You have made a great choice to use Joomla! for your website. Joomla! is a well-tested, extensible and effective tool supported by a very active and friendly community of developers and users.&lt;br /&gt;
&lt;br /&gt;
==Planning Your Web Project==&lt;br /&gt;
&lt;br /&gt;
Before you get &amp;quot;your feet wet&amp;quot; with Joomla!, you may want to think about the bigger picture aspects of your Web site.  For example, most Web site projects benefit from advanced planning and defining the nature and scope of theproject.  Ask yourself questions like: &lt;br /&gt;
* What do you want to accomplish with your website?  &lt;br /&gt;
* What is the nature and quantity of content you wish to present?  &lt;br /&gt;
* Who is your audience, and how do you want to interact with them?  &lt;br /&gt;
* What types of budgets or timetables are you working within?  &lt;br /&gt;
Writing down these key questions and their answers will help focus your efforts and guide the decisions you make as you implement your project.&lt;br /&gt;
&lt;br /&gt;
==So what is Joomla!, and what can it do for my Web site?==&lt;br /&gt;
&lt;br /&gt;
Joomla! is a Content Management System (or &amp;quot;CMS&amp;quot;) which enables easy control and editing of the content and presentation of your website.  With Joomla!, you can do things like:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Edit the content of every page of your site through a word processor-style interface.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add new pages to your site using a point-and-click interface.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add images and other media through Web-based uploads.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Control site elements like navigation menus and page layout.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
Many additional functions are available within Joomla!&#039;s default user interface. Essentially, Joomla! removes the need to have a &amp;quot;geek&amp;quot; involved in the day-to-day management of your Web site content: If you are able to surf the Web, interact with Web-based forms and interfaces, and handle basic desktop computing tasks, you will be able to use the Joomla! interface to manage the content of your Web site.&lt;br /&gt;
&lt;br /&gt;
Out-of-the-box, Joomla! provides all of the primary functions of managing Web page content.  It also includes a number of specialised elements which support specific functionality, for example, end user registration, interactive polls, advertising banners, a contacts directory, and much more.  Included with Joomla!&#039;s native capabilities is an &amp;quot;Extensions&amp;quot; system which enables additional features via third-party Extensions software packages.  (See http://extensions.joomla.org for more information.)&lt;br /&gt;
&lt;br /&gt;
Joomla!-powered Web sites are different from Web sites which contain manually updated, or &amp;quot;static,&amp;quot; HTML files.  Instead, Joomla! is a dynamic Web application. Joomla! uses a database (MySQL) to store all of the content and information about your site, and it uses a programming language (PHP) to power its interactive functionality and dynamic Web pages.  &lt;br /&gt;
&lt;br /&gt;
==How much knowledge do I need to implement Joomla! ?==&lt;br /&gt;
&lt;br /&gt;
Although a low level of technical knowledge is required to use Joomla! on a day-to-day basis, you will need to know a bit more in order to install it.  Joomla!&#039;s installation process includes uploading files to a Web server via FTP, creating a new MySQL database, and then proceeding through Joomla!&#039;s Web-based installation wizard.  (Fortunately, many Web hosting companies include Web site control panels which make it easy to handle technical tasks, including adding a MySQL database, and installing Joomla!.)&lt;br /&gt;
&lt;br /&gt;
Customising the structure, content and presentation of your Joomla! site involves working within Joomla!&#039;s Web-based interfaces; if you want to significantly change the Web site design from the default templates, you will need to either install a third-party template package or create your own template out of Web-ready images and HTML, Cascading Style Sheet (CSS) and/or Javascript code.&lt;br /&gt;
&lt;br /&gt;
Knowledge of the PHP programming language or programming concepts in general is &#039;&#039;&#039;not&#039;&#039;&#039; required to install, customise and administer Joomla! . &lt;br /&gt;
&lt;br /&gt;
This was originally [[jtopic:47524|in the forum]].  This is its new home.&lt;br /&gt;
&lt;br /&gt;
If you just want to install Joomla! now, please follow the available documentation for the installation process:&lt;br /&gt;
[http://downloads.joomlacode.org/docmanfileversion/1/7/4/17471/1.5_Installation_Manual_version_0.5.pdf 1.5&amp;amp;nbsp;Installation Manual version 0.5]&lt;br /&gt;
&lt;br /&gt;
Let&#039;s make a quick review of the installation instructions provided:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Requirements&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Download Joomla!&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Upload files and create database&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Install (Web or Manually)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Known Issues&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After you follow the steps described above, you will probably have a functional Joomla! site. What is next? Make it your own site by adding custom features:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[http://help.joomla.org/component/option,com_easyfaq/task,view/id,167/Itemid,268/ Check security]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Look for 3rd party extensions for Joomla!&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Subscribe to the security forums&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As a general rule, minimise the use of 3rd party software. Please look first in the &lt;br /&gt;
[http://help.joomla.org/component/option,com_easyfaq/task,view/id,186/Itemid,268/ 3rd party black list]&lt;br /&gt;
&lt;br /&gt;
Now, with basic security enabled and the minimum number of 3rd party modules activated, it is time to make a support plan, yeah!&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Backup, BACKUP, BACKUP&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Implement an off-line version of your site for testing&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Monitor site statistics, and keep an eye in logs&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- KEEP THIS AT THE END OF THE PAGE --&amp;gt;&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Newbee</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Portal:Beginners&amp;diff=2076</id>
		<title>Portal:Beginners</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Portal:Beginners&amp;diff=2076"/>
		<updated>2008-01-21T15:40:21Z</updated>

		<summary type="html">&lt;p&gt;Newbee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{inuse}}&lt;br /&gt;
&lt;br /&gt;
=Absolute Beginners Guide to Joomla!=&lt;br /&gt;
&lt;br /&gt;
Welcome to Joomla!, a leading open-source Content Management System (or &amp;quot;CMS&amp;quot;) platform.  You have made a great choice to use Joomla! for your website. Joomla! is a well-tested, extensible and effective tool supported by a very active and friendly community of developers and users.&lt;br /&gt;
&lt;br /&gt;
==Planning Your Web Project==&lt;br /&gt;
&lt;br /&gt;
Before you get &amp;quot;your feet wet&amp;quot; with Joomla!, you may want to think about the bigger picture aspects of your Web site.  For example, most Web site projects benefit from advanced planning and defining the nature and scope of theproject.  Ask yourself questions like: &lt;br /&gt;
* What do you want to accomplish with your website?  &lt;br /&gt;
* What is the nature and quantity of content you wish to present?  &lt;br /&gt;
* Who is your audience, and how do you want to interact with them?  &lt;br /&gt;
* What types of budgets or timetables are you working within?  &lt;br /&gt;
Writing down these key questions and their answers will help focus your efforts and guide the decisions you make as you implement your project.&lt;br /&gt;
&lt;br /&gt;
==So what is Joomla!, and what can it do for my Web site?==&lt;br /&gt;
&lt;br /&gt;
Joomla! is a Content Management System (or &amp;quot;CMS&amp;quot;) which enables easy control and editing of the content and presentation of your website.  With Joomla!, you can do things like:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Edit the content of every page of your site through a word processor-style interface.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add new pages to your site using a point-and-click interface.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add images and other media through Web-based uploads.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Control site elements like navigation menus and page layout.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
Many additional functions are available within Joomla!&#039;s default user interface. Essentially, Joomla! removes the need to have a &amp;quot;geek&amp;quot; involved in the day-to-day management of your Web site content: If you are able to surf the Web, interact with Web-based forms and interfaces, and handle basic desktop computing tasks, you will be able to use the Joomla! interface to manage the content of your Web site.&lt;br /&gt;
&lt;br /&gt;
Out-of-the-box, Joomla! provides all of the primary functions of managing Web page content.  It also includes a number of specialised elements which support specific functionality, for example, end user registration, interactive polls, advertising banners, a contacts directory, and much more.  Included with Joomla!&#039;s native capabilities is an &amp;quot;Extensions&amp;quot; system which enables additional features via third-party Extensions software packages.  (See http://extensions.joomla.org for more information.)&lt;br /&gt;
&lt;br /&gt;
Joomla!-powered Web sites are different from Web sites which contain manually updated, or &amp;quot;static,&amp;quot; HTML files.  Instead, Joomla! is a dynamic Web application. Joomla! uses a database (MySQL) to store all of the content and information about your site, and it uses a programming language (PHP) to power its interactive functionality and dynamic Web pages.  &lt;br /&gt;
&lt;br /&gt;
==How much knowledge do I need to implement Joomla! ?==&lt;br /&gt;
&lt;br /&gt;
Although a low level of technical knowledge is required to use Joomla! on a day-to-day basis, you will need to know a bit more in order to install it.  Joomla!&#039;s installation process includes uploading files to a Web server via FTP, creating a new MySQL database, and then proceeding through Joomla!&#039;s Web-based installation wizard.  (Fortunately, many Web hosting companies include Web site control panels which make it easy to handle technical tasks, including adding a MySQL database, and installing Joomla!.)&lt;br /&gt;
&lt;br /&gt;
Customising the structure, content and presentation of your Joomla! site involves working within Joomla!&#039;s Web-based interfaces; if you want to significantly change the Web site design from the default templates, you will need to either install a third-party template package or create your own template out of Web-ready images and HTML, Cascading Style Sheet (CSS) and/or Javascript code.&lt;br /&gt;
&lt;br /&gt;
Knowledge of the PHP programming language or programming concepts in general is &#039;&#039;&#039;not&#039;&#039;&#039; required to install, customise and administer Joomla! . &lt;br /&gt;
&lt;br /&gt;
This was originally [[jtopic:47524|in the forum]].  This is its new home.&lt;br /&gt;
&lt;br /&gt;
If you just want to install Joomla! now, please follow the available documentation for the installation process:&lt;br /&gt;
[http://downloads.joomlacode.org/docmanfileversion/1/7/4/17471/1.5_Installation_Manual_version_0.5.pdf 1.5&amp;amp;nbsp;Installation Manual version 0.5]&lt;br /&gt;
&lt;br /&gt;
Let&#039;s make a quick review of the installation instructions provided:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Requirements&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Download Joomla!&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Upload files and create database&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Install (Web or Manually)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Known Issues&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After you follow the steps described above, you will probably have a functional Joomla! site. What is next? Make it your own site by adding custom features:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[http://help.joomla.org/component/option,com_easyfaq/task,view/id,167/Itemid,268/ Check security]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Look for 3rd party extensions for Joomla!&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Subscribe to the security forums&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As a general rule, minimise the use of 3rd party software. Please look first in the &lt;br /&gt;
[http://help.joomla.org/component/option,com_easyfaq/task,view/id,186/Itemid,268/ 3rd party black list]&lt;br /&gt;
&lt;br /&gt;
Now, with basic security enabled and the minimum number of 3rd party modules activated, it is time to make a support plan, yeah!&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Backup, BACKUP, BACKUP&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Implement an off-line version of your site for testing&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Monitor site statistics, and keep an eye in logs&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- KEEP THIS AT THE END OF THE PAGE --&amp;gt;&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Newbee</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Portal:Beginners&amp;diff=2072</id>
		<title>Portal:Beginners</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Portal:Beginners&amp;diff=2072"/>
		<updated>2008-01-21T15:32:58Z</updated>

		<summary type="html">&lt;p&gt;Newbee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{inuse}}&lt;br /&gt;
&lt;br /&gt;
=Absolute Beginners Guide to Joomla!=&lt;br /&gt;
&lt;br /&gt;
Welcome to Joomla!, a leading open-source Content Management System (or &amp;quot;CMS&amp;quot;) platform.  You have made a great choice to use Joomla! for your website. Joomla! is a well-tested, extensible and effective tool supported by a very active and friendly community of developers and users.&lt;br /&gt;
&lt;br /&gt;
==Planning Your Web Project==&lt;br /&gt;
&lt;br /&gt;
Before you get your feet wet with Joomla!, you may want to think about the bigger picture aspects of your Web site.  For example, most Web site projects benefit from advanced planning and defining the nature and scope of your project.  Ask yourself questions like: &lt;br /&gt;
* What do you want to accomplish with your website?  &lt;br /&gt;
* What is the nature and quantity of content you wish to present?  &lt;br /&gt;
* Who is your audience, and how  do you want to interact with them?  &lt;br /&gt;
* What types of budgets or timetables are you working within?  &lt;br /&gt;
Writing down these key questions and their answers will help focus your efforts and guide the decisions you make as you implement your project.&lt;br /&gt;
&lt;br /&gt;
==So what is Joomla!, and what can it do for my Web site?==&lt;br /&gt;
&lt;br /&gt;
Joomla! is a Content Management System (or &amp;quot;CMS&amp;quot;) which enables easy control and editing of the content and presentation of your website.  With Joomla!, you can do things like:&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Edit the content of every page of your site through a word processor-style interface.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add new pages to your site using a point-and-click interface.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add images and other media through Web-based uploads.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Control site elements like navigation menus and page layout.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
Many additional functions are available within Joomla!&#039;s default user interface. Essentially, Joomla! removes the need to have a &amp;quot;geek&amp;quot; involved in the day-to-day management of your Web site content: If you are able to surf the Web, interact with Web-based forms and interfaces, and handle basic desktop computing tasks, you will be able to use the Joomla! interface to manage the content of your Web site.&lt;br /&gt;
&lt;br /&gt;
Out of the box, Joomla! provides all of the primary functions of managing Web page content.  It also includes a number of specialized elements which support specific functionality, for example, end user registration, interactive polls, advertising banners, a contacts directory, and much more.  Included with Joomla!&#039;s native capabilities is an &amp;quot;Extensions&amp;quot; system which enables additional features via third-party Extensions software packages.  (See http://extensions.joomla.org for more information.)&lt;br /&gt;
&lt;br /&gt;
Joomla!-powered Web sites are different from Web sites which contain manually updated, or &amp;quot;static,&amp;quot; HTML files.  Instead, Joomla! is a dynamic Web application. Joomla! uses a database (MySQL) to store all of the content and information about your site, and it uses a programming language (PHP) to power its interactive functionality and dynamic Web pages.  &lt;br /&gt;
&lt;br /&gt;
==How much knowledge do I need to implement Joomla! ?==&lt;br /&gt;
&lt;br /&gt;
Although a low level of technical knowledge is required to use Joomla! on a day-to-day basis, you will need to know a bit more in order to install it.  Joomla!&#039;s installation process includes uploading files to a Web server via FTP, creating a new MySQL database, and then proceeding through Joomla!&#039;s Web-based installation wizard.  (Fortunately, many Web hosting companies include Web site control panels which make it easy to handle technical tasks, including adding a MySQL database, and installing Joomla!.)&lt;br /&gt;
&lt;br /&gt;
Customizing the structure, content and presentation of your Joomla! site involves working within Joomla!&#039;s Web-based interfaces; if you want to significantly change the Web site design from the default templates, you will need to either install a third-party template package or create your own template out of Web-ready images and HTML, Cascading Style Sheet and/or Javascript code.&lt;br /&gt;
&lt;br /&gt;
Knowledge of the PHP programming language or programming concepts in general is &#039;&#039;&#039;not&#039;&#039;&#039; required in order to install, customize and administer Joomla! . &lt;br /&gt;
&lt;br /&gt;
This was originally [[jtopic:47524|in the forum]].  This is its new home.&lt;br /&gt;
&lt;br /&gt;
If you just want to install Joomla! now, please follow the available documentation for the installation process:&lt;br /&gt;
[http://downloads.joomlacode.org/docmanfileversion/1/7/4/17471/1.5_Installation_Manual_version_0.5.pdf 1.5&amp;amp;nbsp;Installation Manual version 0.5]&lt;br /&gt;
&lt;br /&gt;
Let&#039;s make a quick review of the installation instructions provided:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Requirements&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Download Joomla!&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Upload files and create database&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Install (Web or Manually)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Known Issues&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After you follow the steps described above, you will probably have a functional Joomla! site. What&#039;s next? Make it your own site by adding custom features:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[http://help.joomla.org/component/option,com_easyfaq/task,view/id,167/Itemid,268/ Check security]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Look for 3rd party extensions for Joomla&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Subscribe to the security forums&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As a general rule, minimize the use of 3rd party software. Please look first in the &lt;br /&gt;
[http://help.joomla.org/component/option,com_easyfaq/task,view/id,186/Itemid,268/ 3rd party black list]&lt;br /&gt;
&lt;br /&gt;
Now, with basic security enabled and the minimum number of 3rd party modules activated, it is time to make support plan, yeah!&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Backup, BACKUP, BACKUP&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Implement a off-line version of your site for testing&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Perfom statistics of your site, and keep an eye in logs&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- KEEP THIS AT THE END OF THE PAGE --&amp;gt;&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Newbee</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Copying_a_Joomla_website&amp;diff=2065</id>
		<title>Copying a Joomla website</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Copying_a_Joomla_website&amp;diff=2065"/>
		<updated>2008-01-21T15:17:04Z</updated>

		<summary type="html">&lt;p&gt;Newbee: /* FTP download and upload method */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{underconstruction}}&lt;br /&gt;
Copying a Joomla! website is a two-part process: you must copy the files and you must copy the database (which is where the content is stored).  Copying the files and copying the database are separate operations.  Which you carry out first will depend on your particular circumstances but in most cases it does not really matter.  If your website is being updated frequently and you need to take your website offline while the copy takes place then you will probably want to perform the database copy last so as to minimize downtime.&lt;br /&gt;
&lt;br /&gt;
==Copying the files==&lt;br /&gt;
&lt;br /&gt;
===FTP download and upload method===&lt;br /&gt;
&lt;br /&gt;
One method of copying the files from one Joomla! installation to another is to use standard desktop FTP software to first download all of the files comprising your Web site from their location on your Web server, then upload these files to the location of the new Joomla! installation.  Depending on where you&#039;re placing the copy of your Joomla! site, the new location could be a different directory on the same Web server, or it could be a new location on a completely different Web server.&lt;br /&gt;
&lt;br /&gt;
It is important to maintain the same directory structure for all of your folders and files as you move them from one location to another. Fortunately, desktop FTP software will handle this automatically as you upload and download sets of files and folders.  (Your FTP software should contain Help documentation which explains FTP and how to use the FTP software interface.)&lt;br /&gt;
&lt;br /&gt;
Note that after you move the files from one location to another, you may still need to edit Joomla! configuration files to get your copy of Joomla! working at the new location; you may also need to change settings for aspects of your Web server to get the copy of your Joomla! site working.&lt;br /&gt;
&lt;br /&gt;
In rare instances, a file may become corrupted during an FTP transfer, where only part of the file is successfully transmitted.  If you encounter strange or unexpected errors with your new Joomla! installation after you copy over the files, you may want to try re-uploading your files in case of corruption during transfer.&lt;br /&gt;
&lt;br /&gt;
===Copying a compressed archive file method===&lt;br /&gt;
Copying a large number of individual files using FTP can sometimes be unreliable.  If you have command-line access to the both source and destination systems then you can create a compressed archive file containing all the files on the source system, then transfer that single file to the destination system where it can be decompressed.&lt;br /&gt;
&lt;br /&gt;
====Creating an archive file====&lt;br /&gt;
On Unix-style systems (eg. Linux) you can use the &#039;&#039;&#039;gzip&#039;&#039;&#039; program to create .zip files, or the &#039;&#039;&#039;tar&#039;&#039;&#039; program to create .tar.gz or .tar.bz2 files.  For detailed instructions type &#039;&#039;&#039;man gzip&#039;&#039;&#039; or &#039;&#039;&#039;man tar&#039;&#039;&#039; at the command line.  For example,&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
tar cvfz joomlabackup.tar.gz /path-to-joomla&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
will create a gzip-compressed archive file, called &#039;&#039;joomlabackup.tar.gz&#039;&#039;, containing all of the files in your Joomla! installation.&lt;br /&gt;
&lt;br /&gt;
====Extracting an archive file====&lt;br /&gt;
Having copied the archive file to the destination system, you now need to unpack it.  Use the equivalent command that you used to create the archive file.  For example, to unpack the archive file created in the example above, enter&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /path-to-joomla&lt;br /&gt;
tar xvfz joomlabackup.tar.gz&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
If the user or group IDs are not the same between the source and destination systems, then you will need to amend the ownership of the files you just extracted.  For example, on an Apache 2 system, you might need to enter the command&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd /path-to-joomla&lt;br /&gt;
chmod -R www-data.www-data *&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
so that Apache has ownership of the Joomla! files.&lt;br /&gt;
&lt;br /&gt;
==Copying the database==&lt;br /&gt;
There are multiple methods to copying your Joomla database and moving it to a live server environment. &lt;br /&gt;
&lt;br /&gt;
===MySQL command line method===&lt;br /&gt;
&lt;br /&gt;
Usually you run mysqldump to create database copy:&lt;br /&gt;
$ mysqldump -u user -p db-name &amp;gt; db-name.out&lt;br /&gt;
&lt;br /&gt;
Copy db-name.out file using sftp/ssh to remote MySQL server:&lt;br /&gt;
$ scp db-name.out user@remote.box.com:/backup&lt;br /&gt;
&lt;br /&gt;
Restore database at remote server (login over ssh):&lt;br /&gt;
$ mysql -u user -p db-name &amp;lt; db-name.out&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===phpMyAdmin method===&lt;br /&gt;
&lt;br /&gt;
The phpMyAdmin tool can be used to export and import a database, providing a simple way to duplicate a copy of a database using a different name on our servers.&lt;br /&gt;
&lt;br /&gt;
====Exporting a copy of the database to your computer====&lt;br /&gt;
&lt;br /&gt;
   1. Login to the database that you want to duplicate using phpMyAdmin&lt;br /&gt;
   2. Click the database name on the left-hand side of the page. &lt;br /&gt;
   3. Select the Export tab&lt;br /&gt;
   4. Select the Save as file option&lt;br /&gt;
   5. Click Go&lt;br /&gt;
&lt;br /&gt;
You&#039;ll then be prompted to save the database file on your personal computer.&lt;br /&gt;
&lt;br /&gt;
====Importing the copy into a new database====&lt;br /&gt;
&lt;br /&gt;
You&#039;ll first need to create the new, empty database on our servers using the account control panel. After the new database has been created:&lt;br /&gt;
&lt;br /&gt;
   1. Login to the new database using phpMyAdmin&lt;br /&gt;
   2. Click the database name on the left-hand side of the page&lt;br /&gt;
   3. Select the Import tab&lt;br /&gt;
   4. Click the Browse button under &amp;quot;File to import&amp;quot;, then select the database file from your computer&lt;br /&gt;
   5. Click Go to import the database&lt;br /&gt;
&lt;br /&gt;
(Hint: If you see a &amp;quot;No database selected&amp;quot; error, it&#039;s probably because you forgot to first click on the database name in the left-hand column.)&lt;/div&gt;</summary>
		<author><name>Newbee</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Register_globals&amp;diff=2060</id>
		<title>Register globals</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Register_globals&amp;diff=2060"/>
		<updated>2008-01-21T14:47:36Z</updated>

		<summary type="html">&lt;p&gt;Newbee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{review}}&lt;br /&gt;
&lt;br /&gt;
== What is it? ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;register_globals&amp;lt;/tt&amp;gt; is a PHP environmental setting that has been the subject of controversy for sometime.  Older versions of PHP often have this variable set to on and that setting is known to leave a site vulnerable to hacking.  Further information is available at [http://us.php.net/register_globals the PHP website]. Current Joomla! releases do not require this setting to be on, and best practices dictate that it should be changed to off.  (Joomla 1.0.x releases also have a related emulator for this setting, which was implemented for backward compatibility with older components and extensions.  &#039;&#039;It is generally preferred not to enable this capability&#039;&#039;.)  If you have a component that requires this setting, you should look for an update, or find an alternative component.&lt;br /&gt;
&lt;br /&gt;
== Can I change it? ==&lt;br /&gt;
Yes, maybe.  Depending on how much control you have over your server, there are several approaches to addressing this setting.&lt;br /&gt;
&lt;br /&gt;
If you have complete control of your server, then you probably want to make sure that your main PHP configuration file (which is typically found in /usr/local/lib/php.in) has the directive &#039;&#039;register_globals&#039;&#039; set to 0(zero).  &lt;br /&gt;
&lt;br /&gt;
If you&#039;re in a shared web environment, most likely your hosting provider will not let you modify the global php.ini file.  You have a couple of options in this case.&lt;br /&gt;
&lt;br /&gt;
== Where do I change it? ==&lt;br /&gt;
Possibly the easiest thing to do is to ask your hosting provider to make this change for your domain.  (Often this is accomplished by logging a technical support request.)  But not all providers will make this change for you.  So you may not be so lucky.  The good news is that there are likely other options available to you, and here are some of them.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Local php configuration file:&#039;&#039;&#039;&lt;br /&gt;
If you have access to your web site&#039;s root directory, you should be able to include your own copy of a php.ini file.  Your copy only needs to include the settings that you want to alter from the global settings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Change to .htaccess:&#039;&#039;&#039;&lt;br /&gt;
Another option is to introduce the preferred setting by making an entry in the .htaccess file at the root directory of your web site.  In this case, you should add the following line to .htaccess&lt;br /&gt;
: &#039;&#039;&#039;Important&#039;&#039;&#039;: This method is only suitable for the Apache PHP &#039;&#039;module&#039;&#039; and will not work if PHP runs in CGI-mode.&lt;br /&gt;
 php_flag register_globals off&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Joomla&#039;s Global Register Emulator:&#039;&#039;&#039;&lt;br /&gt;
In the case where you have an extension that absolutely needs to have register_globals on, Joomla 1.0.x provides an alternative approach that does not require a change to your global settings.  The &#039;&#039;globals.php&#039;&#039; file in your site&#039;s root directory has an entry that lets Joomla emulate a change to the register_globals site setting.  You will find a line that looks as such:&lt;br /&gt;
&lt;br /&gt;
 define( &#039;RG_EMULATION&#039;, 0 );&lt;br /&gt;
&lt;br /&gt;
You can change the zero to a one, if you want Joomla to emulate &#039;&#039;register_globals = on&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>Newbee</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Register_globals&amp;diff=2059</id>
		<title>Register globals</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Register_globals&amp;diff=2059"/>
		<updated>2008-01-21T14:47:13Z</updated>

		<summary type="html">&lt;p&gt;Newbee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{inuse}}&lt;br /&gt;
&lt;br /&gt;
== What is it? ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;register_globals&amp;lt;/tt&amp;gt; is a PHP environmental setting that has been the subject of controversy for sometime.  Older versions of PHP often have this variable set to on and that setting is known to leave a site vulnerable to hacking.  Further information is available at [http://us.php.net/register_globals the PHP website]. Current Joomla! releases do not require this setting to be on, and best practices dictate that it should be changed to off.  (Joomla 1.0.x releases also have a related emulator for this setting, which was implemented for backward compatibility with older components and extensions.  &#039;&#039;It is generally preferred not to enable this capability&#039;&#039;.)  If you have a component that requires this setting, you should look for an update, or find an alternative component.&lt;br /&gt;
&lt;br /&gt;
== Can I change it? ==&lt;br /&gt;
Yes, maybe.  Depending on how much control you have over your server, there are several approaches to addressing this setting.&lt;br /&gt;
&lt;br /&gt;
If you have complete control of your server, then you probably want to make sure that your main PHP configuration file (which is typically found in /usr/local/lib/php.in) has the directive &#039;&#039;register_globals&#039;&#039; set to 0(zero).  &lt;br /&gt;
&lt;br /&gt;
If you&#039;re in a shared web environment, most likely your hosting provider will not let you modify the global php.ini file.  You have a couple of options in this case.&lt;br /&gt;
&lt;br /&gt;
== Where do I change it? ==&lt;br /&gt;
Possibly the easiest thing to do is to ask your hosting provider to make this change for your domain.  (Often this is accomplished by logging a technical support request.)  But not all providers will make this change for you.  So you may not be so lucky.  The good news is that there are likely other options available to you, and here are some of them.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Local php configuration file:&#039;&#039;&#039;&lt;br /&gt;
If you have access to your web site&#039;s root directory, you should be able to include your own copy of a php.ini file.  Your copy only needs to include the settings that you want to alter from the global settings.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Change to .htaccess:&#039;&#039;&#039;&lt;br /&gt;
Another option is to introduce the preferred setting by making an entry in the .htaccess file at the root directory of your web site.  In this case, you should add the following line to .htaccess&lt;br /&gt;
: &#039;&#039;&#039;Important&#039;&#039;&#039;: This method is only suitable for the Apache PHP &#039;&#039;module&#039;&#039; and will not work if PHP runs in CGI-mode.&lt;br /&gt;
 php_flag register_globals off&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Joomla&#039;s Global Register Emulator:&#039;&#039;&#039;&lt;br /&gt;
In the case where you have an extension that absolutely needs to have register_globals on, Joomla 1.0.x provides an alternative approach that does not require a change to your global settings.  The &#039;&#039;globals.php&#039;&#039; file in your site&#039;s root directory has an entry that lets Joomla emulate a change to the register_globals site setting.  You will find a line that looks as such:&lt;br /&gt;
&lt;br /&gt;
 define( &#039;RG_EMULATION&#039;, 0 );&lt;br /&gt;
&lt;br /&gt;
You can change the zero to a one, if you want Joomla to emulate &#039;&#039;register_globals = on&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>Newbee</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=PHP&amp;diff=2058</id>
		<title>PHP</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=PHP&amp;diff=2058"/>
		<updated>2008-01-21T14:40:08Z</updated>

		<summary type="html">&lt;p&gt;Newbee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PHP - Open Source language for an open source CMS ==&lt;br /&gt;
&lt;br /&gt;
Joomla! is predominantly written using PHP ([http://www.php.net PHP: Hypertext Preprocessor]), an open source programming language.&lt;br /&gt;
&lt;br /&gt;
PHP, and its legions of global programmers, give Joomla! much of its breadth and flexibility.&lt;/div&gt;</summary>
		<author><name>Newbee</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Module_Position&amp;diff=2057</id>
		<title>Module Position</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Module_Position&amp;diff=2057"/>
		<updated>2008-01-21T14:38:55Z</updated>

		<summary type="html">&lt;p&gt;Newbee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Module positions are placeholders in a template.  They are used to identify positions within the template and to tell the Joomla! application where to place output from modules assigned to a particular position.&lt;br /&gt;
&lt;br /&gt;
For example the module position &amp;quot;Left&amp;quot; could be used in the left side of the template to display a site navigation menu.&lt;br /&gt;
So if that module is assigned to the &amp;quot;Left&amp;quot; position, it will be displayed there.&lt;br /&gt;
&lt;br /&gt;
Ultimately the template designer decides how to use a module position.  Therefore not all templates always support or use all module positions. If a module is assigned to a position that does not exist in a template, then the module will not be displayed. Common module positions are &amp;quot;Left&amp;quot;, &amp;quot;Right&amp;quot;, &amp;quot;Banner&amp;quot; and &amp;quot;Top&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Newbee</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Module_Position&amp;diff=2056</id>
		<title>Module Position</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Module_Position&amp;diff=2056"/>
		<updated>2008-01-21T14:36:47Z</updated>

		<summary type="html">&lt;p&gt;Newbee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Module positions are placeholders in a template.  They are used to identify positions within the template and to tell the Joomla! application where to place output from modules assigned to a particular position.&lt;br /&gt;
&lt;br /&gt;
For example the module position &amp;quot;Left&amp;quot; could be used in the left side of the template to display a site navigation menu.&lt;br /&gt;
So when a module is assigned to the &amp;quot;Left&amp;quot; position the module will be displayed there.&lt;br /&gt;
&lt;br /&gt;
Ultimately the template designer decides how to use a module position.  Therefore not all templates always support or use all module positions. If a module is assigned to a position that does not exist in a template, then the module will not be displayed. Common module positions are &amp;quot;Left&amp;quot;, &amp;quot;Right&amp;quot;, &amp;quot;Banner&amp;quot; and &amp;quot;Top&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Newbee</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Module_Position&amp;diff=2055</id>
		<title>Module Position</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Module_Position&amp;diff=2055"/>
		<updated>2008-01-21T14:33:27Z</updated>

		<summary type="html">&lt;p&gt;Newbee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Module positions are placeholders in a template.  They are used to identify positions in the template and to tell the Joomla! application where to place output from modules assigned to a particular position.&lt;br /&gt;
&lt;br /&gt;
For example the module position &amp;quot;left&amp;quot; could be used in the left side of the template to display a site navigation menu.&lt;br /&gt;
SO when a module is assigned to the &amp;quot;Left&amp;quot; position the module will be displayed there.&lt;br /&gt;
&lt;br /&gt;
Ultimately it is up to the template designer to decide how to use a module position.  Therefore not all templates always support or use all positions. If a module is assigned to a position that does not exist in a template, then the module will not be displayed. Common module positions are left, right, banner and top.&lt;/div&gt;</summary>
		<author><name>Newbee</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Archived:Installer&amp;diff=2054</id>
		<title>Archived:Installer</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Archived:Installer&amp;diff=2054"/>
		<updated>2008-01-21T14:24:49Z</updated>

		<summary type="html">&lt;p&gt;Newbee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{review}}&lt;br /&gt;
&lt;br /&gt;
===Using the the Joomla! Installer===&lt;br /&gt;
Once your files have been uploaded to the hosting space using an [[Using_an_FTP_client_to_upload_files|FTP client]], it is time to install Joomla!.  &lt;br /&gt;
&lt;br /&gt;
First open an Internet Browser and type in the address of your Joomla! installation directory.  For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;yourdomain.com/joomlainstallationdirectory&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen 1:&#039;&#039;&#039;&lt;br /&gt;
After the correct address is entered, the image below will appear.  Joomla! has redirected you to the /installation subdirectory.&lt;br /&gt;
&lt;br /&gt;
[[Image:Installer_Lang.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen 2:&#039;&#039;&#039;&lt;br /&gt;
Click &#039;Next&#039; and Joomla! displays the Pre-Installation Checklist.  Specific details relating to PHP settings are outlined here.  To proceed with the installation, all the lights should be green.&lt;br /&gt;
&lt;br /&gt;
[[Image:Installer_PreCheck.jpg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Explanation about terms:&#039;&#039;&#039; (TECHNICAL REVIEW NEEDED OF THIS EXPLANATION)&lt;br /&gt;
&lt;br /&gt;
*PHP version must be over 4.3.10&lt;br /&gt;
**Must be set to YES&lt;br /&gt;
**Your webserver&#039;s PHP version must be over 4.3.10&lt;br /&gt;
   &lt;br /&gt;
*Zlib compression support  &lt;br /&gt;
*XML support&lt;br /&gt;
*MySQL support  &lt;br /&gt;
*Directive Mbstring language by default  &lt;br /&gt;
*Directive Mbstring overload deactivated  &lt;br /&gt;
*configuration.php Modifiable&lt;br /&gt;
**Create a file named configuration.php on root or rename the default one from the package(configuration.php-dist)&lt;br /&gt;
**Chmod this file 777&lt;br /&gt;
*Safe Mode 	&lt;br /&gt;
*Display Errors&lt;br /&gt;
*File Transfer&lt;br /&gt;
*Magic Quotes Runtime 	&lt;br /&gt;
*Register Globals&lt;br /&gt;
*Output Buffering 	&lt;br /&gt;
*Session Auto Start&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen 3:&#039;&#039;&#039;&lt;br /&gt;
Click &#039;Next&#039; and the licence prompt below will appear.[[wikipedia:GNU/GPL|GNU/GPL]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Installer_GNUGPL.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen 4:&#039;&#039;&#039;&lt;br /&gt;
Click &#039;Next&#039; to enter the Database specifics.  Guidelines are provided on the right-hand side to assist in completing the text fields properly.  Please note that all data must be entered correctly to avoid errors.&lt;br /&gt;
&lt;br /&gt;
[[Image:Installer_FTP.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen 5:&#039;&#039;&#039;&lt;br /&gt;
Click &#039;Next&#039; to enter the FTP settings.  This allows Joomla! to operate in a more secure way, eliminating the need for PHP to handle file upload requests.  Note: The FTP layer is not necessary on Windows servers.&lt;br /&gt;
&lt;br /&gt;
[[Image:Installer_FTP.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen 6:&#039;&#039;&#039;&lt;br /&gt;
Click &#039;Next&#039; to enter the Main Configuration details.&lt;br /&gt;
&lt;br /&gt;
[[Image:Installer_MainConfig.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen 7:&#039;&#039;&#039;&lt;br /&gt;
Click &#039;Next&#039; and a warning to delete the installation directory will appear.  Once that is done (most likely using [[Using_an_FTP_client_to_upload_files|FTP client]], click either the &#039;View Site&#039; tab or the &#039;Administrator&#039; tab to continue using Joomla!.&lt;/div&gt;</summary>
		<author><name>Newbee</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Archived:Installer&amp;diff=2052</id>
		<title>Archived:Installer</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Archived:Installer&amp;diff=2052"/>
		<updated>2008-01-21T14:22:42Z</updated>

		<summary type="html">&lt;p&gt;Newbee: English language review only; technical review required.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{review}}&lt;br /&gt;
&lt;br /&gt;
===Using the the Joomla! Installer===&lt;br /&gt;
Once your files have been uploaded to the hosting space using an [[Using_an_FTP_client_to_upload_files|FTP client]], it is time to install Joomla!.  &lt;br /&gt;
&lt;br /&gt;
First open an Internet Browser and type in the address of your Joomla! installation directory.  For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;yourdomain.com/joomlainstallationdirectory&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen 1:&#039;&#039;&#039;&lt;br /&gt;
After the correct address is entered, the image below will appear.  Joomla! has redirected you to the /installation subdirectory.&lt;br /&gt;
&lt;br /&gt;
[[Image:Installer_Lang.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen 2:&#039;&#039;&#039;&lt;br /&gt;
Click &#039;Next&#039; and Joomla! displays the Pre-Installation Checklist.  Here, specific details relating to PHP settings are outlined.  To proceed with the installation, all the lights should be green.&lt;br /&gt;
&lt;br /&gt;
[[Image:Installer_PreCheck.jpg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Explanation about terms:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*PHP version must be newer over 4.3.10&lt;br /&gt;
**Must be set to YES&lt;br /&gt;
**Your webserver&#039;s PHP version must be over 4.3.10&lt;br /&gt;
   &lt;br /&gt;
*Zlib compression support  &lt;br /&gt;
*XML support&lt;br /&gt;
*MySQL support  &lt;br /&gt;
*Directive Mbstring language by default  &lt;br /&gt;
*Directive Mbstring overload deactivated  &lt;br /&gt;
*configuration.php Modifiable&lt;br /&gt;
**Create a file named configuration.php on root or rename the default one from the package(configuration.php-dist)&lt;br /&gt;
**Chmod this file 777&lt;br /&gt;
*Safe Mode 	&lt;br /&gt;
*Display Errors&lt;br /&gt;
*File Transfer&lt;br /&gt;
*Magic Quotes Runtime 	&lt;br /&gt;
*Register Globals&lt;br /&gt;
*Output Buffering 	&lt;br /&gt;
*Session Auto Start&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen 3:&#039;&#039;&#039;&lt;br /&gt;
Click &#039;Next&#039; and the licence prompt below will appear.[[wikipedia:GNU/GPL|GNU/GPL]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Installer_GNUGPL.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen 4:&#039;&#039;&#039;&lt;br /&gt;
Click &#039;Next&#039; to enter the Database specifics.  Guidelines are provided on the right-hand side to assist in completing the text fields properly.  Please note that all data must be entered correctly to avoid errors.&lt;br /&gt;
&lt;br /&gt;
[[Image:Installer_FTP.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen 5:&#039;&#039;&#039;&lt;br /&gt;
Click &#039;Next&#039; to enter the FTP settings.  This allows Joomla! to operate in a more secure way, eliminating the need for PHP to handle file upload requests.  Note: The FTP layer is not necessary on Windows servers.&lt;br /&gt;
&lt;br /&gt;
[[Image:Installer_FTP.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen 6:&#039;&#039;&#039;&lt;br /&gt;
Click &#039;Next&#039; to enter the Main Configuration details.&lt;br /&gt;
&lt;br /&gt;
[[Image:Installer_MainConfig.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen 7:&#039;&#039;&#039;&lt;br /&gt;
Click &#039;Next&#039; and a warning to delete the installation directory will appear.  Once that is done (most likely using [[Using_an_FTP_client_to_upload_files|FTP client]], click either the &#039;View Site&#039; tab or the &#039;Administrator&#039; tab to continue using Joomla!.&lt;/div&gt;</summary>
		<author><name>Newbee</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Help15:Screen.config.15&amp;diff=2045</id>
		<title>Help15:Screen.config.15</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Help15:Screen.config.15&amp;diff=2045"/>
		<updated>2008-01-21T14:04:14Z</updated>

		<summary type="html">&lt;p&gt;Newbee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{review}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
The Global Configuration screen allows you to configure the Joomla! site with your personal settings.&lt;br /&gt;
&lt;br /&gt;
==Version Changes==&lt;br /&gt;
The following information lists the changes from version 1.0.x to 1.5:&lt;br /&gt;
* The following tabs have been removed:&lt;br /&gt;
** Locale&lt;br /&gt;
** Content&lt;br /&gt;
** Database&lt;br /&gt;
** Metadata&lt;br /&gt;
** Mail&lt;br /&gt;
** Cache&lt;br /&gt;
** Statistics&lt;br /&gt;
** SEO&lt;br /&gt;
* The following changes have been made to the [[#Site | Site]] tab:&lt;br /&gt;
** Options that have been removed:&lt;br /&gt;
*** System Error Message&lt;br /&gt;
*** Front-end Login&lt;br /&gt;
*** Favourites Site Icon&lt;br /&gt;
** &#039;&#039;&#039;Show Unauthorised Links&#039;&#039;&#039; has been moved to the &#039;&#039;&#039;Parameters&#039;&#039;&#039; options of the [[screen.content.15 | Article Manager]]&lt;br /&gt;
** The following options have been moved to the new [[#System | System]] tab&lt;br /&gt;
*** Allow User Registration&lt;br /&gt;
*** Use New Account Activation&lt;br /&gt;
*** Front-end User Parameters&lt;br /&gt;
** All settings originally under the &#039;&#039;&#039;Metadata&#039;&#039;&#039; tab have been grouped together as [[#Metadata_Settings | Metadata Settings]] and placed under this tab&lt;br /&gt;
** All settings originally under the &#039;&#039;&#039;SEO&#039;&#039;&#039; tab have been grouped together as [[#SEO_Settings | SEO Settings]] and placed under this tab&lt;br /&gt;
*** Dynamic Page Titles have been changed to &#039;&#039;&#039;Add suffix to URLs&#039;&#039;&#039; (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
*** &#039;&#039;&#039;Use Apache &#039;&#039;mod_rewrite&#039;&#039;&#039;&#039;&#039; has been added&lt;br /&gt;
** The following options have been grouped together and labeled as [[#Site_Settings | Site Settings]]:&lt;br /&gt;
*** Site Offline&lt;br /&gt;
*** Offline Message&lt;br /&gt;
*** Site Name&lt;br /&gt;
*** Default WYSIWYG Editor&lt;br /&gt;
*** List Length&lt;br /&gt;
* The following changes have been made to the [[#Server | Server]] tab&lt;br /&gt;
** Options that have been removed:&lt;br /&gt;
*** Absolute Path&lt;br /&gt;
*** Live Site&lt;br /&gt;
*** Admin Session Lifetime&lt;br /&gt;
*** Remember Expired Admin page&lt;br /&gt;
*** Session Authentication Method&lt;br /&gt;
*** File Creation&lt;br /&gt;
*** Directory Creation&lt;br /&gt;
** &#039;&#039;&#039;Time Offset&#039;&#039;&#039;, originally under the &#039;&#039;&#039;Locale&#039;&#039;&#039; tab, is now under this tab under [[#Locale_Settings | Locale Settings]]&lt;br /&gt;
** All settings originally located under the &#039;&#039;&#039;Database&#039;&#039;&#039; tab have been grouped together as [[#Database_Settings | Database Settings]] and placed under this tab&lt;br /&gt;
** &#039;&#039;&#039;Site Session Lifetime&#039;&#039;&#039; has been renamed to &#039;&#039;&#039;Session Lifetime&#039;&#039;&#039; and has been moved to the new [[#System | System]] tab under [[#Session_Settings | Session Settings]]&lt;br /&gt;
** &#039;&#039;&#039;Help Server&#039;&#039;&#039; has been changed to a drop down box&lt;br /&gt;
** All settings originally located under the &#039;&#039;&#039;Mail&#039;&#039;&#039; tab have been grouped together as [[#Mail_Settings | Mail Settings]] and placed under this tab&lt;br /&gt;
* All settings originally located in the &#039;&#039;&#039;Content&#039;&#039;&#039; tab have been moved to the new &#039;&#039;&#039;Parameters&#039;&#039;&#039; options of the [[screen.content.15 | Article Manager]]&lt;br /&gt;
* All settings originally located in the &#039;&#039;&#039;Cache&#039;&#039;&#039; tab have been moved to the new [[#System | System]] tab.&lt;br /&gt;
** Cache Folder has been replaced with a drop down box unable to be changed. (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
&lt;br /&gt;
==Column Headers==&lt;br /&gt;
===Site===&lt;br /&gt;
&lt;br /&gt;
[[Image:Gc-site.jpg|right|500px]]&lt;br /&gt;
&lt;br /&gt;
====Site Settings====&lt;br /&gt;
; Site Offline : This setting shows when the site is offline.  Only Administrators will be able to see the site when &#039;&#039;Site Offline&#039;&#039; is set to Yes.  The default setting is &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
; Offline Message : The message that will be displayed on the site when the site is offline.&lt;br /&gt;
; Site Name : The name of the site.&lt;br /&gt;
; Default WYSIWYG Editor : (WYSIWYG stands for What You See Is What You Get) The default editor to use when creating articles.&lt;br /&gt;
; List Length : The length of lists in the Control Panel for all Users.  By default, this is set to &#039;&#039;&#039;20&#039;&#039;&#039;.&lt;br /&gt;
; Feed Length : The number of content items to be shown in the feed(s).  By default, this is set to &#039;&#039;&#039;10&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Metadata Settings====&lt;br /&gt;
; Global Site Meta Description : This is the description of the site which is indexed by search engine spiders.&lt;br /&gt;
; Global Site Meta Keywords : These keywords describe the site and are the basis for improving the ability of search engine spiders ability to index the site.&lt;br /&gt;
; Show Title Meta Tag : It shows the Meta information of each article.  This Meta information is used by search engine spiders when indexing the site.  Each article can have it&#039;s own Meta Data information (set under the &#039;&#039;&#039;Metadata Information&#039;&#039;&#039; pane when creating or editing an article).  Refer to [[screen.content.edit.15 | Article Manager - New/Edit]] for more information.&lt;br /&gt;
; Show Author Meta Tag : It shows the Author Meta information for articles and is used by search engine spiders when indexing the site.  Refer to [[screen.content.edit.15 | Article Manager - New/Edit]] for more information.&lt;br /&gt;
&lt;br /&gt;
====SEO Settings====&lt;br /&gt;
SEO stands for &#039;&#039;Search Engine Optimization&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
; Search Engine Friendly URLs : When set to &#039;&#039;Yes&#039;&#039;, URLs are rewritten to be more friendly for search engine spiders.  An example: instead of viewing the following URL &#039;&#039;www.yourname.com/index.php?option=com_content&amp;amp;view=etc...&#039;&#039;, the URL will be &#039;&#039;www.yourname.com/alias&#039;&#039;.  Most of the items created in Joomla! have an Alias box where a search engine friendly URL can be inserted.  The default setting is &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
; Use Apache &#039;&#039;mod_rewrite&#039;&#039; : When set to &#039;&#039;Yes&#039;&#039;, Joomla! will use the &#039;&#039;mod_rewrite&#039;&#039; settings of Apache when creating search engine friendly URLs.  Please note: it is advised that you do not modify the &#039;&#039;&#039;.htaccess&#039;&#039;&#039; file without working knowledge of how it works and is used. Use of the included &#039;&#039;&#039;.htaccess&#039;&#039;&#039; file (provided with Joomla!) is required if planned on using this setting by renaming &#039;&#039;&#039;htaccess.txt&#039;&#039;&#039; to &#039;&#039;&#039;.htaccess&#039;&#039;&#039;.    To learn more about &#039;&#039;&#039;.htaccess&#039;&#039;&#039; files, refer to Apache.org&#039;s Documentation[http://httpd.apache.org/docs/1.3/howto/htaccess.html].  By default, this setting is set to &#039;&#039;&#039;No&#039;&#039;&#039;.  (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
; Add suffix to URLs : When set to &#039;&#039;Yes&#039;&#039;, Joomla! will add &#039;&#039;&#039;.html&#039;&#039;&#039; at the end of the URLs.  The default setting is &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===System===&lt;br /&gt;
&lt;br /&gt;
[[Image:Gc-system.jpg|right|500px]]&lt;br /&gt;
&lt;br /&gt;
====System Settings====&lt;br /&gt;
; Secret Word : It is generated when Joomla! is first installed and is not changeable.  It is used for security functions.&lt;br /&gt;
; Path to Log folder : The path where the logs should be stored.  Joomla! installer should automatically fill in this folder.&lt;br /&gt;
; Enable Web Services : This feature enables Joomla! to make RPC (Remote Procedure Calls) using HTTP as the transport medium and XML as the encoding language.  This function should remain on to ensure that many third party extensions works.  The default setting &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
; Help Server : The server used to get help information when clicking the &#039;&#039;&#039;Help&#039;&#039;&#039; image (visible in many screens and options of the administration panel).  By default, it uses Joomla!&#039;s main help site.&lt;br /&gt;
&lt;br /&gt;
====User Settings====&lt;br /&gt;
; Allow User Registration : This determines whether users can register on the site.  The default setting is &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
; New User Registration Type : If &#039;&#039;Allow User Registration&#039;&#039; is set to &#039;&#039;Yes&#039;&#039;, this setting tells Joomla! what level of access should be given to new users who register.  The default setting is &#039;&#039;&#039;Registered&#039;&#039;&#039;.&lt;br /&gt;
; New User Account Activation : This setting determines whether a new user will have to activate their account before they can use it.  If set to &#039;&#039;&#039;Yes&#039;&#039;&#039;, users will be sent an email containing a link to a web address.  Following the link will activate the account.  By default, this setting is set to &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
; Front-end User Parameters : When set to &#039;&#039;Show&#039;&#039; and logged in via the front-end, users will be able to select their language, article editor, and help site preferences from within their Details screen.  The default setting is &#039;&#039;&#039;Show&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Media Settings====&lt;br /&gt;
; Legal Extensions (File Types) : The file types allowed for uploading.  By default, when Joomla! is installed, the basic image and document files are set.&lt;br /&gt;
; Maximum Size (in bytes) : The maximum file size allowed for an upload in bytes. The default setting is &#039;&#039;&#039;10000000&#039;&#039;&#039;.&lt;br /&gt;
; Path to File Folder : The path where non-images media files are located (non-images refers to files such as videos and document files).  Upon installation this path is automatically filled in.  It may be modified to fit how a site&#039;s directories are setup.&lt;br /&gt;
; Path to Image Folder : The path where images are stored.  Upon installation this path is automatically filled in.  It may be modified to fit how the directories are setup on the site.&lt;br /&gt;
; Restrict Uploads : This feature restricts uploads by user type.  The default setting is &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
; Check MIME Types : This uses MIME Magic or Fileinfo to verify files.  The default setting is &#039;&#039;&#039;Yes&#039;&#039;&#039;.  If invalid MIME type errors are received then change the setting to &#039;&#039;No&#039;&#039;.&lt;br /&gt;
; Legal Image Extensions (File Types) : This sets the legal images that can be uploaded. It operates by checking the file image headers and, by default, Joomla! only allows &#039;&#039;&#039;bmp,gif,jpg,png&#039;&#039;&#039;.&lt;br /&gt;
; Ignored Extensions : This sets what extensions are ignored for MIME type checking and restricts uploads.  By default, no extensions are added.&lt;br /&gt;
; Legal MIME Types : This sets the list of legal MIME types for uploads.  By default, Joomla! automatically includes the standard file types.  It is recommended that you should not touch this setting unless you know what you are doing.&lt;br /&gt;
; Illegal MIME Types : This sets the list of illegal MIME types for uploads.  By default, Joomla! automatically blocks HTML MIME types.  It is recommended that you should not touch this setting unless you know what you are doing.&lt;br /&gt;
&lt;br /&gt;
====Debug Settings====&lt;br /&gt;
; Debug System : This will turn on the debugging system of Joomla!.  When set to &#039;&#039;&#039;Yes&#039;&#039;&#039;, this tool will provide diagnostic information, language translations, and SQL errors. If any such issues or errors are identified, it/they will be displayed at the bottom of each page below the footer on every page in both the front-end and back-end.&lt;br /&gt;
; Debug Language : This will turn on the debugging indicators (*...*) or (?...?) for the Joomla! Language files.  Debug Language will work without the Debug System tool set to on.  But it will not provide additional detailed references which would help in correcting any errors.&lt;br /&gt;
&lt;br /&gt;
====Cache Settings====&lt;br /&gt;
; Cache : This setting sets whether site caching is enabled or not.  When enabled, it keeps a local copy of the content on the server to speed up accessing and lessen stress on the database.  The default setting is &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
; Cache Time : This setting sets the maximum length of time (in minutes) for a cache file to be stored before it i refreshed.  The default setting is &#039;&#039;&#039;15&#039;&#039;&#039; minutes.&lt;br /&gt;
; Cache Handler : This setting sets how the cache operates.  There is only one caching mechanism which is file-based.&lt;br /&gt;
&lt;br /&gt;
====Session Settings====&lt;br /&gt;
; Session Lifetime : This setting sets how long a session should last and how long a user can remain signed in for (before logging them off for being inactive).  The default setting is &#039;&#039;&#039;15&#039;&#039;&#039; minutes.&lt;br /&gt;
; Session Handler : This setting sets how the session should be handled once a user connects and logs into the site.  The default setting is set to &#039;&#039;&#039;Database&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Server===&lt;br /&gt;
&lt;br /&gt;
[[Image:Gc-server.jpg|right|500px]]&lt;br /&gt;
&lt;br /&gt;
====Server Settings====&lt;br /&gt;
; Path to Temp-folder : The path where files are temporary stored.  This is filled in by default when Joomla! is installed.&lt;br /&gt;
; GZIP Page Compression : Compressing pages typically quickens site speed.  The default setting is &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
; Error Reporting : This sets the appropriate level of reporting.  The default setting is &#039;&#039;&#039;System Default&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Locale Settings====&lt;br /&gt;
; Time Zone : This tool sets the current date and time.  The set time should be where the site&#039;s server is located.  The default setting is &#039;&#039;&#039;(UTC 00:00) Western Europe Time, London, Lisbon, Casablanca&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====FTP Settings====&lt;br /&gt;
FTP stands for File Transfer Protocol.  Most of these settings are set during the initial Joomla! installation.&lt;br /&gt;
&lt;br /&gt;
; Enable FTP : This setting tells Joomla! to use it&#039;s built-in FTP function instead of the normal upload progress used by PHP.&lt;br /&gt;
; FTP Host : The host server&#039;s URL connecting the FTP.&lt;br /&gt;
; FTP Port : The port where the FTP is accessed.  The default setting is &#039;&#039;&#039;21&#039;&#039;&#039;.&lt;br /&gt;
; FTP Username : The username that Joomla! will use when accessing the FTP server.  Security recommendation: create another FTP user account to access a folder where files will be uploaded to.  (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
; FTP Password : The password that Joomla! will use when accessing the FTP server.  Security recommendation: creqte another FTP user account to access the folder where files will be uploaded to. (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
; FTP Root : The root directory where files should be uploaded to.&lt;br /&gt;
&lt;br /&gt;
====Database Settings====&lt;br /&gt;
These settings are set during the initial setup of Joomla!  It is advised that no settings should be changed in this section without working knowledge of how databases work.&lt;br /&gt;
&lt;br /&gt;
; Database Type : The type of databased used.  The default setting is &#039;&#039;&#039;mysql&#039;&#039;&#039;, unless changed during the initial setup of Joomla!.&lt;br /&gt;
; Hostname : The hostname where the database is located.  It is typically set to &#039;&#039;&#039;localhost&#039;&#039;&#039; for most servers.  It is possible for the hostname to be located on a different server all together.&lt;br /&gt;
; Username : The username to access the database.&lt;br /&gt;
; Database : The name of the database.&lt;br /&gt;
; Database Prefix : The prefix used before the actual table&#039;s name is working with the database.  The default setting is &#039;&#039;&#039;jos_&#039;&#039;&#039; unless changed during initial setup of Joomla!.&lt;br /&gt;
&lt;br /&gt;
====Mail Settings====&lt;br /&gt;
The mail settings are set during the initial setup of Joomla!.  These settings can be changed whenever needed.&lt;br /&gt;
&lt;br /&gt;
; Mailer : This setting sets which mailer to use when delivery emails from the site.  The default setting is &#039;&#039;&#039;PHP Mail Function&#039;&#039;&#039; but may be changed during the initial Joomla! installation.&lt;br /&gt;
:; PHP Mail Function : This tools instructs Joomla! to use the mail function that is built into PHP.&lt;br /&gt;
:; Sendmail : This instructs Joomla! to use the sendmail function typically used when creating HTML email forms.&lt;br /&gt;
:; SMTP Server : This tool uses the site&#039;s SMTP server.&lt;br /&gt;
; Mail from : The email address used by Joomla! to send site email.&lt;br /&gt;
; From Name : The name Joomla! will use when sending site emails.  By default, Joomla! uses the site name during the initial setup.&lt;br /&gt;
; Sendmail Path : The path where the Sandmail program is located.  This is typically filled in by Joomla! during the initial setup.  This path is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
; SMTP Authentication : If the SMTP server requires authentication to send mail, set this to &#039;&#039;&#039;Yes&#039;&#039;&#039;, otherwise leave it at &#039;&#039;&#039;No&#039;&#039;&#039;.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
; SMTP Username : The username to use for access to the SMTP host.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
; SMTP Password : The password to use for access to the SMTP host.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
; SMTP Host : The SMTP address to use when sending mail.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Typical Usage==&lt;br /&gt;
Global Configuration sets all the required settings needed for the site to function properly. To access the page, either click on Global Configuration in the main Control Panel or go to &#039;&#039;&#039;Site &amp;gt; Global Configuration&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Quick Tips==&lt;br /&gt;
Most, if not all, of these settings can be set once and then left alone.&lt;br /&gt;
&lt;br /&gt;
If no major modifications are to be made then consider taking the site offline to test it&#039;s functions and to make sure everything is in working order.&lt;br /&gt;
&lt;br /&gt;
==Points to Watch==&lt;br /&gt;
None Known at this Time&lt;br /&gt;
&lt;br /&gt;
==Dependencies==&lt;br /&gt;
None&lt;br /&gt;
&lt;br /&gt;
[[Category:DocCamp]]&lt;/div&gt;</summary>
		<author><name>Newbee</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Help15:Screen.config.15&amp;diff=2044</id>
		<title>Help15:Screen.config.15</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Help15:Screen.config.15&amp;diff=2044"/>
		<updated>2008-01-21T14:02:48Z</updated>

		<summary type="html">&lt;p&gt;Newbee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{review}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
The Global Configuration screen allows you to configure the Joomla! site with your personal settings.&lt;br /&gt;
&lt;br /&gt;
==Version Changes==&lt;br /&gt;
The following information lists the changes from version 1.0.x to 1.5:&lt;br /&gt;
* The following tabs have been removed:&lt;br /&gt;
** Locale&lt;br /&gt;
** Content&lt;br /&gt;
** Database&lt;br /&gt;
** Metadata&lt;br /&gt;
** Mail&lt;br /&gt;
** Cache&lt;br /&gt;
** Statistics&lt;br /&gt;
** SEO&lt;br /&gt;
* The following changes have been made to the [[#Site | Site]] tab:&lt;br /&gt;
** Options that have been removed:&lt;br /&gt;
*** System Error Message&lt;br /&gt;
*** Front-end Login&lt;br /&gt;
*** Favourites Site Icon&lt;br /&gt;
** &#039;&#039;&#039;Show Unauthorised Links&#039;&#039;&#039; has been moved to the &#039;&#039;&#039;Parameters&#039;&#039;&#039; options of the [[screen.content.15 | Article Manager]]&lt;br /&gt;
** The following options have been moved to the new [[#System | System]] tab&lt;br /&gt;
*** Allow User Registration&lt;br /&gt;
*** Use New Account Activation&lt;br /&gt;
*** Front-end User Parameters&lt;br /&gt;
** All settings originally under the &#039;&#039;&#039;Metadata&#039;&#039;&#039; tab have been grouped together as [[#Metadata_Settings | Metadata Settings]] and placed under this tab&lt;br /&gt;
** All settings originally under the &#039;&#039;&#039;SEO&#039;&#039;&#039; tab have been grouped together as [[#SEO_Settings | SEO Settings]] and placed under this tab&lt;br /&gt;
*** Dynamic Page Titles have been changed to &#039;&#039;&#039;Add suffix to URLs&#039;&#039;&#039; (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
*** &#039;&#039;&#039;Use Apache &#039;&#039;mod_rewrite&#039;&#039;&#039;&#039;&#039; has been added&lt;br /&gt;
** The following options have been grouped together and labeled as [[#Site_Settings | Site Settings]]:&lt;br /&gt;
*** Site Offline&lt;br /&gt;
*** Offline Message&lt;br /&gt;
*** Site Name&lt;br /&gt;
*** Default WYSIWYG Editor&lt;br /&gt;
*** List Length&lt;br /&gt;
* The following changes have been made to the [[#Server | Server]] tab&lt;br /&gt;
** Options that have been removed:&lt;br /&gt;
*** Absolute Path&lt;br /&gt;
*** Live Site&lt;br /&gt;
*** Admin Session Lifetime&lt;br /&gt;
*** Remember Expired Admin page&lt;br /&gt;
*** Session Authentication Method&lt;br /&gt;
*** File Creation&lt;br /&gt;
*** Directory Creation&lt;br /&gt;
** &#039;&#039;&#039;Time Offset&#039;&#039;&#039;, originally under the &#039;&#039;&#039;Locale&#039;&#039;&#039; tab, is now under this tab under [[#Locale_Settings | Locale Settings]]&lt;br /&gt;
** All settings originally located under the &#039;&#039;&#039;Database&#039;&#039;&#039; tab have been grouped together as [[#Database_Settings | Database Settings]] and placed under this tab&lt;br /&gt;
** &#039;&#039;&#039;Site Session Lifetime&#039;&#039;&#039; has been renamed to &#039;&#039;&#039;Session Lifetime&#039;&#039;&#039; and has been moved to the new [[#System | System]] tab under [[#Session_Settings | Session Settings]]&lt;br /&gt;
** &#039;&#039;&#039;Help Server&#039;&#039;&#039; has been changed to a drop down box&lt;br /&gt;
** All settings originally located under the &#039;&#039;&#039;Mail&#039;&#039;&#039; tab have been grouped together as [[#Mail_Settings | Mail Settings]] and placed under this tab&lt;br /&gt;
* All settings originally located in the &#039;&#039;&#039;Content&#039;&#039;&#039; tab have been moved to the new &#039;&#039;&#039;Parameters&#039;&#039;&#039; options of the [[screen.content.15 | Article Manager]]&lt;br /&gt;
* All settings originally located in the &#039;&#039;&#039;Cache&#039;&#039;&#039; tab have been moved to the new [[#System | System]] tab.&lt;br /&gt;
** Cache Folder has been replaced with a drop down box unable to be changed. (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
&lt;br /&gt;
==Column Headers==&lt;br /&gt;
===Site===&lt;br /&gt;
&lt;br /&gt;
[[Image:Gc-site.jpg|right|500px]]&lt;br /&gt;
&lt;br /&gt;
====Site Settings====&lt;br /&gt;
; Site Offline : This setting shows when the site is offline.  Only Administrators will be able to see the site when &#039;&#039;Site Offline&#039;&#039; is set to Yes.  The default setting is &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
; Offline Message : The message that will be displayed on the site when the site is offline.&lt;br /&gt;
; Site Name : The name of the site.&lt;br /&gt;
; Default WYSIWYG Editor : (WYSIWYG stands for What You See Is What You Get) The default editor to use when creating articles.&lt;br /&gt;
; List Length : The length of lists in the Control Panel for all Users.  By default, this is set to &#039;&#039;&#039;20&#039;&#039;&#039;.&lt;br /&gt;
; Feed Length : The number of content items to be shown in the feed(s).  By default, this is set to &#039;&#039;&#039;10&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Metadata Settings====&lt;br /&gt;
; Global Site Meta Description : This is the description of the site which is indexed by search engine spiders.&lt;br /&gt;
; Global Site Meta Keywords : These keywords describe the site and are the basis for improving the ability of search engine spiders ability to index the site.&lt;br /&gt;
; Show Title Meta Tag : It shows the Meta information of each article.  This Meta information is used by search engine spiders when indexing the site.  Each article can have it&#039;s own Meta Data information (set under the &#039;&#039;&#039;Metadata Information&#039;&#039;&#039; pane when creating or editing an article).  Refer to [[screen.content.edit.15 | Article Manager - New/Edit]] for more information.&lt;br /&gt;
; Show Author Meta Tag : It shows the Author Meta information for articles and is used by search engine spiders when indexing the site.  Refer to [[screen.content.edit.15 | Article Manager - New/Edit]] for more information.&lt;br /&gt;
&lt;br /&gt;
====SEO Settings====&lt;br /&gt;
SEO stands for &#039;&#039;Search Engine Optimization&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
; Search Engine Friendly URLs : When set to &#039;&#039;Yes&#039;&#039;, URLs are rewritten to be more friendly for search engine spiders.  An example: instead of viewing the following URL &#039;&#039;www.yourname.com/index.php?option=com_content&amp;amp;view=etc...&#039;&#039;, the URL will be &#039;&#039;www.yourname.com/alias&#039;&#039;.  Most of the items created in Joomla! have an Alias box where a search engine friendly URL can be inserted.  The default setting is &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
; Use Apache &#039;&#039;mod_rewrite&#039;&#039; : When set to &#039;&#039;Yes&#039;&#039;, Joomla! will use the &#039;&#039;mod_rewrite&#039;&#039; settings of Apache when creating search engine friendly URLs.  Please note: it is advised that you do not modify the &#039;&#039;&#039;.htaccess&#039;&#039;&#039; file without working knowledge of how it works and is used. Use of the included &#039;&#039;&#039;.htaccess&#039;&#039;&#039; file (provided with Joomla!) is required if planned on using this setting by renaming &#039;&#039;&#039;htaccess.txt&#039;&#039;&#039; to &#039;&#039;&#039;.htaccess&#039;&#039;&#039;.    To learn more about &#039;&#039;&#039;.htaccess&#039;&#039;&#039; files, refer to Apache.org&#039;s Documentation[http://httpd.apache.org/docs/1.3/howto/htaccess.html].  By default, this setting is set to &#039;&#039;&#039;No&#039;&#039;&#039;.  (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
; Add suffix to URLs : When set to &#039;&#039;Yes&#039;&#039;, Joomla! will add &#039;&#039;&#039;.html&#039;&#039;&#039; at the end of the URLs.  The default setting is &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===System===&lt;br /&gt;
&lt;br /&gt;
[[Image:Gc-system.jpg|right|500px]]&lt;br /&gt;
&lt;br /&gt;
====System Settings====&lt;br /&gt;
; Secret Word : It is generated when Joomla! is first installed and is not changeable.  It is used for security functions.&lt;br /&gt;
; Path to Log folder : The path where the logs should be stored.  Joomla! installer should automatically fill in this folder.&lt;br /&gt;
; Enable Web Services : This feature enables Joomla! to make RPC (Remote Procedure Calls) using HTTP as the transport medium and XML as the encoding language.  This function should remain on to ensure that many third party extensions works.  The default setting &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
; Help Server : The server used to get help information when clicking the &#039;&#039;&#039;Help&#039;&#039;&#039; image (visible in many screens and options of the administration panel).  By default, it uses Joomla!&#039;s main help site.&lt;br /&gt;
&lt;br /&gt;
====User Settings====&lt;br /&gt;
; Allow User Registration : This determines whether users can register on the site.  The default setting is &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
; New User Registration Type : If &#039;&#039;Allow User Registration&#039;&#039; is set to &#039;&#039;Yes&#039;&#039;, this setting tells Joomla! what level of access should be given to new users who register.  The default setting is &#039;&#039;&#039;Registered&#039;&#039;&#039;.&lt;br /&gt;
; New User Account Activation : This setting determines whether a new user will have to activate their account before they can use it.  If set to &#039;&#039;&#039;Yes&#039;&#039;&#039;, users will be sent an email containing a link to a web address.  Following the link will activate the account.  By default, this setting is set to &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
; Front-end User Parameters : When set to &#039;&#039;Show&#039;&#039; and logged in via the front-end, users will be able to select their language, article editor, and help site preferences from within their Details screen.  The default setting is &#039;&#039;&#039;Show&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Media Settings====&lt;br /&gt;
; Legal Extensions (File Types) : The file types allowed for uploading.  By default, when Joomla! is installed, the basic image and document files are set.&lt;br /&gt;
; Maximum Size (in bytes) : The maximum file size allowed for an upload in bytes. The default setting is &#039;&#039;&#039;10000000&#039;&#039;&#039;.&lt;br /&gt;
; Path to File Folder : The path where non-images media files are located (non-images refers to files such as videos and document files).  Upon installation this path is automatically filled in.  It may be modified to fit how a site&#039;s directories are setup.&lt;br /&gt;
; Path to Image Folder : The path where images are stored.  Upon installation this path is automatically filled in.  It may be modified to fit how the directories are setup on the site.&lt;br /&gt;
; Restrict Uploads : This feature restricts uploads by user type.  The default setting is &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
; Check MIME Types : This uses MIME Magic or Fileinfo to verify files.  The default setting is &#039;&#039;&#039;Yes&#039;&#039;&#039;.  If invalid MIME type errors are received then change the setting to &#039;&#039;No&#039;&#039;.&lt;br /&gt;
; Legal Image Extensions (File Types) : This sets the legal images that can be uploaded. It operates by checking the file image headers.  By default, Joomla! only allows &#039;&#039;&#039;bmp,gif,jpg,png&#039;&#039;&#039;.&lt;br /&gt;
; Ignored Extensions : This sets what extensions are ignored for MIME type checking and restricts uploads.  By default, no extensions are added.&lt;br /&gt;
; Legal MIME Types : This sets the list of legal MIME types for uploads.  By default, Joomla! automatically includes the standard file types.  It is recommended that you should not touch this setting unless you know what you are doing.&lt;br /&gt;
; Illegal MIME Types : This sets the list of illegal MIME types for uploads.  By default, Joomla! automatically blocks HTML MIME types.  It is recommended that you should not touch this setting unless you know what you are doing.&lt;br /&gt;
&lt;br /&gt;
====Debug Settings====&lt;br /&gt;
; Debug System : This will turn on the debugging system of Joomla!.  When set to &#039;&#039;&#039;Yes&#039;&#039;&#039;, this tool will provide diagnostic information, language translations, and SQL errors. If any such issues or errors are identified, it/they will be displayed at the bottom of each page below the footer on every page in both the front-end and back-end.&lt;br /&gt;
; Debug Language : This will turn on the debugging indicators (*...*) or (?...?) for the Joomla! Language files.  Debug Language will work without the Debug System tool set to on.  But it will not provide additional detailed references which would help in correcting any errors.&lt;br /&gt;
&lt;br /&gt;
====Cache Settings====&lt;br /&gt;
; Cache : This setting sets whether site caching is enabled or not.  When enabled, it keeps a local copy of the content on the server to speed up accessing and lessen stress on the database.  The default setting is &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
; Cache Time : This setting sets the maximum length of time (in minutes) for a cache file to be stored before it i refreshed.  The default setting is &#039;&#039;&#039;15&#039;&#039;&#039; minutes.&lt;br /&gt;
; Cache Handler : This setting sets how the cache operates.  There is only one caching mechanism which is file-based.&lt;br /&gt;
&lt;br /&gt;
====Session Settings====&lt;br /&gt;
; Session Lifetime : This setting sets how long a session should last and how long a user can remain signed in for (before logging them off for being inactive).  The default setting is &#039;&#039;&#039;15&#039;&#039;&#039; minutes.&lt;br /&gt;
; Session Handler : This setting sets how the session should be handled once a user connects and logs into the site.  The default setting is set to &#039;&#039;&#039;Database&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Server===&lt;br /&gt;
&lt;br /&gt;
[[Image:Gc-server.jpg|right|500px]]&lt;br /&gt;
&lt;br /&gt;
====Server Settings====&lt;br /&gt;
; Path to Temp-folder : The path where files are temporary stored.  This is filled in by default when Joomla! is installed.&lt;br /&gt;
; GZIP Page Compression : Compressing pages typically quickens site speed.  The default setting is &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
; Error Reporting : This sets the appropriate level of reporting.  The default setting is &#039;&#039;&#039;System Default&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Locale Settings====&lt;br /&gt;
; Time Zone : This tool sets the current date and time.  The set time should be where the site&#039;s server is located.  The default setting is &#039;&#039;&#039;(UTC 00:00) Western Europe Time, London, Lisbon, Casablanca&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====FTP Settings====&lt;br /&gt;
FTP stands for File Transfer Protocol.  Most of these settings are set during the initial Joomla! installation.&lt;br /&gt;
&lt;br /&gt;
; Enable FTP : This setting tells Joomla! to use it&#039;s built-in FTP function instead of the normal upload progress used by PHP.&lt;br /&gt;
; FTP Host : The host server&#039;s URL connecting the FTP.&lt;br /&gt;
; FTP Port : The port where the FTP is accessed.  The default setting is &#039;&#039;&#039;21&#039;&#039;&#039;.&lt;br /&gt;
; FTP Username : The username that Joomla! will use when accessing the FTP server.  Security recommendation: create another FTP user account to access a folder where files will be uploaded to.  (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
; FTP Password : The password that Joomla! will use when accessing the FTP server.  Security recommendation: creqte another FTP user account to access the folder where files will be uploaded to. (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
; FTP Root : The root directory where files should be uploaded to.&lt;br /&gt;
&lt;br /&gt;
====Database Settings====&lt;br /&gt;
These settings are set during the initial setup of Joomla!  It is advised that no settings should be changed in this section without working knowledge of how databases work.&lt;br /&gt;
&lt;br /&gt;
; Database Type : The type of databased used.  The default setting is &#039;&#039;&#039;mysql&#039;&#039;&#039;, unless changed during the initial setup of Joomla!.&lt;br /&gt;
; Hostname : The hostname where the database is located.  It is typically set to &#039;&#039;&#039;localhost&#039;&#039;&#039; for most servers.  It is possible for the hostname to be located on a different server all together.&lt;br /&gt;
; Username : The username to access the database.&lt;br /&gt;
; Database : The name of the database.&lt;br /&gt;
; Database Prefix : The prefix used before the actual table&#039;s name is working with the database.  The default setting is &#039;&#039;&#039;jos_&#039;&#039;&#039; unless changed during initial setup of Joomla!.&lt;br /&gt;
&lt;br /&gt;
====Mail Settings====&lt;br /&gt;
The mail settings are set during the initial setup of Joomla!.  These settings can be changed whenever needed.&lt;br /&gt;
&lt;br /&gt;
; Mailer : This setting sets which mailer to use when delivery emails from the site.  The default setting is &#039;&#039;&#039;PHP Mail Function&#039;&#039;&#039; but may be changed during the initial Joomla! installation.&lt;br /&gt;
:; PHP Mail Function : This tools instructs Joomla! to use the mail function that is built into PHP.&lt;br /&gt;
:; Sendmail : This instructs Joomla! to use the sendmail function typically used when creating HTML email forms.&lt;br /&gt;
:; SMTP Server : This tool uses the site&#039;s SMTP server.&lt;br /&gt;
; Mail from : The email address used by Joomla! to send site email.&lt;br /&gt;
; From Name : The name Joomla! will use when sending site emails.  By default, Joomla! uses the site name during the initial setup.&lt;br /&gt;
; Sendmail Path : The path where the Sandmail program is located.  This is typically filled in by Joomla! during the initial setup.  This path is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
; SMTP Authentication : If the SMTP server requires authentication to send mail, set this to &#039;&#039;&#039;Yes&#039;&#039;&#039;, otherwise leave it at &#039;&#039;&#039;No&#039;&#039;&#039;.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
; SMTP Username : The username to use for access to the SMTP host.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
; SMTP Password : The password to use for access to the SMTP host.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
; SMTP Host : The SMTP address to use when sending mail.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Typical Usage==&lt;br /&gt;
Global Configuration sets all the required settings needed for the site to function properly. To access the page, either click on Global Configuration in the main Control Panel or go to &#039;&#039;&#039;Site &amp;gt; Global Configuration&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Quick Tips==&lt;br /&gt;
Most, if not all, of these settings can be set once and then left alone.&lt;br /&gt;
&lt;br /&gt;
If no major modifications are to be made then consider taking the site offline to test it&#039;s functions and to make sure everything is in working order.&lt;br /&gt;
&lt;br /&gt;
==Points to Watch==&lt;br /&gt;
None Known at this Time&lt;br /&gt;
&lt;br /&gt;
==Dependencies==&lt;br /&gt;
None&lt;br /&gt;
&lt;br /&gt;
[[Category:DocCamp]]&lt;/div&gt;</summary>
		<author><name>Newbee</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Help15:Screen.config.15&amp;diff=2043</id>
		<title>Help15:Screen.config.15</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Help15:Screen.config.15&amp;diff=2043"/>
		<updated>2008-01-21T13:59:42Z</updated>

		<summary type="html">&lt;p&gt;Newbee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{review}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
The Global Configuration screen allows you to configure the Joomla! site with your personal settings.&lt;br /&gt;
&lt;br /&gt;
==Version Changes==&lt;br /&gt;
The following information lists the changes from version 1.0.x to 1.5:&lt;br /&gt;
* The following tabs have been removed:&lt;br /&gt;
** Locale&lt;br /&gt;
** Content&lt;br /&gt;
** Database&lt;br /&gt;
** Metadata&lt;br /&gt;
** Mail&lt;br /&gt;
** Cache&lt;br /&gt;
** Statistics&lt;br /&gt;
** SEO&lt;br /&gt;
* The following changes have been made to the [[#Site | Site]] tab:&lt;br /&gt;
** Options that have been removed:&lt;br /&gt;
*** System Error Message&lt;br /&gt;
*** Front-end Login&lt;br /&gt;
*** Favourites Site Icon&lt;br /&gt;
** &#039;&#039;&#039;Show Unauthorised Links&#039;&#039;&#039; has been moved to the &#039;&#039;&#039;Parameters&#039;&#039;&#039; options of the [[screen.content.15 | Article Manager]]&lt;br /&gt;
** The following options have been moved to the new [[#System | System]] tab&lt;br /&gt;
*** Allow User Registration&lt;br /&gt;
*** Use New Account Activation&lt;br /&gt;
*** Front-end User Parameters&lt;br /&gt;
** All settings originally under the &#039;&#039;&#039;Metadata&#039;&#039;&#039; tab have been grouped together as [[#Metadata_Settings | Metadata Settings]] and placed under this tab&lt;br /&gt;
** All settings originally under the &#039;&#039;&#039;SEO&#039;&#039;&#039; tab have been grouped together as [[#SEO_Settings | SEO Settings]] and placed under this tab&lt;br /&gt;
*** Dynamic Page Titles have been changed to &#039;&#039;&#039;Add suffix to URLs&#039;&#039;&#039; (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
*** &#039;&#039;&#039;Use Apache &#039;&#039;mod_rewrite&#039;&#039;&#039;&#039;&#039; has been added&lt;br /&gt;
** The following options have been grouped together and labeled as [[#Site_Settings | Site Settings]]:&lt;br /&gt;
*** Site Offline&lt;br /&gt;
*** Offline Message&lt;br /&gt;
*** Site Name&lt;br /&gt;
*** Default WYSIWYG Editor&lt;br /&gt;
*** List Length&lt;br /&gt;
* The following changes have been made to the [[#Server | Server]] tab&lt;br /&gt;
** Options that have been removed:&lt;br /&gt;
*** Absolute Path&lt;br /&gt;
*** Live Site&lt;br /&gt;
*** Admin Session Lifetime&lt;br /&gt;
*** Remember Expired Admin page&lt;br /&gt;
*** Session Authentication Method&lt;br /&gt;
*** File Creation&lt;br /&gt;
*** Directory Creation&lt;br /&gt;
** &#039;&#039;&#039;Time Offset&#039;&#039;&#039;, originally under the &#039;&#039;&#039;Locale&#039;&#039;&#039; tab, is now under this tab under [[#Locale_Settings | Locale Settings]]&lt;br /&gt;
** All settings originally located under the &#039;&#039;&#039;Database&#039;&#039;&#039; tab have been grouped together as [[#Database_Settings | Database Settings]] and placed under this tab&lt;br /&gt;
** &#039;&#039;&#039;Site Session Lifetime&#039;&#039;&#039; has been renamed to &#039;&#039;&#039;Session Lifetime&#039;&#039;&#039; and has been moved to the new [[#System | System]] tab under [[#Session_Settings | Session Settings]]&lt;br /&gt;
** &#039;&#039;&#039;Help Server&#039;&#039;&#039; has been changed to a drop down box&lt;br /&gt;
** All settings originally located under the &#039;&#039;&#039;Mail&#039;&#039;&#039; tab have been grouped together as [[#Mail_Settings | Mail Settings]] and placed under this tab&lt;br /&gt;
* All settings originally located in the &#039;&#039;&#039;Content&#039;&#039;&#039; tab have been moved to the new &#039;&#039;&#039;Parameters&#039;&#039;&#039; options of the [[screen.content.15 | Article Manager]]&lt;br /&gt;
* All settings originally located in the &#039;&#039;&#039;Cache&#039;&#039;&#039; tab have been moved to the new [[#System | System]] tab.&lt;br /&gt;
** Cache Folder has been replaced with a drop down box unable to be changed. (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
&lt;br /&gt;
==Column Headers==&lt;br /&gt;
===Site===&lt;br /&gt;
&lt;br /&gt;
[[Image:Gc-site.jpg|right|500px]]&lt;br /&gt;
&lt;br /&gt;
====Site Settings====&lt;br /&gt;
; Site Offline : It shows when the site is offline.  Only Administrators will be able to see the site when &#039;&#039;Site Offline&#039;&#039; is set to Yes.  By default, this is set to &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
; Offline Message : The message that will be displayed on the site when the site is offline.&lt;br /&gt;
; Site Name : The name of the site.&lt;br /&gt;
; Default WYSIWYG Editor : (WYSIWYG stands for What You See Is What You Get) The default editor to use when creating articles.&lt;br /&gt;
; List Length : The length of lists in the Control Panel for all Users.  By default, this is set to &#039;&#039;&#039;20&#039;&#039;&#039;.&lt;br /&gt;
; Feed Length : The number of content items to be shown in the feed(s).  By default, this is set to &#039;&#039;&#039;10&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Metadata Settings====&lt;br /&gt;
; Global Site Meta Description : This is the description of the site which is indexed by search engine spiders.&lt;br /&gt;
; Global Site Meta Keywords : These keywords describe the site and are the basis for improving the ability of search engine spiders ability to index the site.&lt;br /&gt;
; Show Title Meta Tag : It shows the Meta information of each article.  This Meta information is used by search engine spiders when indexing the site.  Each article can have it&#039;s own Meta Data information (set under the &#039;&#039;&#039;Metadata Information&#039;&#039;&#039; pane when creating or editing an article).  Refer to [[screen.content.edit.15 | Article Manager - New/Edit]] for more information.&lt;br /&gt;
; Show Author Meta Tag : It shows the Author Meta information for articles and is used by search engine spiders when indexing the site.  Refer to [[screen.content.edit.15 | Article Manager - New/Edit]] for more information.&lt;br /&gt;
&lt;br /&gt;
====SEO Settings====&lt;br /&gt;
SEO stands for &#039;&#039;Search Engine Optimization&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
; Search Engine Friendly URLs : When set to &#039;&#039;Yes&#039;&#039;, URLs are rewritten to be more friendly for search engine spiders.  An example: instead of viewing the following URL &#039;&#039;www.yourname.com/index.php?option=com_content&amp;amp;view=etc...&#039;&#039;, the URL will be &#039;&#039;www.yourname.com/alias&#039;&#039;.  Most of the items created in Joomla! have an Alias box where a search engine friendly URL can be inserted.  The default setting is &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
; Use Apache &#039;&#039;mod_rewrite&#039;&#039; : When set to &#039;&#039;Yes&#039;&#039;, Joomla! will use the &#039;&#039;mod_rewrite&#039;&#039; settings of Apache when creating search engine friendly URLs.  Please note: it is advised that you do not modify the &#039;&#039;&#039;.htaccess&#039;&#039;&#039; file without working knowledge of how it works and is used. Use of the included &#039;&#039;&#039;.htaccess&#039;&#039;&#039; file (provided with Joomla!) is required if planned on using this setting by renaming &#039;&#039;&#039;htaccess.txt&#039;&#039;&#039; to &#039;&#039;&#039;.htaccess&#039;&#039;&#039;.    To learn more about &#039;&#039;&#039;.htaccess&#039;&#039;&#039; files, refer to Apache.org&#039;s Documentation[http://httpd.apache.org/docs/1.3/howto/htaccess.html].  By default, this setting is set to &#039;&#039;&#039;No&#039;&#039;&#039;.  (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
; Add suffix to URLs : When set to &#039;&#039;Yes&#039;&#039;, Joomla! will add &#039;&#039;&#039;.html&#039;&#039;&#039; at the end of the URLs.  The default setting is &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===System===&lt;br /&gt;
&lt;br /&gt;
[[Image:Gc-system.jpg|right|500px]]&lt;br /&gt;
&lt;br /&gt;
====System Settings====&lt;br /&gt;
; Secret Word : It is generated when Joomla! is first installed and is not changeable.  It is used for security functions.&lt;br /&gt;
; Path to Log folder : The path where the logs should be stored.  Joomla! installer should automatically fill in this folder.&lt;br /&gt;
; Enable Web Services : This feature enables Joomla! to make RPC (Remote Procedure Calls) using HTTP as the transport medium and XML as the encoding language.  This function should remain on to ensure that many third party extensions works.  The default setting &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
; Help Server : The server used to get help information when clicking the &#039;&#039;&#039;Help&#039;&#039;&#039; image (visible in many screens and options of the administration panel).  By default, it uses Joomla!&#039;s main help site.&lt;br /&gt;
&lt;br /&gt;
====User Settings====&lt;br /&gt;
; Allow User Registration : This determines whether users can register on the site.  The default setting is &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
; New User Registration Type : If &#039;&#039;Allow User Registration&#039;&#039; is set to &#039;&#039;Yes&#039;&#039;, this setting tells Joomla! what level of access should be given to new users who register.  The default setting is &#039;&#039;&#039;Registered&#039;&#039;&#039;.&lt;br /&gt;
; New User Account Activation : This setting determines whether a new user will have to activate their account before they can use it.  If set to &#039;&#039;&#039;Yes&#039;&#039;&#039;, users will be sent an email containing a link to a web address.  Following the link will activate the account.  By default, this setting is set to &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
; Front-end User Parameters : When set to &#039;&#039;Show&#039;&#039; and logged in via the front-end, users will be able to select their language, article editor, and help site preferences from within their Details screen.  The default setting is &#039;&#039;&#039;Show&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Media Settings====&lt;br /&gt;
; Legal Extensions (File Types) : The file types allowed for uploading.  By default, when Joomla! is installed, the basic image and document files are set.&lt;br /&gt;
; Maximum Size (in bytes) : The maximum file size allowed for an upload in bytes. The default setting is &#039;&#039;&#039;10000000&#039;&#039;&#039;.&lt;br /&gt;
; Path to File Folder : The path where non-images media files are located (non-images refers to files such as videos and document files).  Upon installation this path is automatically filled in.  It may be modified to fit how a site&#039;s directories are setup.&lt;br /&gt;
; Path to Image Folder : The path where images are stored.  Upon installation this path is automatically filled in.  It may be modified to fit how the directories are setup on the site.&lt;br /&gt;
; Restrict Uploads : This feature restricts uploads by user type.  The default setting is &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
; Check MIME Types : This uses MIME Magic or Fileinfo to verify files.  The default setting is &#039;&#039;&#039;Yes&#039;&#039;&#039;.  If invalid MIME type errors are received then change the setting to &#039;&#039;No&#039;&#039;.&lt;br /&gt;
; Legal Image Extensions (File Types) : This sets the legal images that can be uploaded. It operates by checking the file image headers.  By default, Joomla! only allows &#039;&#039;&#039;bmp,gif,jpg,png&#039;&#039;&#039;.&lt;br /&gt;
; Ignored Extensions : This sets what extensions are ignored for MIME type checking and restricts uploads.  By default, no extensions are added.&lt;br /&gt;
; Legal MIME Types : This sets the list of legal MIME types for uploads.  By default, Joomla! automatically includes the standard file types.  It is recommended that you should not touch this setting unless you know what you are doing.&lt;br /&gt;
; Illegal MIME Types : This sets the list of illegal MIME types for uploads.  By default, Joomla! automatically blocks HTML MIME types.  It is recommended that you should not touch this setting unless you know what you are doing.&lt;br /&gt;
&lt;br /&gt;
====Debug Settings====&lt;br /&gt;
; Debug System : This will turn on the debugging system of Joomla!.  When set to &#039;&#039;&#039;Yes&#039;&#039;&#039;, this tool will provide diagnostic information, language translations, and SQL errors. If any such issues or errors are identified, it/they will be displayed at the bottom of each page below the footer on every page in both the front-end and back-end.&lt;br /&gt;
; Debug Language : This will turn on the debugging indicators (*...*) or (?...?) for the Joomla! Language files.  Debug Language will work without the Debug System tool set to on.  But it will not provide additional detailed references which would help in correcting any errors.&lt;br /&gt;
&lt;br /&gt;
====Cache Settings====&lt;br /&gt;
; Cache : This setting sets whether site caching is enabled or not.  When enabled, it keeps a local copy of the content on the server to speed up accessing and lessen stress on the database.  The default setting is &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
; Cache Time : This setting sets the maximum length of time (in minutes) for a cache file to be stored before it i refreshed.  The default setting is &#039;&#039;&#039;15&#039;&#039;&#039; minutes.&lt;br /&gt;
; Cache Handler : This setting sets how the cache operates.  There is only one caching mechanism which is file-based.&lt;br /&gt;
&lt;br /&gt;
====Session Settings====&lt;br /&gt;
; Session Lifetime : This setting sets how long a session should last and how long a user can remain signed in for (before logging them off for being inactive).  The default setting is &#039;&#039;&#039;15&#039;&#039;&#039; minutes.&lt;br /&gt;
; Session Handler : This setting sets how the session should be handled once a user connects and logs into the site.  The default setting is set to &#039;&#039;&#039;Database&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Server===&lt;br /&gt;
&lt;br /&gt;
[[Image:Gc-server.jpg|right|500px]]&lt;br /&gt;
&lt;br /&gt;
====Server Settings====&lt;br /&gt;
; Path to Temp-folder : The path where files are temporary stored.  This is filled in by default when Joomla! is installed.&lt;br /&gt;
; GZIP Page Compression : Compressing pages typically quickens site speed.  The default setting is &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
; Error Reporting : This sets the appropriate level of reporting.  The default setting is &#039;&#039;&#039;System Default&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Locale Settings====&lt;br /&gt;
; Time Zone : This tool sets the current date and time.  The set time should be where the site&#039;s server is located.  The default setting is &#039;&#039;&#039;(UTC 00:00) Western Europe Time, London, Lisbon, Casablanca&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====FTP Settings====&lt;br /&gt;
FTP stands for File Transfer Protocol.  Most of these settings are set during the initial Joomla! installation.&lt;br /&gt;
&lt;br /&gt;
; Enable FTP : This setting tells Joomla! to use it&#039;s built-in FTP function instead of the normal upload progress used by PHP.&lt;br /&gt;
; FTP Host : The host server&#039;s URL connecting the FTP.&lt;br /&gt;
; FTP Port : The port where the FTP is accessed.  The default setting is &#039;&#039;&#039;21&#039;&#039;&#039;.&lt;br /&gt;
; FTP Username : The username that Joomla! will use when accessing the FTP server.  Security recommendation: create another FTP user account to access a folder where files will be uploaded to.  (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
; FTP Password : The password that Joomla! will use when accessing the FTP server.  Security recommendation: creqte another FTP user account to access the folder where files will be uploaded to. (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
; FTP Root : The root directory where files should be uploaded to.&lt;br /&gt;
&lt;br /&gt;
====Database Settings====&lt;br /&gt;
These settings are set during the initial setup of Joomla!  It is advised that no settings should be changed in this section without working knowledge of how databases work.&lt;br /&gt;
&lt;br /&gt;
; Database Type : The type of databased used.  The default setting is &#039;&#039;&#039;mysql&#039;&#039;&#039;, unless changed during the initial setup of Joomla!.&lt;br /&gt;
; Hostname : The hostname where the database is located.  It is typically set to &#039;&#039;&#039;localhost&#039;&#039;&#039; for most servers.  It is possible for the hostname to be located on a different server all together.&lt;br /&gt;
; Username : The username to access the database.&lt;br /&gt;
; Database : The name of the database.&lt;br /&gt;
; Database Prefix : The prefix used before the actual table&#039;s name is working with the database.  The default setting is &#039;&#039;&#039;jos_&#039;&#039;&#039; unless changed during initial setup of Joomla!.&lt;br /&gt;
&lt;br /&gt;
====Mail Settings====&lt;br /&gt;
The mail settings are set during the initial setup of Joomla!.  These settings can be changed whenever needed.&lt;br /&gt;
&lt;br /&gt;
; Mailer : This setting sets which mailer to use when delivery emails from the site.  The default setting is &#039;&#039;&#039;PHP Mail Function&#039;&#039;&#039; but may be changed during the initial Joomla! installation.&lt;br /&gt;
:; PHP Mail Function : This tools instructs Joomla! to use the mail function that is built into PHP.&lt;br /&gt;
:; Sendmail : This instructs Joomla! to use the sendmail function typically used when creating HTML email forms.&lt;br /&gt;
:; SMTP Server : This tool uses the site&#039;s SMTP server.&lt;br /&gt;
; Mail from : The email address used by Joomla! to send site email.&lt;br /&gt;
; From Name : The name Joomla! will use when sending site emails.  By default, Joomla! uses the site name during the initial setup.&lt;br /&gt;
; Sendmail Path : The path where the Sandmail program is located.  This is typically filled in by Joomla! during the initial setup.  This path is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
; SMTP Authentication : If the SMTP server requires authentication to send mail, set this to &#039;&#039;&#039;Yes&#039;&#039;&#039;, otherwise leave it at &#039;&#039;&#039;No&#039;&#039;&#039;.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
; SMTP Username : The username to use for access to the SMTP host.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
; SMTP Password : The password to use for access to the SMTP host.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
; SMTP Host : The SMTP address to use when sending mail.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Typical Usage==&lt;br /&gt;
Global Configuration sets all the required settings needed for the site to function properly. To access the page, either click on Global Configuration in the main Control Panel or go to &#039;&#039;&#039;Site &amp;gt; Global Configuration&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Quick Tips==&lt;br /&gt;
Most, if not all, of these settings can be set once and then left alone.&lt;br /&gt;
&lt;br /&gt;
If no major modifications are to be made then consider taking the site offline to test it&#039;s functions and to make sure everything is in working order.&lt;br /&gt;
&lt;br /&gt;
==Points to Watch==&lt;br /&gt;
None Known at this Time&lt;br /&gt;
&lt;br /&gt;
==Dependencies==&lt;br /&gt;
None&lt;br /&gt;
&lt;br /&gt;
[[Category:DocCamp]]&lt;/div&gt;</summary>
		<author><name>Newbee</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Help15:Screen.config.15&amp;diff=2042</id>
		<title>Help15:Screen.config.15</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Help15:Screen.config.15&amp;diff=2042"/>
		<updated>2008-01-21T13:57:58Z</updated>

		<summary type="html">&lt;p&gt;Newbee: English language review only; technical review required.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{inuse}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
The Global Configuration screen allows you to configure the Joomla! site with your personal settings.&lt;br /&gt;
&lt;br /&gt;
==Version Changes==&lt;br /&gt;
The following information lists the changes from version 1.0.x to 1.5:&lt;br /&gt;
* The following tabs have been removed:&lt;br /&gt;
** Locale&lt;br /&gt;
** Content&lt;br /&gt;
** Database&lt;br /&gt;
** Metadata&lt;br /&gt;
** Mail&lt;br /&gt;
** Cache&lt;br /&gt;
** Statistics&lt;br /&gt;
** SEO&lt;br /&gt;
* The following changes have been made to the [[#Site | Site]] tab:&lt;br /&gt;
** Options that have been removed:&lt;br /&gt;
*** System Error Message&lt;br /&gt;
*** Front-end Login&lt;br /&gt;
*** Favourites Site Icon&lt;br /&gt;
** &#039;&#039;&#039;Show Unauthorised Links&#039;&#039;&#039; was moved to the &#039;&#039;&#039;Parameters&#039;&#039;&#039; options of the [[screen.content.15 | Article Manager]]&lt;br /&gt;
** The following options have been moved to the new [[#System | System]] tab&lt;br /&gt;
*** Allow User Registration&lt;br /&gt;
*** Use New Account Activation&lt;br /&gt;
*** Front-end User Parameters&lt;br /&gt;
** All settings originally under the &#039;&#039;&#039;Metadata&#039;&#039;&#039; tab have been grouped together as [[#Metadata_Settings | Metadata Settings]] and placed under this tab&lt;br /&gt;
** All settings originally under the &#039;&#039;&#039;SEO&#039;&#039;&#039; tab have been grouped together as [[#SEO_Settings | SEO Settings]] and placed under this tab&lt;br /&gt;
*** Dynamic Page Titles have been changed to &#039;&#039;&#039;Add suffix to URLs&#039;&#039;&#039; (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
*** &#039;&#039;&#039;Use Apache &#039;&#039;mod_rewrite&#039;&#039;&#039;&#039;&#039; has been added&lt;br /&gt;
** The following options have been grouped together and labeled as [[#Site_Settings | Site Settings]]:&lt;br /&gt;
*** Site Offline&lt;br /&gt;
*** Offline Message&lt;br /&gt;
*** Site Name&lt;br /&gt;
*** Default WYSIWYG Editor&lt;br /&gt;
*** List Length&lt;br /&gt;
* The following changes have been made to the [[#Server | Server]] tab&lt;br /&gt;
** Options that have been removed:&lt;br /&gt;
*** Absolute Path&lt;br /&gt;
*** Live Site&lt;br /&gt;
*** Admin Session Lifetime&lt;br /&gt;
*** Remember Expired Admin page&lt;br /&gt;
*** Session Authentication Method&lt;br /&gt;
*** File Creation&lt;br /&gt;
*** Directory Creation&lt;br /&gt;
** &#039;&#039;&#039;Time Offset&#039;&#039;&#039;, originally under the &#039;&#039;&#039;Locale&#039;&#039;&#039; tab, is now under this tab under [[#Locale_Settings | Locale Settings]]&lt;br /&gt;
** All settings originally located under the &#039;&#039;&#039;Database&#039;&#039;&#039; tab have been grouped together as [[#Database_Settings | Database Settings]] and placed under this tab&lt;br /&gt;
** &#039;&#039;&#039;Site Session Lifetime&#039;&#039;&#039; has been renamed to &#039;&#039;&#039;Session Lifetime&#039;&#039;&#039; and has been moved to the new [[#System | System]] tab under [[#Session_Settings | Session Settings]]&lt;br /&gt;
** &#039;&#039;&#039;Help Server&#039;&#039;&#039; has been changed to a drop down box&lt;br /&gt;
** All settings originally located under the &#039;&#039;&#039;Mail&#039;&#039;&#039; tab have been grouped together as [[#Mail_Settings | Mail Settings]] and placed under this tab&lt;br /&gt;
* All settings originally located in the &#039;&#039;&#039;Content&#039;&#039;&#039; tab have been moved to the new &#039;&#039;&#039;Parameters&#039;&#039;&#039; options of the [[screen.content.15 | Article Manager]]&lt;br /&gt;
* All settings originally located in the &#039;&#039;&#039;Cache&#039;&#039;&#039; tab have been moved to the new [[#System | System]] tab.&lt;br /&gt;
** Cache Folder has been replaced with a drop down box unable to be changed. (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
&lt;br /&gt;
==Column Headers==&lt;br /&gt;
===Site===&lt;br /&gt;
&lt;br /&gt;
[[Image:Gc-site.jpg|right|500px]]&lt;br /&gt;
&lt;br /&gt;
====Site Settings====&lt;br /&gt;
; Site Offline : It shows when the site is offline.  Only Administrators will be able to see the site when &#039;&#039;Site Offline&#039;&#039; is set to Yes.  By default, this is set to &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
; Offline Message : The message that will be displayed on the site when the site is offline.&lt;br /&gt;
; Site Name : The name of the site.&lt;br /&gt;
; Default WYSIWYG Editor : (WYSIWYG stands for What You See Is What You Get) The default editor to use when creating articles.&lt;br /&gt;
; List Length : The length of lists in the Control Panel for all Users.  By default, this is set to &#039;&#039;&#039;20&#039;&#039;&#039;.&lt;br /&gt;
; Feed Length : The number of content items to be shown in the feed(s).  By default, this is set to &#039;&#039;&#039;10&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Metadata Settings====&lt;br /&gt;
; Global Site Meta Description : This is the description of the site which is indexed by search engine spiders.&lt;br /&gt;
; Global Site Meta Keywords : These keywords describe the site and are the basis for improving the ability of search engine spiders ability to index the site.&lt;br /&gt;
; Show Title Meta Tag : It shows the Meta information of each article.  This Meta information is used by search engine spiders when indexing the site.  Each article can have it&#039;s own Meta Data information (set under the &#039;&#039;&#039;Metadata Information&#039;&#039;&#039; pane when creating or editing an article).  Refer to [[screen.content.edit.15 | Article Manager - New/Edit]] for more information.&lt;br /&gt;
; Show Author Meta Tag : It shows the Author Meta information for articles and is used by search engine spiders when indexing the site.  Refer to [[screen.content.edit.15 | Article Manager - New/Edit]] for more information.&lt;br /&gt;
&lt;br /&gt;
====SEO Settings====&lt;br /&gt;
SEO stands for &#039;&#039;Search Engine Optimization&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
; Search Engine Friendly URLs : When set to &#039;&#039;Yes&#039;&#039;, URLs are rewritten to be more friendly for search engine spiders.  An example: instead of viewing the following URL &#039;&#039;www.yourname.com/index.php?option=com_content&amp;amp;view=etc...&#039;&#039;, the URL will be &#039;&#039;www.yourname.com/alias&#039;&#039;.  Most of the items created in Joomla! have an Alias box where a search engine friendly URL can be inserted.  The default setting is &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
; Use Apache &#039;&#039;mod_rewrite&#039;&#039; : When set to &#039;&#039;Yes&#039;&#039;, Joomla! will use the &#039;&#039;mod_rewrite&#039;&#039; settings of Apache when creating search engine friendly URLs.  Please note: it is advised that you do not modify the &#039;&#039;&#039;.htaccess&#039;&#039;&#039; file without working knowledge of how it works and is used. Use of the included &#039;&#039;&#039;.htaccess&#039;&#039;&#039; file (provided with Joomla!) is required if planned on using this setting by renaming &#039;&#039;&#039;htaccess.txt&#039;&#039;&#039; to &#039;&#039;&#039;.htaccess&#039;&#039;&#039;.    To learn more about &#039;&#039;&#039;.htaccess&#039;&#039;&#039; files, refer to Apache.org&#039;s Documentation[http://httpd.apache.org/docs/1.3/howto/htaccess.html].  By default, this setting is set to &#039;&#039;&#039;No&#039;&#039;&#039;.  (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
; Add suffix to URLs : When set to &#039;&#039;Yes&#039;&#039;, Joomla! will add &#039;&#039;&#039;.html&#039;&#039;&#039; at the end of the URLs.  The default setting is &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===System===&lt;br /&gt;
&lt;br /&gt;
[[Image:Gc-system.jpg|right|500px]]&lt;br /&gt;
&lt;br /&gt;
====System Settings====&lt;br /&gt;
; Secret Word : It is generated when Joomla! is first installed and is not changeable.  It is used for security functions.&lt;br /&gt;
; Path to Log folder : The path where the logs should be stored.  Joomla! installer should automatically fill in this folder.&lt;br /&gt;
; Enable Web Services : This feature enables Joomla! to make RPC (Remote Procedure Calls) using HTTP as the transport medium and XML as the encoding language.  This function should remain on to ensure that many third party extensions works.  The default setting &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
; Help Server : The server used to get help information when clicking the &#039;&#039;&#039;Help&#039;&#039;&#039; image (visible in many screens and options of the administration panel).  By default, it uses Joomla!&#039;s main help site.&lt;br /&gt;
&lt;br /&gt;
====User Settings====&lt;br /&gt;
; Allow User Registration : This determines whether users can register on the site.  The default setting is &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
; New User Registration Type : If &#039;&#039;Allow User Registration&#039;&#039; is set to &#039;&#039;Yes&#039;&#039;, this setting tells Joomla! what level of access should be given to new users who register.  The default setting is &#039;&#039;&#039;Registered&#039;&#039;&#039;.&lt;br /&gt;
; New User Account Activation : This setting determines whether a new user will have to activate their account before they can use it.  If set to &#039;&#039;&#039;Yes&#039;&#039;&#039;, users will be sent an email containing a link to a web address.  Following the link will activate the account.  By default, this setting is set to &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
; Front-end User Parameters : When set to &#039;&#039;Show&#039;&#039; and logged in via the front-end, users will be able to select their language, article editor, and help site preferences from within their Details screen.  The default setting is &#039;&#039;&#039;Show&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Media Settings====&lt;br /&gt;
; Legal Extensions (File Types) : The file types allowed for uploading.  By default, when Joomla! is installed, the basic image and document files are set.&lt;br /&gt;
; Maximum Size (in bytes) : The maximum file size allowed for an upload in bytes. The default setting is &#039;&#039;&#039;10000000&#039;&#039;&#039;.&lt;br /&gt;
; Path to File Folder : The path where non-images media files are located (non-images refers to files such as videos and document files).  Upon installation this path is automatically filled in.  It may be modified to fit how a site&#039;s directories are setup.&lt;br /&gt;
; Path to Image Folder : The path where images are stored.  Upon installation this path is automatically filled in.  It may be modified to fit how the directories are setup on the site.&lt;br /&gt;
; Restrict Uploads : This feature restricts uploads by user type.  The default setting is &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
; Check MIME Types : This uses MIME Magic or Fileinfo to verify files.  The default setting is &#039;&#039;&#039;Yes&#039;&#039;&#039;.  If invalid MIME type errors are received then change the setting to &#039;&#039;No&#039;&#039;.&lt;br /&gt;
; Legal Image Extensions (File Types) : This sets the legal images that can be uploaded. It operates by checking the file image headers.  By default, Joomla! only allows &#039;&#039;&#039;bmp,gif,jpg,png&#039;&#039;&#039;.&lt;br /&gt;
; Ignored Extensions : This sets what extensions are ignored for MIME type checking and restricts uploads.  By default, no extensions are added.&lt;br /&gt;
; Legal MIME Types : This sets the list of legal MIME types for uploads.  By default, Joomla! automatically includes the standard file types.  It is recommended that you should not touch this setting unless you know what you are doing.&lt;br /&gt;
; Illegal MIME Types : This sets the list of illegal MIME types for uploads.  By default, Joomla! automatically blocks HTML MIME types.  It is recommended that you should not touch this setting unless you know what you are doing.&lt;br /&gt;
&lt;br /&gt;
====Debug Settings====&lt;br /&gt;
; Debug System : This will turn on the debugging system of Joomla!.  When set to &#039;&#039;&#039;Yes&#039;&#039;&#039;, this tool will provide diagnostic information, language translations, and SQL errors. If any such issues or errors are identified, it/they will be displayed at the bottom of each page below the footer on every page in both the front-end and back-end.&lt;br /&gt;
; Debug Language : This will turn on the debugging indicators (*...*) or (?...?) for the Joomla! Language files.  Debug Language will work without the Debug System tool set to on.  But it will not provide additional detailed references which would help in correcting any errors.&lt;br /&gt;
&lt;br /&gt;
====Cache Settings====&lt;br /&gt;
; Cache : This setting sets whether site caching is enabled or not.  When enabled, it keeps a local copy of the content on the server to speed up accessing and lessen stress on the database.  The default setting is &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
; Cache Time : This setting sets the maximum length of time (in minutes) for a cache file to be stored before it i refreshed.  The default setting is &#039;&#039;&#039;15&#039;&#039;&#039; minutes.&lt;br /&gt;
; Cache Handler : This setting sets how the cache operates.  There is only one caching mechanism which is file-based.&lt;br /&gt;
&lt;br /&gt;
====Session Settings====&lt;br /&gt;
; Session Lifetime : This setting sets how long a session should last and how long a user can remain signed in for (before logging them off for being inactive).  The default setting is &#039;&#039;&#039;15&#039;&#039;&#039; minutes.&lt;br /&gt;
; Session Handler : This setting sets how the session should be handled once a user connects and logs into the site.  The default setting is set to &#039;&#039;&#039;Database&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Server===&lt;br /&gt;
&lt;br /&gt;
[[Image:Gc-server.jpg|right|500px]]&lt;br /&gt;
&lt;br /&gt;
====Server Settings====&lt;br /&gt;
; Path to Temp-folder : The path where files are temporary stored.  This is filled in by default when Joomla! is installed.&lt;br /&gt;
; GZIP Page Compression : Compressing pages typically quickens site speed.  The default setting is &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
; Error Reporting : This sets the appropriate level of reporting.  The default setting is &#039;&#039;&#039;System Default&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Locale Settings====&lt;br /&gt;
; Time Zone : This tool sets the current date and time.  The set time should be where the site&#039;s server is located.  The default setting is &#039;&#039;&#039;(UTC 00:00) Western Europe Time, London, Lisbon, Casablanca&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====FTP Settings====&lt;br /&gt;
FTP stands for File Transfer Protocol.  Most of these settings are set during the initial Joomla! installation.&lt;br /&gt;
&lt;br /&gt;
; Enable FTP : This setting tells Joomla! to use it&#039;s built-in FTP function instead of the normal upload progress used by PHP.&lt;br /&gt;
; FTP Host : The host server&#039;s URL connecting the FTP.&lt;br /&gt;
; FTP Port : The port where the FTP is accessed.  The default setting is &#039;&#039;&#039;21&#039;&#039;&#039;.&lt;br /&gt;
; FTP Username : The username that Joomla! will use when accessing the FTP server.  Security recommendation: create another FTP user account to access a folder where files will be uploaded to.  (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
; FTP Password : The password that Joomla! will use when accessing the FTP server.  Security recommendation: creqte another FTP user account to access the folder where files will be uploaded to. (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
; FTP Root : The root directory where files should be uploaded to.&lt;br /&gt;
&lt;br /&gt;
====Database Settings====&lt;br /&gt;
These settings are set during the initial setup of Joomla!  It is advised that no settings should be changed in this section without working knowledge of how databases work.&lt;br /&gt;
&lt;br /&gt;
; Database Type : The type of databased used.  The default setting is &#039;&#039;&#039;mysql&#039;&#039;&#039;, unless changed during the initial setup of Joomla!.&lt;br /&gt;
; Hostname : The hostname where the database is located.  It is typically set to &#039;&#039;&#039;localhost&#039;&#039;&#039; for most servers.  It is possible for the hostname to be located on a different server all together.&lt;br /&gt;
; Username : The username to access the database.&lt;br /&gt;
; Database : The name of the database.&lt;br /&gt;
; Database Prefix : The prefix used before the actual table&#039;s name is working with the database.  The default setting is &#039;&#039;&#039;jos_&#039;&#039;&#039; unless changed during initial setup of Joomla!.&lt;br /&gt;
&lt;br /&gt;
====Mail Settings====&lt;br /&gt;
The mail settings are set during the initial setup of Joomla!.  These settings can be changed whenever needed.&lt;br /&gt;
&lt;br /&gt;
; Mailer : This setting sets which mailer to use when delivery emails from the site.  The default setting is &#039;&#039;&#039;PHP Mail Function&#039;&#039;&#039; but may be changed during the initial Joomla! installation.&lt;br /&gt;
:; PHP Mail Function : This tools instructs Joomla! to use the mail function that is built into PHP.&lt;br /&gt;
:; Sendmail : This instructs Joomla! to use the sendmail function typically used when creating HTML email forms.&lt;br /&gt;
:; SMTP Server : This tool uses the site&#039;s SMTP server.&lt;br /&gt;
; Mail from : The email address used by Joomla! to send site email.&lt;br /&gt;
; From Name : The name Joomla! will use when sending site emails.  By default, Joomla! uses the site name during the initial setup.&lt;br /&gt;
; Sendmail Path : The path where the Sandmail program is located.  This is typically filled in by Joomla! during the initial setup.  This path is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
; SMTP Authentication : If the SMTP server requires authentication to send mail, set this to &#039;&#039;&#039;Yes&#039;&#039;&#039;, otherwise leave it at &#039;&#039;&#039;No&#039;&#039;&#039;.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
; SMTP Username : The username to use for access to the SMTP host.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
; SMTP Password : The password to use for access to the SMTP host.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
; SMTP Host : The SMTP address to use when sending mail.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Typical Usage==&lt;br /&gt;
Global Configuration sets all the required settings needed for the site to function properly. To access the page, either click on Global Configuration in the main Control Panel or go to &#039;&#039;&#039;Site &amp;gt; Global Configuration&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Quick Tips==&lt;br /&gt;
Most, if not all, of these settings can be set once and then left alone.&lt;br /&gt;
&lt;br /&gt;
If no major modifications are to be made then consider taking the site offline to test it&#039;s functions and to make sure everything is in working order.&lt;br /&gt;
&lt;br /&gt;
==Points to Watch==&lt;br /&gt;
None Known at this Time&lt;br /&gt;
&lt;br /&gt;
==Dependencies==&lt;br /&gt;
None&lt;br /&gt;
&lt;br /&gt;
[[Category:DocCamp]]&lt;/div&gt;</summary>
		<author><name>Newbee</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Help15:Screen.config.15&amp;diff=2025</id>
		<title>Help15:Screen.config.15</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Help15:Screen.config.15&amp;diff=2025"/>
		<updated>2008-01-21T12:53:53Z</updated>

		<summary type="html">&lt;p&gt;Newbee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{inuse}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
The Global Configuration screen allows you to configure the Joomla! site with your personal settings.&lt;br /&gt;
&lt;br /&gt;
==Version Changes==&lt;br /&gt;
The following information states what has changed from version 1.0.x to 1.5:&lt;br /&gt;
* The following tabs have been removed:&lt;br /&gt;
** Locale&lt;br /&gt;
** Content&lt;br /&gt;
** Database&lt;br /&gt;
** Metadata&lt;br /&gt;
** Mail&lt;br /&gt;
** Cache&lt;br /&gt;
** Statistics&lt;br /&gt;
** SEO&lt;br /&gt;
* The following changes have been made to the [[#Site | Site]] tab:&lt;br /&gt;
** Options that have been removed:&lt;br /&gt;
*** System Error Message&lt;br /&gt;
*** Front-end Login&lt;br /&gt;
*** Favourites Site Icon&lt;br /&gt;
** &#039;&#039;&#039;Show Unauthorised Links&#039;&#039;&#039; was moved to the &#039;&#039;&#039;Parameters&#039;&#039;&#039; options of the [[screen.content.15 | Article Manager]]&lt;br /&gt;
** The following options have been moved to the new [[#System | System]] tab&lt;br /&gt;
*** Allow User Registration&lt;br /&gt;
*** Use New Account Activation&lt;br /&gt;
*** Front-end User Parameters&lt;br /&gt;
** All settings originally under the &#039;&#039;&#039;Metadata&#039;&#039;&#039; tab have been grouped together as [[#Metadata_Settings | Metadata Settings]] and placed under this tab&lt;br /&gt;
** All settings originally under the &#039;&#039;&#039;SEO&#039;&#039;&#039; tab have been grouped together as [[#SEO_Settings | SEO Settings]] and placed under this tab&lt;br /&gt;
*** Dynamic Page Titles have been changed to &#039;&#039;&#039;Add suffix to URLs&#039;&#039;&#039; (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
*** &#039;&#039;&#039;Use Apache &#039;&#039;mod_rewrite&#039;&#039;&#039;&#039;&#039; has been added&lt;br /&gt;
** The following options have been grouped together and labeled as [[#Site_Settings | Site Settings]]:&lt;br /&gt;
*** Site Offline&lt;br /&gt;
*** Offline Message&lt;br /&gt;
*** Site Name&lt;br /&gt;
*** Default WYSIWYG Editor&lt;br /&gt;
*** List Length&lt;br /&gt;
* The following changes have been made to the [[#Server | Server]] tab&lt;br /&gt;
** Options that have been removed:&lt;br /&gt;
*** Absolute Path&lt;br /&gt;
*** Live Site&lt;br /&gt;
*** Admin Session Lifetime&lt;br /&gt;
*** Remember Expired Admin page&lt;br /&gt;
*** Session Authentication Method&lt;br /&gt;
*** File Creation&lt;br /&gt;
*** Directory Creation&lt;br /&gt;
** &#039;&#039;&#039;Time Offset&#039;&#039;&#039;, originally under the &#039;&#039;&#039;Locale&#039;&#039;&#039; tab, is now under this tab under [[#Locale_Settings | Locale Settings]]&lt;br /&gt;
** All settings originally located under the &#039;&#039;&#039;Database&#039;&#039;&#039; tab have been grouped together as [[#Database_Settings | Database Settings]] and placed under this tab&lt;br /&gt;
** &#039;&#039;&#039;Site Session Lifetime&#039;&#039;&#039; has been renamed to &#039;&#039;&#039;Session Lifetime&#039;&#039;&#039; and has been moved to the new [[#System | System]] tab under [[#Session_Settings | Session Settings]]&lt;br /&gt;
** &#039;&#039;&#039;Help Server&#039;&#039;&#039; has been changed to a drop down box&lt;br /&gt;
** All settings originally located under the &#039;&#039;&#039;Mail&#039;&#039;&#039; tab have been grouped together as [[#Mail_Settings | Mail Settings]] and placed under this tab&lt;br /&gt;
* All settings originally located in the &#039;&#039;&#039;Content&#039;&#039;&#039; tab have been moved to the new &#039;&#039;&#039;Parameters&#039;&#039;&#039; options of the [[screen.content.15 | Article Manager]]&lt;br /&gt;
* All settings originally located in the &#039;&#039;&#039;Cache&#039;&#039;&#039; tab have been moved to the new [[#System | System]] tab.&lt;br /&gt;
** Cache Folder has been replaced with a drop down box unable to be changed. (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
&lt;br /&gt;
==Column Headers==&lt;br /&gt;
===Site===&lt;br /&gt;
&lt;br /&gt;
[[Image:Gc-site.jpg|right|500px]]&lt;br /&gt;
&lt;br /&gt;
====Site Settings====&lt;br /&gt;
; Site Offline : It shows when the site is offline.  Only Administrators will be able to see the site when &#039;&#039;Site Offline&#039;&#039; is set to Yes.  By default, this is set to &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
; Offline Message : The message that will be displayed on the site when the site is offline.&lt;br /&gt;
; Site Name : The name of the site.&lt;br /&gt;
; Default WYSIWYG Editor : (WYSIWYG stands for What You See Is What You Get) The default editor to use when creating articles.&lt;br /&gt;
; List Length : The length of lists in the Control Panel for all Users.  By default, this is set to &#039;&#039;&#039;20&#039;&#039;&#039;.&lt;br /&gt;
; Feed Length : The number of content items to be shown in the feed(s).  By default, this is set to &#039;&#039;&#039;10&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Metadata Settings====&lt;br /&gt;
; Global Site Meta Description : This is the description of the site which is indexed by search engine spiders.&lt;br /&gt;
; Global Site Meta Keywords : These keywords describe the site and are the basis for improving the ability of search engine spiders ability to index the site.&lt;br /&gt;
; Show Title Meta Tag : It shows the Meta information of each article.  This Meta information is used by search engine spiders when indexing the site.  Each article can have it&#039;s own Meta Data information (set under the &#039;&#039;&#039;Metadata Information&#039;&#039;&#039; pane when creating or editing an article).  Refer to [[screen.content.edit.15 | Article Manager - New/Edit]] for more information.&lt;br /&gt;
; Show Author Meta Tag : It shows the Author Meta information for articles and is used by search engine spiders when indexing the site.  Refer to [[screen.content.edit.15 | Article Manager - New/Edit]] for more information.&lt;br /&gt;
&lt;br /&gt;
====SEO Settings====&lt;br /&gt;
SEO stands for &#039;&#039;Search Engine Optimization&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
; Search Engine Friendly URLs : When set to &#039;&#039;Yes&#039;&#039;, URLs are rewritten to be more friendly for search engine spiders.  An example: instead of viewing the following URL &#039;&#039;www.yourname.com/index.php?option=com_content&amp;amp;view=etc...&#039;&#039;, the URL will be &#039;&#039;www.yourname.com/alias&#039;&#039;.  Most of the items created in Joomla! have an Alias box where a search engine friendly URL can be inserted.  The default setting is &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
; Use Apache &#039;&#039;mod_rewrite&#039;&#039; : When set to &#039;&#039;Yes&#039;&#039;, Joomla! will use the &#039;&#039;mod_rewrite&#039;&#039; settings of Apache when creating search engine friendly URLs.  Please note: it is advised that you do not modify the &#039;&#039;&#039;.htaccess&#039;&#039;&#039; file without working knowledge of how it works and is used. Use of the included &#039;&#039;&#039;.htaccess&#039;&#039;&#039; file (provided with Joomla!) is required if planned on using this setting by renaming &#039;&#039;&#039;htaccess.txt&#039;&#039;&#039; to &#039;&#039;&#039;.htaccess&#039;&#039;&#039;.    To learn more about &#039;&#039;&#039;.htaccess&#039;&#039;&#039; files, refer to Apache.org&#039;s Documentation[http://httpd.apache.org/docs/1.3/howto/htaccess.html].  By default, this setting is set to &#039;&#039;&#039;No&#039;&#039;&#039;.  (REVIEW: ACCURATE STATEMENT?)&lt;br /&gt;
; Add suffix to URLs : When set to &#039;&#039;Yes&#039;&#039;, Joomla! will add &#039;&#039;&#039;.html&#039;&#039;&#039; at the end of the URLs.  The default setting is &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===System===&lt;br /&gt;
&lt;br /&gt;
[[Image:Gc-system.jpg|right|500px]]&lt;br /&gt;
&lt;br /&gt;
====System Settings====&lt;br /&gt;
; Secret Word : It is generated when Joomla! is first installed and is not changeable.  It is used for security functions.&lt;br /&gt;
; Path to Log folder : The path where the logs should be stored.  Joomla! installer should automatically fill in this folder.&lt;br /&gt;
; Enable Web Services : This feature enables Joomla! to make RPC (Remote Procedure Calls) using HTTP as the transport medium and XML as the encoding language.  This function should remain on to ensure that many third party extensions works.  The default setting &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
; Help Server : The server used to get help information when clicking the &#039;&#039;&#039;Help&#039;&#039;&#039; image (visible in many screens and options of the administration panel).  By default, it uses Joomla!&#039;s main help site.&lt;br /&gt;
&lt;br /&gt;
====User Settings====&lt;br /&gt;
; Allow User Registration : This determines whether users can register on the site.  The default setting is &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
; New User Registration Type : If &#039;&#039;Allow User Registration&#039;&#039; is set to &#039;&#039;Yes&#039;&#039;, this setting tells Joomla! what level of access should be given to new users who register.  The default setting is &#039;&#039;&#039;Registered&#039;&#039;&#039;.&lt;br /&gt;
; New User Account Activation : This setting determines whether a new user will have to activate their account before they can use it.  If set to &#039;&#039;&#039;Yes&#039;&#039;&#039;, users will be sent an email containing a link to a web address.  Following the link will activate the account.  By default, this setting is set to &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
; Front-end User Parameters : When set to &#039;&#039;Show&#039;&#039; and logged in via the front-end, users will be able to select their language, article editor, and help site preferences from within their Details screen.  The default setting is &#039;&#039;&#039;Show&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Media Settings====&lt;br /&gt;
; Legal Extensions (File Types) : The file types allowed for uploading.  By default, when Joomla! is installed, the basic image and document files are set.&lt;br /&gt;
; Maximum Size (in bytes) : The maximum file size allowed for an upload in bytes.  By default, the setting is set to &#039;&#039;&#039;10000000&#039;&#039;&#039;.&lt;br /&gt;
; Path to File Folder : The path where non-images media files are located (non-images refers to files such as videos and document files).  This is automatically filled in by Joomla! on install and may be modified to fit how the directories is setup on the site.&lt;br /&gt;
; Path to Image Folder : The path where images are stored.  This is automatically filled in by Joomla! on install and may be modified to fit how the directories is setup on the site.&lt;br /&gt;
; Restrict Uploads : This restricts the uploads to just images for lower than manager users.  By default, this setting is set to &#039;&#039;&#039;Yes&#039;&#039;&#039;.&lt;br /&gt;
; Check MIME Types : This uses MIME Magic or Fileinfo to attempt to verify files.  By default, this setting is set to &#039;&#039;&#039;Yes&#039;&#039;&#039;.  If getting invalid MIME type errors, set this to &#039;&#039;No&#039;&#039;.&lt;br /&gt;
; Legal Image Extensions (File Types) : This sets what legal images allowed to be uploaded which it&#039;s checked for file image headers.  By default, Joomla! only includes &#039;&#039;&#039;bmp,gif,jpg,png&#039;&#039;&#039;.&lt;br /&gt;
; Ignored Extensions : This sets what extensions are ignored for MIME type checking and restricts uploads.  By default, no extensions are added.&lt;br /&gt;
; Legal MIME Types : This sets the list of legal MIME types for uploads.  By default, Joomla! automatically includes the standard file types.  It is recommended that you should not touch this setting unless you know what you are doing.&lt;br /&gt;
; Illegal MIME Types : This sets the list of illegal MIME types for uploads.  By default, Joomla! automatically blocks HTML MIME types.  It is recommended that you should not touch this setting unless you know what you are doing.&lt;br /&gt;
&lt;br /&gt;
====Debug Settings====&lt;br /&gt;
; Debug System : This will turn on the debugging system of Joomla!.  When set to &#039;&#039;&#039;Yes&#039;&#039;&#039;, this will provide you with diagnostic information, language translations, and SQL errors, if any, which will be displayed at the bottom of the page below the footer on every page regardless of it being the front-end or back-end.&lt;br /&gt;
; Debug Language : This will turn on the debugging indicators (*...*) or (?...?) for the Joomla! Language files.  Debug Language will work without Debug System being on but it won&#039;t provide additional detailed references which would help in correcting any errors.&lt;br /&gt;
&lt;br /&gt;
====Cache Settings====&lt;br /&gt;
; Cache : This setting sets whether site caching is enabled or not.  When enabled, it keeps a local copy of the content on the server for used to speed up accessing and less stress on the database.  By default, this setting is set to &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
; Cache Time : This setting sets the maximum length of time (in minutes) for a cache file to be stored before it gets refreshed.  By default, this setting is set to &#039;&#039;&#039;15&#039;&#039;&#039;.&lt;br /&gt;
; Cache Handler : This setting sets how it should be cache.  There&#039;s only one caching mechanism which is file-based.&lt;br /&gt;
&lt;br /&gt;
====Session Settings====&lt;br /&gt;
; Session Lifetime : This setting sets how long the session should last and keep a user signed in for before logging them off for being inactive.  By default, the setting is set to &#039;&#039;&#039;15&#039;&#039;&#039; minutes.&lt;br /&gt;
; Session Handler : This setting sets how the session should be handle once a user connects and logs into the site.  By default, the setting is set to &#039;&#039;&#039;Database&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Server===&lt;br /&gt;
&lt;br /&gt;
[[Image:Gc-server.jpg|right|500px]]&lt;br /&gt;
&lt;br /&gt;
====Server Settings====&lt;br /&gt;
; Path to Temp-folder : The path where files are temporary stored.  This is filled in by default when Joomla! is installed.&lt;br /&gt;
; GZIP Page Compression : This sets rather or not to compress the pages.  This typically speeds up the site.  By default, the setting is set to &#039;&#039;&#039;No&#039;&#039;&#039;.&lt;br /&gt;
; Error Reporting : This sets the appropriate level of reporting.  By default, the setting is set to &#039;&#039;&#039;System Default&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====Locale Settings====&lt;br /&gt;
; Time Zone : Sets the current date and time to display.  This should be set where the server is located at.  By default, the setting is set to &#039;&#039;&#039;(UTC 00:00) Western Europe Time, London, Lisbon, Casablanca&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
====FTP Settings====&lt;br /&gt;
FTP stands for File Transfer Protocol.  Most of these settings was set during the initial setup of Joomla!&lt;br /&gt;
&lt;br /&gt;
; Enable FTP : This setting tells Joomla! to use it&#039;s built in FTP function instead of the normal upload progress of Joomla!&lt;br /&gt;
; FTP Host : The URL of the host where the FTP functionally should connect to.&lt;br /&gt;
; FTP Port : The port of where the FTP functionally should accessed.  By default, the setting is set to &#039;&#039;&#039;21&#039;&#039;&#039;.&lt;br /&gt;
; FTP Username : The username that Joomla! should use when accessing the FTP server.  It is recommended that another FTP user account should be created with only accessed to the folder where files will be uploaded to for security reasons.&lt;br /&gt;
; FTP Password : The password that Joomla! should use when accessing the FTP server.  It is recommended that another FTP user account should be created with only accessed to the folder where files will be uploaded to for security reasons.&lt;br /&gt;
; FTP Root : The root directory of where the files should be uploaded to.&lt;br /&gt;
&lt;br /&gt;
====Database Settings====&lt;br /&gt;
These settings are set during the initial setup of Joomla!  It is advised that no settings should be changed in this section without working knowledge of how databases work.&lt;br /&gt;
&lt;br /&gt;
; Database Type : The type of databased being used.  By default, the setting is set to &#039;&#039;&#039;mysql&#039;&#039;&#039; unless changed during the initial setup of Joomla!.&lt;br /&gt;
; Hostname : The hostname of where the database is located.  This is typically set to &#039;&#039;&#039;localhost&#039;&#039;&#039; for most servers but still possible to be located on a different server all together.&lt;br /&gt;
; Username : The username to use to access the database.&lt;br /&gt;
; Database : The name of the database to use.&lt;br /&gt;
; Database Prefix : The prefix to used before the actual table&#039;s name when working with the database.  By default, the setting is set to &#039;&#039;&#039;jos_&#039;&#039;&#039; unless changed during initial setup of Joomla!.&lt;br /&gt;
&lt;br /&gt;
====Mail Settings====&lt;br /&gt;
This settings was set during the initial setup of Joomla!.  These settings can be change whenever needed.&lt;br /&gt;
&lt;br /&gt;
; Mailer : This setting sets which mailer to use when delivery emails from the site.  By default, the setting is set to &#039;&#039;&#039;PHP Mail Function&#039;&#039;&#039; but could of been changed during initial setup of Joomla!.&lt;br /&gt;
:; PHP Mail Function : This tells Joomla! to use the mail function that&#039;s built into PHP.&lt;br /&gt;
:; Sendmail : This tells Joomla! to use the sendmail function typically used when creating HTML email forms.&lt;br /&gt;
:; SMTP Server : This uses the site&#039;s SMTP server.&lt;br /&gt;
; Mail from : The email address of which the Joomla! will use to send site email from.&lt;br /&gt;
; From Name : The name Joomla! will use when sending site emails.  By default, Joomla! uses the site name during the initial setup.&lt;br /&gt;
; Sendmail Path : The path where the Sandmail program is located.  This is typically filled in by Joomla! during initial setup.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
; SMTP Authentication : If the STMP server requires authentication to send mail, set this to &#039;&#039;&#039;Yes&#039;&#039;&#039;, otherwise leave it at &#039;&#039;&#039;No&#039;&#039;&#039;.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
; SMTP Username : The username to use for access to the SMTP host.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
; SMTP Password : The password to use for access to the SMTP host.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
; SMTP Host : The SMTP address to use when sending mail.  This is only used if &#039;&#039;&#039;Mailer&#039;&#039;&#039; is set to &#039;&#039;&#039;Sendmail&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Typical Usage==&lt;br /&gt;
Global Configuration is to set all the required settings you need in order for the site to function. To access the page, either click on Global Configuration in the main Control Panel or go to &#039;&#039;&#039;Site &amp;gt; Global Configuration&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Quick Tips==&lt;br /&gt;
Most, if not all, of these settings you&#039;ll just set once and leave it alone.&lt;br /&gt;
&lt;br /&gt;
If you&#039;re going to make major modification, consider putting the site offline so you can test the functions and make sure everything is in working order.&lt;br /&gt;
&lt;br /&gt;
==Points to Watch==&lt;br /&gt;
None Known at this Time&lt;br /&gt;
&lt;br /&gt;
==Dependencies==&lt;br /&gt;
None&lt;br /&gt;
&lt;br /&gt;
[[Category:DocCamp]]&lt;/div&gt;</summary>
		<author><name>Newbee</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Using_an_FTP_client_to_upload_files&amp;diff=2009</id>
		<title>Using an FTP client to upload files</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Using_an_FTP_client_to_upload_files&amp;diff=2009"/>
		<updated>2008-01-21T11:36:40Z</updated>

		<summary type="html">&lt;p&gt;Newbee: Typo chqnge: &amp;quot;were&amp;quot; into &amp;quot;where&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;clear: {{{clear|right}}}; margin-bottom: .5em; float: right; padding: .5em 0 .8em 1.4em; background: none; width: {{{width|{{{1|auto}}}}}};&amp;quot; {{#if:{{{limit|}}}|class=&amp;quot;toclimit-{{{limit}}}&amp;quot;}}&lt;br /&gt;
| __TOC__&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Since many hosting companies do not allow their users shell/local access to their files, users wishing to send (upload) new files to their hosting space must make use of a File Transfer Program. [[wikipedia:FTP_client|FTP]] clients allow users to upload files that have been locally edited to a server.  There are a variety [[wikipedia:FTP_client|FTP]] clients available and [[wikipedia:Comparison_of_FTP_clients|this chart]] nicely details the strengths of numerous popular programs, many of which are open source and/or free to download.&lt;br /&gt;
&lt;br /&gt;
If you are using Firefox, may we suggest [http://fireftp.mozdev.org/ FireFTP] as a useful add-on. FireFTP will be used for this tutorial.&lt;br /&gt;
&lt;br /&gt;
You may want enable the display of hidden files so that you don&#039;t lose your .htaccess file (on a linux box) when you upload.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Using Windows Explorer ==&lt;br /&gt;
If you have a Windows Operating System installed, you can use Windows Explorer to connect to FTP.&lt;br /&gt;
&lt;br /&gt;
=== Launching Windows Explorer ===&lt;br /&gt;
The images that follow are taken from Windows Vista but the process remains identical.&lt;br /&gt;
&lt;br /&gt;
There are many ways to launch Windows Explorer. You can either just open a folder or My Computer, or you can Hold down the &#039;&#039;&#039;Windows Key&#039;&#039;&#039; and press &#039;&#039;&#039;R&#039;&#039;&#039;. Type &#039;&#039;&#039;explorer.exe&#039;&#039;&#039; and click &#039;&#039;&#039;Run&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Runexplorer.png]]&lt;br /&gt;
&lt;br /&gt;
=== Connecting to FTP ===&lt;br /&gt;
To connect to your FTP server, you will require the login details provided to you by your host or administrator. In the address bar, type &#039;&#039;&#039;ftp://USERNAME:PASSWORD@HOST.com&#039;&#039;&#039; changing the username, password and host where appropriate. If you are running Windows Vista, you may be required to double click on the address bar to have the ability to type into it. Press &#039;&#039;&#039;enter&#039;&#039;&#039; on your keyboard once you have filled out the details correctly, and Windows Explorer will connect to your FTP server.&lt;br /&gt;
&lt;br /&gt;
If you entered the user login information incorrectly, you will receive an error like the following:&lt;br /&gt;
&lt;br /&gt;
[[Image:Errorwindowsftp.png]]&lt;br /&gt;
&lt;br /&gt;
If this is the case, retype your user details in the boxes provided and try again.&lt;br /&gt;
&lt;br /&gt;
You should see a page, like the following, listing all of the folders/files on your server.&lt;br /&gt;
&lt;br /&gt;
[[Image:Connectedwindowsftp.png]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;For security reasons files/folders on the example screenshot have been removed&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Transferring files ===&lt;br /&gt;
The benefit of using Windows Explorer as your FTP application is that you will most likely be familiar with how transferring files work. Basically it&#039;s the same as you would if you were copying/moving to another folder.&lt;br /&gt;
&lt;br /&gt;
The trick is to work out in which folder you will upload the files to. In most cases, you will need to upload into a folder called &#039;&#039;&#039;&amp;quot;public_html&amp;quot;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;quot;htdocs&amp;quot;&#039;&#039;&#039; or &#039;&#039;&#039;&amp;quot;www&amp;quot;&#039;&#039;&#039;. You&#039;ll need to check this with your host or administrator.&lt;br /&gt;
&lt;br /&gt;
To upload a file, simply drag the file from it&#039;s original folder onto the window that is connected to your FTP server. Here&#039;s an example:&lt;br /&gt;
&lt;br /&gt;
[[Image:Transferftpwin.png]]&lt;br /&gt;
&lt;br /&gt;
=== Closing your FTP connection ===&lt;br /&gt;
To close your FTP connection, simply close the Windows Explorer window. To do this, press the red &#039;&#039;&#039;X&#039;&#039;&#039; on the top right hand corner of the window, as per the following screenshot.&lt;br /&gt;
&lt;br /&gt;
[[Image:Closewin.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Using FireFTP ==&lt;br /&gt;
[http://fireftp.mozdev.org/ FireFTP] is our preferred application for FTP transfer if you are using Mozilla FireFox.&lt;br /&gt;
&lt;br /&gt;
=== Launching FireFTP ===&lt;br /&gt;
To begin a file transfer, open FireFox then click &#039;&#039;&#039;Tools &amp;gt;&amp;gt; FireFTP&#039;&#039;&#039;. FireFTP will open in a new tab.&lt;br /&gt;
&lt;br /&gt;
[[Image:Fireftpmenu.png]]&lt;br /&gt;
&lt;br /&gt;
=== Configure your FTP Details ===&lt;br /&gt;
If this is the first time you&#039;re connecting to your FTP server using your application, you will need to configure the application to connect to the appropriate server. You will need to obtain the details from your host or administrator.&lt;/div&gt;</summary>
		<author><name>Newbee</name></author>
	</entry>
</feed>