<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JoomlaHow2.com - online step by step tutorial &#187; Configuration</title>
	<atom:link href="http://www.joomlahow2.com/category/basic-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joomlahow2.com</link>
	<description>Joomla tips, tricks, instructions</description>
	<lastBuildDate>Thu, 03 Dec 2009 10:02:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to move site from server to server</title>
		<link>http://www.joomlahow2.com/how-to-move-site-from-server-to-server/</link>
		<comments>http://www.joomlahow2.com/how-to-move-site-from-server-to-server/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 20:33:44 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://www.joomlahow2.com/?p=222</guid>
		<description><![CDATA[If you need to move your site from one server to another, or from one sub folder on the server to another sub folder on same server, follow this few steps.
 
Step 1.
Copy site files via FTP manager and export database useing phpmyadmin. To do this see also http://www.joomlahow2.com/how-to-backup-joomla-site/ . If you copy files to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-226" style="margin-right: 5px;" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/09/intro_13.jpeg" alt="" width="128" height="85" />If you need to move your site from one server to another, or from one sub folder on the server to another sub folder on same server, follow this few steps.</p>
<p><span id="more-222"></span><strong> </strong></p>
<p><strong>Step 1.</strong><br />
Copy site files via FTP manager and export database useing <strong>phpmyadmin</strong>. To do this see also <a title="How to backup joomla site" href="http://www.joomlahow2.com/how-to-backup-joomla-site/" target="_blank">http://www.joomlahow2.com/how-to-backup-joomla-site/</a> . If you copy files to localdrive you will need to upload files to new server, also using FTP manager.</p>
<p><strong>Step 2.</strong><br />
<strong>Import</strong> database using <strong>phpmyadmin</strong>. In phpmyadmin click on <strong>Import</strong>.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-223" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/09/phpmyadmin-import-database.jpg" alt="" width="204" height="141" /></p>
<p><strong>Browse</strong> for your database and click on <strong>Go</strong> button.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-224" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/09/phpmyadmin-select-database.jpg" alt="" width="486" height="148" /></p>
<p style="text-align: left;"><strong>Step 3.</strong><br />
Modify <strong>configuration.php</strong> file and  set the new values.</p>
<p><strong>$host</strong> &#8211; Usually it is se to &#8220;localhost&#8221;<br />
<strong>$user</strong> &#8211; This is a name of your database user.<br />
<strong>$password</strong> &#8211; This is the database user&#8217;s password.<br />
<strong>$db</strong> &#8211; This is the database name.<br />
<strong>$tmp_path</strong> &#8211; absolute path to the tmp directory on your server, for example  &#8220;/root/site/joomla/installation/tmp.&#8221;<br />
<strong>$log_path</strong> &#8211; This is the absolute path to the logs directory on your server, for example &#8220;/root/site/joomla/installation/logs.&#8221;<br />
<strong>$live_site</strong> &#8211; URL of your site. For example &#8220;http://www.joomlahow2.com&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joomlahow2.com/how-to-move-site-from-server-to-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install joomla in localhost</title>
		<link>http://www.joomlahow2.com/how-to-install-joomla-in-localhost/</link>
		<comments>http://www.joomlahow2.com/how-to-install-joomla-in-localhost/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 14:31:41 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[WAMP]]></category>

		<guid isPermaLink="false">http://www.joomlahow2.com/?p=192</guid>
		<description><![CDATA[If joomla is something new for you this article is showing how to install joomla in your computer and better introduce with interface, articles, &#8230;

STEP 1.
First you must have virtual server installed on localdrive. Try WAMP server, it is very good solution. WAMP server you can download from www.wampserver.com/en/download.php

After installation start WAMP server.


STEP 2.
Download from [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-209" style="float:left; margin-right:5px;" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/08/intro12.jpg" alt="" width="75" height="70" />If joomla is something new for you this article is showing how to install joomla in your computer and better introduce with interface, articles, &#8230;</p>
<p><span id="more-192"></span></p>
<p><strong>STEP 1.</strong><br />
First you must have <strong>virtual server</strong> installed on localdrive. Try <strong>WAMP</strong> <strong>server</strong>, it is very good solution. WAMP server you can download from <a title="Download WAMP server" href="http://www.wampserver.com/en/download.php" target="_blank">www.wampserver.com/en/download.php</a></p>
<p style="text-align: center;"><a href="http://www.wampserver.com/en/download.php" target="_blank"><img class="aligncenter size-full wp-image-193" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/08/wamp-server.jpg" alt="" width="153" height="80" /></a></p>
<p>After installation <strong>start</strong> <strong>WAMP server</strong>.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-196" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/08/start-wamp.jpg" alt="" width="329" height="64" /></p>
<p style="text-align: center;">
<p style="text-align: left;"><strong>STEP 2.</strong><br />
<strong>Download</strong> from <a href="http://www.joomla.org" target="_blank">joomla.org</a> the latest version on joomla.</p>
<p style="text-align: center;"><a href="http://www.joomla.org" target="_blank"><img class="aligncenter size-full wp-image-198" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/08/dowload-joomla.jpg" alt="" width="215" height="69" /></a></p>
<p style="text-align: center;">
<p style="text-align: left;"><strong>STEP 3.</strong><br />
In WAMP <strong>www directory</strong> create an folder and export downloaded joomla installation. This folder will be <strong>root</strong> on you <strong>localhost</strong> Joomla site. For example we will create <strong>My Site</strong> folder.</p>
<p style="text-align: left;">
<p style="text-align: center;"><img class="aligncenter size-full wp-image-200" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/08/www-folder.jpg" alt="" width="184" height="262" /></p>
<p style="text-align: left;">
<p style="text-align: left;"><strong>STEP 4. </strong><br />
In browser type <strong>127.0.0.1</strong> and in <strong>Your Projects</strong> click on your folder that you have created in STEP 3.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-202" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/08/localhost.jpg" alt="" width="267" height="31" /></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-203" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/08/your-project.jpg" alt="" width="177" height="108" /></p>
<p style="text-align: left;"><strong>STEP 5. </strong><br />
Now in next 7 steps you will <strong>install</strong> Joomla.</p>
<p style="text-align: left;">1.<strong> Choose Languge</strong> and click on <strong>Next</strong><br />
2. <strong>IF Pre-installation Check</strong> is OK click on <strong>Next</strong><br />
3. <strong>License</strong> &#8230; after reading click on<strong> Next</strong><br />
4.<strong> Database Configuration</strong><br />
After WAMP installation <strong>HostName</strong> is set as<strong> localhost</strong> and <strong>default user</strong> is <strong>root</strong>.You can add a new user but for now use this parametars. For root user password is no need. Choose   <strong>Database Name</strong> and click on <strong>Next</strong>.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-204" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/08/data-conf.jpg" alt="" width="355" height="260" /></p>
<p style="text-align: left;">5. <strong>FTP Configuration</strong> &#8230; just click on <strong>Next</strong><br />
6. <strong>Main Configuration</strong><br />
Now you will need to enter <strong>Site name</strong>, <strong>Admin e-mail</strong> and<strong> pass</strong>, and Click on <strong>Install Sampe Data</strong>. After that click on <strong>Next.</strong><br />
7.  <strong>Congratulations! Joomla! is now installed</strong>. But before you can log in, you must <strong>delete installation folder.</strong></p>
<p style="text-align: center;"><strong><img class="aligncenter size-full wp-image-206" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/08/del-install.jpg" alt="" width="182" height="181" /><br />
</strong></p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.joomlahow2.com/how-to-install-joomla-in-localhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add favicon</title>
		<link>http://www.joomlahow2.com/how-to-add-favicon/</link>
		<comments>http://www.joomlahow2.com/how-to-add-favicon/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 20:22:21 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://www.joomlahow2.com/?p=173</guid>
		<description><![CDATA[Very often question is: &#8220;How to change or add favicon on my joomla 1.5 site?&#8221;. Answer on that question you can find folloving this instruction.

Go to default template folder on server or local drive. Default template is template  that is currently being used. In this folder just replace favicon.ico with your icon. If there is [...]]]></description>
			<content:encoded><![CDATA[<p>Very often question is: &#8220;How to change or add favicon on my joomla 1.5 site?&#8221;. Answer on that question you can find folloving this instruction.</p>
<p><span id="more-173"></span></p>
<p>Go to default template folder on server or local drive. Default template is template  that is currently being used. In this folder just replace favicon.ico with your icon. If there is no favicon.ico try to paste your icon in this folder and look for small icon in Web Browser. Your icon should be there.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-174" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/add-favicon.jpg" alt="" width="315" height="37" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joomlahow2.com/how-to-add-favicon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install language</title>
		<link>http://www.joomlahow2.com/how-to-install-language/</link>
		<comments>http://www.joomlahow2.com/how-to-install-language/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 23:25:29 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[language]]></category>

		<guid isPermaLink="false">http://www.joomlahow2.com/?p=161</guid>
		<description><![CDATA[By default, Joomla language is English. You can download language that you want to use on your site. In a few steps we will show how to install language pack.
STEP 1.
Download from extension.joomla.org language pack that you want to install to your site.

STEP 2.
In the Joomla 1.5 admin panel go to Extensions &#8211; Install / [...]]]></description>
			<content:encoded><![CDATA[<p>By default, <strong>Joomla</strong> language is English. You can download language that you want to use on your site. In a few steps we will show how to install language pack.<span id="more-161"></span><br />
<strong>STEP 1.</strong><br />
<strong>Download</strong> from extension.joomla.org <strong>language</strong> pack that you want to install to your site.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-162" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/install-language.jpg" alt="" width="285" height="80" /></p>
<p style="text-align: left;"><strong>STEP 2.</strong><br />
In the <strong>Joomla 1.5</strong> admin panel go to <strong>Extensions &#8211; Install / Unistall</strong></p>
<p style="text-align: center;"><strong><img class="size-full wp-image-163     aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/menu-install.jpg" alt="" width="142" height="152" /></strong></p>
<p style="text-align: left;"><strong>STEP 3.</strong><br />
In the <strong>Upload Package File</strong> go to <strong>Browse</strong> and select the language on your computer that you want to install and then click on <strong>Upload file &amp; Install</strong>. In our example it is Serbian language.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-164" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/upload-language.jpg" alt="" width="500" height="54" /></p>
<p style="text-align: left;"><strong>STEP 4.</strong><br />
In the <strong>Joomla 1.5</strong> admin panel go to<strong> Extensions &#8211; Language Manager</strong></p>
<p style="text-align: center;"><strong><img class="size-full wp-image-165  aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/language-manager.jpg" alt="" width="143" height="169" /></strong></p>
<p style="text-align: left;"><strong>STEP 5.</strong><br />
Select <strong>Language Name</strong> and make it <strong>Default</strong></p>
<p style="text-align: center;"><strong><img class="size-full wp-image-166    aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/default-language.jpg" alt="" width="497" height="99" /><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joomlahow2.com/how-to-install-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to backup joomla site</title>
		<link>http://www.joomlahow2.com/how-to-backup-joomla-site/</link>
		<comments>http://www.joomlahow2.com/how-to-backup-joomla-site/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 21:01:33 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.joomlahow2.com/?p=137</guid>
		<description><![CDATA[After completing joomla site you must be sure that your data is safe. There are manu tasks you should do it to protect your site. First step is to backup your site. Some host providers backup joomla data  on theirs servers but, it is recommended to have a copy of site on your local [...]]]></description>
			<content:encoded><![CDATA[<p>After completing joomla site you must be sure that your data is <strong>safe</strong>. There are manu tasks you should do it to <strong>protect your site</strong>. First step is to <strong>backup</strong> your site. Some host providers backup joomla data  on theirs servers but, it is recommended to have a <strong>copy of site</strong> on your local drive. Following this few step you can easly backup your site.<span id="more-137"></span></p>
<p><strong>STEP 1.</strong><br />
First, copy data from server. For this you can use some FTP agent or <strong>Total Commander</strong>(TC), in our example we will use TC. In TC go to <strong>Net -</strong> <strong>FTP Connect&#8230; </strong>and click on <strong>New connection&#8230;</strong> button. Fill the  a, b, c and d field with data given by your host provider and than click on <strong>OK</strong>. In <strong>Connect to:</strong> panel select your server and click on <strong>Connect</strong> button.</p>
<p style="text-align: center;"><img class="size-full wp-image-138  aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/total-commander.jpg" alt="" width="373" height="403" /></p>
<p><strong>STEP 2.</strong><br />
When you reach server space select all joomla files from server and copy to your local drive</p>
<p style="text-align: center;"><img class="size-full wp-image-139  aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/copy-files.jpg" alt="" width="500" height="374" /></p>
<p><strong>STEP 3.</strong><br />
Now you will need to backup database. For that purpose we will use <strong>phpmyadmin</strong>. To reach phpmyadmin use datas given by your host and log into phpmyadmin. When you do this in left panel select joomla <strong>database</strong> that you want to copy to local drive. After that click on <strong>Export</strong>.</p>
<p style="text-align: center;"><img class="size-full wp-image-140  aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/select-export.jpg" alt="" width="308" height="76" /></p>
<p><strong>STEP 4.</strong><br />
In the bottom of the page check in <strong>Save as file</strong>, select option &#8220;zipped&#8221;, click on button <strong>Go</strong> and choose location on local drive where you want to save database.</p>
<p style="text-align: center;"><img class="size-full wp-image-141  aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/export-database.jpg" alt="" width="496" height="122" /></p>
<p>Finally, you will have <strong>backup of your site</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joomlahow2.com/how-to-backup-joomla-site/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to install template</title>
		<link>http://www.joomlahow2.com/how-to-install-template/</link>
		<comments>http://www.joomlahow2.com/how-to-install-template/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 21:15:03 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://www.joomlahow2.com/?p=101</guid>
		<description><![CDATA[Templates are graphics interface of every Joomla site. After installation Joomla 1.5 you have in offer few templates but on the internet there are a lot of templates that you can download, modify and install on your site. Followig this few step you can very easy install templates on your site.

Before starting installation of template, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><strong><img class="alignleft size-full wp-image-127" style="float:left; margin-right:5px" title="extensions-install-m" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/extensions-install-m.gif" alt="extensions-install-m" width="70" height="70" />Templates</strong> are graphics interface of every Joomla site. After installation <strong>Joomla 1.5</strong> you have in offer few templates but on the internet there are a lot of templates that you can download, modify and install on your site. Followig this few step you can very easy install templates on your site.<br />
<span id="more-101"></span><br />
Before starting installation of template, you need to download template you like. There are lot of adresses where you can find it but we recomend <a title="On this adress you can find some templates" href="http://www.joomla24.com/" target="_blank">www.joomla24.com</a> . Find and download your new template.</p>
<p style="text-align: left;"><strong>STEP 1</strong>.<br />
In the <strong>Joomla 1.5</strong> admin panel go to <strong>Extensions &#8211; Install / Unistall</strong></p>
<p style="text-align: center;"><strong><img class="size-full wp-image-102 aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/extensions-install.jpg" alt="" width="143" height="147" /><br />
</strong></p>
<p style="text-align: left;"><strong>STEP 2.</strong><br />
in the <strong>Upload Package File</strong>, go to Browse and select the template on your computer that you want to install and then click on Upload file &amp; Install</p>
<p style="text-align: center;"><img class="size-full wp-image-106 aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/upload-template.jpg" alt="" width="475" height="41" /></p>
<p style="text-align: center;">
<p style="text-align: left;"><strong>STEP 3.</strong><br />
In <strong>Joomla 1.5</strong> admin panel go to <strong>Extensions &#8211; Template Manager</strong></p>
<p style="text-align: center;"><img class="size-full wp-image-107 aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/template-manager.jpg" alt="" width="143" height="153" /></p>
<p style="text-align: left;"><strong>STEp 4.</strong><br />
From the list of templates select the template that you have just installed</p>
<p style="text-align: center;"><img class="size-full wp-image-108 alignnone" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/select-template.jpg" alt="" width="475" height="94" /></p>
<p style="text-align: left;"><strong>STEp 5.</strong><br />
Make your template <strong>Default</strong></p>
<p style="text-align: center;"><img class="size-full wp-image-110 alignnone" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/default-template.jpg" alt="" width="190" height="74" /></p>
<p style="text-align: center;"><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joomlahow2.com/how-to-install-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove PDF, Print and e-mail icon</title>
		<link>http://www.joomlahow2.com/how-to-remove-pdf-print-and-e-mail-icon/</link>
		<comments>http://www.joomlahow2.com/how-to-remove-pdf-print-and-e-mail-icon/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 19:25:01 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://www.joomlahow2.com/wpblog/?p=78</guid>
		<description><![CDATA[When you add your first article in joomla 1.5 you could notice that tree icons are attached to article (Pdf, Print and E-Mail icon). To remove this icon from your article follow this few steps.
STEP 1.
In the Joomla 1.5 admin panel, go to Content – Article Manager



STEP 2.
Click on title of article that you want [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-124" style="float:left ; margin-right:5px" title="art-icons-m" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/art-icons-m.gif" alt="art-icons-m" width="70" height="70" />When you add your first article in <span style="text-decoration: underline;">joomla 1.5</span> you could notice that tree icons are attached to article (<strong>Pdf</strong>, <strong>Print</strong> and <strong>E-Mail</strong> icon). To remove this icon from your article follow this few steps.</p>
<p><span id="more-78"></span><strong>STEP 1</strong>.<br />
In the <span style="text-decoration: underline;">Joomla 1.5</span> admin panel, go to <strong>Content</strong> – <strong>Article Manager</strong></p>
<p style="text-align: center;"><strong></strong><br />
<img class="size-full wp-image-79 aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/article-manager1.jpg" alt="" width="159" height="162" /></p>
<p><strong><br />
STEP 2</strong>.<br />
Click on title of article that you want to edit</p>
<p style="text-align: center;"><img class="size-full wp-image-80 aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/click-on-title.jpg" alt="" width="475" height="85" /></p>
<p><strong>STEP 3</strong>.<br />
In the right panel click on <strong>Parameters</strong> &#8211; <strong>Advanced</strong></p>
<p style="text-align: center;"><strong></strong><br />
<img class="size-full wp-image-81 aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/art-parametars.jpg" alt="" width="325" height="115" /></p>
<p><strong><br />
STEP 4</strong>.<br />
Find PDF, Print i E-mail parameters option and set their values to <strong>Hide</strong></p>
<p style="text-align: center;"><strong></strong><br />
<img class="size-full wp-image-82 aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/art-icons.jpg" alt="" width="258" height="80" /></p>
<p><strong>STEP 5</strong>. Save settings<br />
<img class="alignnone size-full wp-image-83" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/save4.jpg" alt="" width="46" height="53" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joomlahow2.com/how-to-remove-pdf-print-and-e-mail-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set admin privilege</title>
		<link>http://www.joomlahow2.com/how-to-set-admin-privilege/</link>
		<comments>http://www.joomlahow2.com/how-to-set-admin-privilege/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 19:13:31 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[super administrator]]></category>
		<category><![CDATA[user manager]]></category>

		<guid isPermaLink="false">http://www.joomlahow2.com/wpblog/?p=70</guid>
		<description><![CDATA[By installig joomla 1.5 you have only one admin user. In joomla 1.5 you can add user and give him admin prilvilege or you can just give admin privilege to registered user. To set up admin or other privilege for registered user follow this few steps:
STEP 1.
In the Joomla 1.5 admin panel go to Site [...]]]></description>
			<content:encoded><![CDATA[<p>By installig <span style="text-decoration: underline;">joomla 1.5</span> you have only one admin user. In <span style="text-decoration: underline;">joomla 1.5</span> you can add user and give him admin prilvilege or you can just give admin privilege to registered user. To set up <strong>admin</strong> or other privilege for registered user follow this few steps:</p>
<p><span id="more-70"></span><strong>STEP 1</strong>.<br />
In the <span style="text-decoration: underline;">Joomla 1.5</span> admin panel go to <strong>Site</strong> – <strong>User Manager</strong></p>
<p style="text-align: center;"><strong> </strong><br />
<img class="size-full wp-image-71 aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/user-manager.jpg" alt="" width="151" height="158" /></p>
<p><strong><br />
STEP 2</strong>.<br />
Click on the name of user that you want to set privilege (in our example it is User with username user1)</p>
<p style="text-align: center;"><img class="size-full wp-image-72 aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/user.jpg" alt="" width="349" height="110" /></p>
<p><strong>STEP 3</strong>.<br />
In the Group field select <strong>Super Administrator</strong> or other privilege</p>
<p style="text-align: center;"><img class="size-full wp-image-73 aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/set-admin-privilege.jpg" alt="" width="356" height="297" /></p>
<p><strong><br />
STEP 4</strong>.<br />
Save settings<br />
<img class="alignnone size-full wp-image-74" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/save3.jpg" alt="" width="46" height="53" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joomlahow2.com/how-to-set-admin-privilege/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change Front page title</title>
		<link>http://www.joomlahow2.com/how-to-change-front-page-title/</link>
		<comments>http://www.joomlahow2.com/how-to-change-front-page-title/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 16:19:20 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[front page]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://www.joomlahow2.com/wpblog/?p=19</guid>
		<description><![CDATA[By installing Joomla 1.5 Front page title is set to &#8220;Welcome to the front page.&#8221; You could change this title following a few steps.

STEP 1.
In the Joomla 1.5 admin panel, go to Menus &#8211; Main Menu *


STEP 2.
In the Menu Item Manager [mainmenu] you need to click on Home


STEP 3.
You are now in Front Page [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">By installing <span style="text-decoration: underline;">Joomla 1.5</span> <strong>Front page title</strong> is set to &#8220;Welcome to the front page.&#8221; You could change this title following a few steps.</p>
<p style="text-align: center;"><span id="more-19"></span></p>
<p style="text-align: left;"><strong>STEP 1</strong>.<br />
In the Joomla 1.5 admin panel, go to <strong>Menus</strong> &#8211; <strong>Main Menu</strong> *</p>
<p style="text-align: center;"><img class="size-full wp-image-41 alignnone" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/select-main-menu.jpg" alt="" width="269" height="150" /></p>
<p style="text-align: left;"><strong><br />
STEP 2</strong>.<br />
In the <strong>Menu Item Manager</strong> [mainmenu] you need to click on Home</p>
<p style="text-align: center;"><img class="size-full wp-image-42 aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/click-on-home.jpg" alt="" width="475" height="232" /></p>
<p style="text-align: left;"><strong><br />
STEP 3</strong>.<br />
You are now in <strong>Front Page Blog Layout</strong>-in and you need to Click on the <strong>Parameters &#8211; System</strong> to change the <strong>Page Title</strong>. By changeing text <em>&#8220;Welcome the front page</em>“ with your text you have got a new title to the Home page of your site. If you do not want on your site to show Home page title in the state <strong>Show Page Title</strong>, select the option <strong>No</strong>.</p>
<p style="text-align: center;"><img class="size-full wp-image-43 aligncenter" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/page-title.jpg" alt="" width="330" height="277" /></p>
<p style="text-align: left;"><strong><br />
STEP 4</strong>.<br />
Save settings<br />
<img class="size-full wp-image-44 aligncenter" title="s" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/save.jpg" alt="s" width="46" height="53" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joomlahow2.com/how-to-change-front-page-title/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
