<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
	<channel>
		<title>Create a custom page title in Joomla 1.0.x</title>
		<description>Joomla SEO custom page title use title alias</description>
		<link>http://www.marcofolio.net</link>
		<lastBuildDate>Sat, 21 Nov 2009 07:38:29 +0100</lastBuildDate>
		<generator>FeedCreator 1.7.2</generator>
		<item>
			<title>Thanks a ton !!!</title>
			<link>http://www.marcofolio.net/how_to/create_a_custom_page_title_in_joomla_1.0.x.html#josc772</link>
			<description>man u rockkkkkkkkk its just so simple.. and i can live with putting my custom title tag in alis rather than having a dedicated field for it..</description>
			<author>Rohit</author>
			<pubDate>Sat, 05 Jan 2008 15:29:12 +0100</pubDate>
		</item>
		<item>
			<title>Custom Homepage Title</title>
			<link>http://www.marcofolio.net/how_to/create_a_custom_page_title_in_joomla_1.0.x.html#josc2001</link>
			<description>Thanks for the help, I just have 1 more question - do you know how to change the homepage title?</description>
			<author>Ido Fishman</author>
			<pubDate>Mon, 26 May 2008 10:00:22 +0100</pubDate>
		</item>
		<item>
			<title>Thanks for solution</title>
			<link>http://www.marcofolio.net/how_to/create_a_custom_page_title_in_joomla_1.0.x.html#josc3368</link>
			<description>Once my friend asking me to change pages title and i confused how to do, but your solution is really cool to change title shortly and its also necessary from SEO point of view - [url=http://www.hosting24hour.com]Hosting24hour.com[/url]</description>
			<author>Dinesh</author>
			<pubDate>Thu, 27 Nov 2008 11:56:46 +0100</pubDate>
		</item>
		<item>
			<title>Thank you thank you thank you!</title>
			<link>http://www.marcofolio.net/how_to/create_a_custom_page_title_in_joomla_1.0.x.html#josc3867</link>
			<description>I think I love you... that is exactly what I needed.  And so well explained.  Thanks!  Now I just have to figure out the same thin Ido was asking...  I\'ll post it here if I figure it out.</description>
			<author>Alison</author>
			<pubDate>Sat, 31 Jan 2009 02:33:53 +0100</pubDate>
		</item>
		<item>
			<title>How to Change title of Home Page</title>
			<link>http://www.marcofolio.net/how_to/create_a_custom_page_title_in_joomla_1.0.x.html#josc3868</link>
			<description>Here\'s what I did to get the home page title as I wanted it.  

1. I changed the code of setPageTitle() to leave out the URL and the dash.  So now it is:

/**
* @param string
*/
function setPageTitle( $title=null ) {
	if (@$GLOBALS[\'mosConfig_pagetitles\']) {
		$title = trim( htmlspecialchars( $title ) );
		$title = stripslashes($title);
		$this-&gt;_head[\'title\'] = $title ? $GLOBALS[\'mosConfig_sitename\'] . $title : $GLOBALS[\'mosConfig_sitename\'];
	}
}

2. Then I changed all references in content.php from setPageTitle/SetPageTitle to setPageTitle[b]Alias[/b] so that setPageTitle doesn\'t get used for any page but the home page.

3. Then I changed back the line that controls the home page title, to not pass in a parameter.  (The function is coded to handle this. It looks up the Site Name if there is no parameter passed in.)

function frontpage( $gid, &amp;$access, $pop, $now, $limit, $limitstart ) {
        ....etc....
	// Dynamic Page Title
	$mainframe-&gt;SetPageTitle( );
        ....etc....
}

4. And finally I set the title that I wanted for the home page through the Admin back end.
Site -&gt; Global Configuration -&gt; Site
Site Name:  the  I want for my home page.

Since all the other pages do not use SetPageTitle() to set their title, I am free to use the Site Name: box to enter the  for the home page.

Alison</description>
			<author>Alison</author>
			<pubDate>Sat, 31 Jan 2009 02:59:53 +0100</pubDate>
		</item>
		<item>
			<title>NEED HELP</title>
			<link>http://www.marcofolio.net/how_to/create_a_custom_page_title_in_joomla_1.0.x.html#josc4703</link>
			<description>hi can some one tell me whi after i maked a joomla acount i got demo???
i cant unpload or install nothing cuz is in demo 1.5 please HELP!!</description>
			<author>Alex</author>
			<pubDate>Sun, 15 Mar 2009 18:02:26 +0100</pubDate>
		</item>
		<item>
			<title>Not working for me</title>
			<link>http://www.marcofolio.net/how_to/create_a_custom_page_title_in_joomla_1.0.x.html#josc6261</link>
			<description>Hi,

I want to do the same as others, i dont want my dynamic pages to carry the title of the home page, title of my home page should not be visible when clicked any other link, I have tried changing the code according to this forum but didnt work for me, kindly help.

Tan</description>
			<author>Tanveer</author>
			<pubDate>Thu, 21 May 2009 17:02:21 +0100</pubDate>
		</item>
		<item>
			<title>SEO</title>
			<link>http://www.marcofolio.net/how_to/create_a_custom_page_title_in_joomla_1.0.x.html#josc7792</link>
			<description>Save the trouble of modifying the source file.
Download this plugin:

http://extensions.joomla.org/extensions/2641/details

works for joomla 1.0</description>
			<author>Toan</author>
			<pubDate>Thu, 18 Jun 2009 06:58:25 +0100</pubDate>
		</item>
		<item>
			<title>Perfect.</title>
			<link>http://www.marcofolio.net/how_to/create_a_custom_page_title_in_joomla_1.0.x.html#josc8421</link>
			<description>Perfect. It works. :silly: 

Thank you for your nice tutorial .</description>
			<author>Rainer</author>
			<pubDate>Tue, 07 Jul 2009 21:21:02 +0100</pubDate>
		</item>
	</channel>
</rss>
