<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: SEO, Page Rank, Hacks and Joomla 1.5</title>
	<atom:link href="http://s.pangonilo.com/index.php/2009/01/seo-page-rank-hacks-and-joomla-15.html/feed" rel="self" type="application/rss+xml" />
	<link>http://s.pangonilo.com/index.php/2009/01/seo-page-rank-hacks-and-joomla-15.html</link>
	<description></description>
	<lastBuildDate>Wed, 03 Mar 2010 18:26:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ver</title>
		<link>http://s.pangonilo.com/index.php/2009/01/seo-page-rank-hacks-and-joomla-15.html/comment-page-1#comment-733</link>
		<dc:creator>Ver</dc:creator>
		<pubDate>Fri, 08 Jan 2010 20:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://s.pangonilo.com/?p=102#comment-733</guid>
		<description>I truly don&#039;t understand why Joomla! don&#039;t incorporate this in their core codes. This issue has been there since the beginning of J1.5.</description>
		<content:encoded><![CDATA[<p>I truly don&#8217;t understand why Joomla! don&#8217;t incorporate this in their core codes. This issue has been there since the beginning of J1.5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niko Paulanne</title>
		<link>http://s.pangonilo.com/index.php/2009/01/seo-page-rank-hacks-and-joomla-15.html/comment-page-1#comment-732</link>
		<dc:creator>Niko Paulanne</dc:creator>
		<pubDate>Fri, 08 Jan 2010 15:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://s.pangonilo.com/?p=102#comment-732</guid>
		<description>Hope this add comment correctly , code to add is:

sitename;

// get doc and docs title
$mydoc =&amp; JFactory::getDocument();
$mytitle = $mydoc-&gt;getTitle();

// update title
$mydoc-&gt;setTitle($site_name.&#039; - &#039;.$mytitle);

?&gt;</description>
		<content:encoded><![CDATA[<p>Hope this add comment correctly , code to add is:</p>
<p>sitename;</p>
<p>// get doc and docs title<br />
$mydoc =&amp; JFactory::getDocument();<br />
$mytitle = $mydoc-&gt;getTitle();</p>
<p>// update title<br />
$mydoc-&gt;setTitle($site_name.&#8217; &#8211; &#8216;.$mytitle);</p>
<p>?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niko Paulanne</title>
		<link>http://s.pangonilo.com/index.php/2009/01/seo-page-rank-hacks-and-joomla-15.html/comment-page-1#comment-731</link>
		<dc:creator>Niko Paulanne</dc:creator>
		<pubDate>Fri, 08 Jan 2010 15:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://s.pangonilo.com/?p=102#comment-731</guid>
		<description>Thank you for hack. I do not want to mess the default files so did this little bit differently.

The more permanent way is to add code to your page-template and not mess with Joomla default and updatable files. Just add code just after usual:
---
&lt;?php
// Prevent direct access sans Joomla!:
---
in template. Code to add (edit for your liking):


sitename;

// get doc and docs title
$mydoc =&amp; JFactory::getDocument();
$mytitle = $mydoc-&gt;getTitle();

// update title
$mydoc-&gt;setTitle($site_name.&#039; - &#039;.$mytitle);

?&gt;</description>
		<content:encoded><![CDATA[<p>Thank you for hack. I do not want to mess the default files so did this little bit differently.</p>
<p>The more permanent way is to add code to your page-template and not mess with Joomla default and updatable files. Just add code just after usual:<br />
&#8212;<br />
&lt;?php<br />
// Prevent direct access sans Joomla!:<br />
&#8212;<br />
in template. Code to add (edit for your liking):</p>
<p>sitename;</p>
<p>// get doc and docs title<br />
$mydoc =&amp; JFactory::getDocument();<br />
$mytitle = $mydoc-&gt;getTitle();</p>
<p>// update title<br />
$mydoc-&gt;setTitle($site_name.&#8217; &#8211; &#8216;.$mytitle);</p>
<p>?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karetta</title>
		<link>http://s.pangonilo.com/index.php/2009/01/seo-page-rank-hacks-and-joomla-15.html/comment-page-1#comment-378</link>
		<dc:creator>karetta</dc:creator>
		<pubDate>Tue, 21 Jul 2009 13:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://s.pangonilo.com/?p=102#comment-378</guid>
		<description>any updates coming ?</description>
		<content:encoded><![CDATA[<p>any updates coming ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasia</title>
		<link>http://s.pangonilo.com/index.php/2009/01/seo-page-rank-hacks-and-joomla-15.html/comment-page-1#comment-245</link>
		<dc:creator>Kasia</dc:creator>
		<pubDate>Thu, 18 Jun 2009 07:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://s.pangonilo.com/?p=102#comment-245</guid>
		<description>Hi there :-)

Thanks - this is was I was looking for :-)

I use scipt as below:

#old one - only article title as page title
#		$strHtml .= $tab.&#039;&#039;.htmlspecialchars($document-&gt;getTitle()).&#039;&#039;.$lnEnd;

#SEO Hack
// declare a new configuration variable
$config = new JConfig();
// do not add the site name on the Frontpage
if(( $_SERVER[&#039;REQUEST_URI&#039;] == &#039;/&#039;) &#124;&#124; ( $_SERVER[&#039;REQUEST_URI&#039;] == &#039;&#039; ) ) $site_name = &#039;&#039;;

# article title first
else $site_name = &quot; - &quot;.$config-&gt;sitename;
#site name first
#else $site_name = $config-&gt;sitename.&quot; - &quot;;


// make the title tag
# article title first
$strHtml .= $tab . &#039;&#039; .  htmlspecialchars($document-&gt;getTitle()) . $site_name. &#039;&#039; . $lnEnd;
#site name first
#$strHtml .= $tab . &#039;&#039; . $site_name.  htmlspecialchars($document-&gt;getTitle()) . &#039;&#039; . $lnEnd;


If you need, it&#039;s just simple &quot;#&quot; adding and deleting to get [site name - article title] or [article title - site name] title tag.</description>
		<content:encoded><![CDATA[<p>Hi there <img src='http://s.pangonilo.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Thanks &#8211; this is was I was looking for <img src='http://s.pangonilo.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I use scipt as below:</p>
<p>#old one &#8211; only article title as page title<br />
#		$strHtml .= $tab.&#8221;.htmlspecialchars($document-&gt;getTitle()).&#8221;.$lnEnd;</p>
<p>#SEO Hack<br />
// declare a new configuration variable<br />
$config = new JConfig();<br />
// do not add the site name on the Frontpage<br />
if(( $_SERVER['REQUEST_URI'] == &#8216;/&#8217;) || ( $_SERVER['REQUEST_URI'] == &#8221; ) ) $site_name = &#8221;;</p>
<p># article title first<br />
else $site_name = &#8221; &#8211; &#8220;.$config-&gt;sitename;<br />
#site name first<br />
#else $site_name = $config-&gt;sitename.&#8221; &#8211; &#8220;;</p>
<p>// make the title tag<br />
# article title first<br />
$strHtml .= $tab . &#8221; .  htmlspecialchars($document-&gt;getTitle()) . $site_name. &#8221; . $lnEnd;<br />
#site name first<br />
#$strHtml .= $tab . &#8221; . $site_name.  htmlspecialchars($document-&gt;getTitle()) . &#8221; . $lnEnd;</p>
<p>If you need, it&#8217;s just simple &#8220;#&#8221; adding and deleting to get [site name - article title] or [article title - site name] title tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: it work</title>
		<link>http://s.pangonilo.com/index.php/2009/01/seo-page-rank-hacks-and-joomla-15.html/comment-page-1#comment-84</link>
		<dc:creator>it work</dc:creator>
		<pubDate>Sat, 07 Mar 2009 20:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://s.pangonilo.com/?p=102#comment-84</guid>
		<description>Thanks, it really work after some minor editing and adjustment</description>
		<content:encoded><![CDATA[<p>Thanks, it really work after some minor editing and adjustment</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weebit</title>
		<link>http://s.pangonilo.com/index.php/2009/01/seo-page-rank-hacks-and-joomla-15.html/comment-page-1#comment-65</link>
		<dc:creator>weebit</dc:creator>
		<pubDate>Tue, 17 Feb 2009 15:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://s.pangonilo.com/?p=102#comment-65</guid>
		<description>I saved it in a text file, and checked every Character to make sure it copied over ok.  I will give it a run again this evening.</description>
		<content:encoded><![CDATA[<p>I saved it in a text file, and checked every Character to make sure it copied over ok.  I will give it a run again this evening.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ver</title>
		<link>http://s.pangonilo.com/index.php/2009/01/seo-page-rank-hacks-and-joomla-15.html/comment-page-1#comment-63</link>
		<dc:creator>Ver</dc:creator>
		<pubDate>Tue, 17 Feb 2009 08:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://s.pangonilo.com/?p=102#comment-63</guid>
		<description>Hi weebit,

I have used this hack so I know it works.

You mentioned about this line
if(( $_SERVER[&#039;REQUEST_URI&#039;] == ‘/’) &#124;&#124; ( $_SERVER[&#039;REQUEST_URI&#039;] == ” ) ) $site_name = “; 
If you copied the code in my post directly and pasted it, Windows has a bad habit of replacing apostrophe  with tilde. Make sure you have corrected this problem.</description>
		<content:encoded><![CDATA[<p>Hi weebit,</p>
<p>I have used this hack so I know it works.</p>
<p>You mentioned about this line<br />
if(( $_SERVER['REQUEST_URI'] == ‘/’) || ( $_SERVER['REQUEST_URI'] == ” ) ) $site_name = “;<br />
If you copied the code in my post directly and pasted it, Windows has a bad habit of replacing apostrophe  with tilde. Make sure you have corrected this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weebit</title>
		<link>http://s.pangonilo.com/index.php/2009/01/seo-page-rank-hacks-and-joomla-15.html/comment-page-1#comment-62</link>
		<dc:creator>weebit</dc:creator>
		<pubDate>Tue, 17 Feb 2009 08:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://s.pangonilo.com/?p=102#comment-62</guid>
		<description>Darn it... It did not work.  said there was a extra &quot;;&quot; on line 89.   I don&#039;t know line 89 from 85.  Loaded into a text editor and it says the line in question is:

if(( $_SERVER[&#039;REQUEST_URI&#039;] == &#039;/&#039;) &#124;&#124; ( $_SERVER[&#039;REQUEST_URI&#039;] == &quot; ) ) $site_name = &quot;; 

so I removed the end &quot;;&quot;  because it is the only one on that line, but then I got a new error.</description>
		<content:encoded><![CDATA[<p>Darn it&#8230; It did not work.  said there was a extra &#8220;;&#8221; on line 89.   I don&#8217;t know line 89 from 85.  Loaded into a text editor and it says the line in question is:</p>
<p>if(( $_SERVER['REQUEST_URI'] == &#8216;/&#8217;) || ( $_SERVER['REQUEST_URI'] == &#8221; ) ) $site_name = &#8220;; </p>
<p>so I removed the end &#8220;;&#8221;  because it is the only one on that line, but then I got a new error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tentatives verlinken - seo blog</title>
		<link>http://s.pangonilo.com/index.php/2009/01/seo-page-rank-hacks-and-joomla-15.html/comment-page-1#comment-51</link>
		<dc:creator>tentatives verlinken - seo blog</dc:creator>
		<pubDate>Thu, 12 Feb 2009 14:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://s.pangonilo.com/?p=102#comment-51</guid>
		<description>&lt;strong&gt;Joomla 1.5 Seitentitel bzw. title Tag...&lt;/strong&gt;

Alles wird besser, doch nie wieder gut.
Worte über Joomla zu verlieren ist müssig, es ist ein CMS, so gut wie jedes andere.
Jetzt war es lange Zeit so, dass das Title Tag sich aus dem vergebenen Titel des Artikels und dem Sitenamen zusammensetzte, ...</description>
		<content:encoded><![CDATA[<p><strong>Joomla 1.5 Seitentitel bzw. title Tag&#8230;</strong></p>
<p>Alles wird besser, doch nie wieder gut.<br />
Worte über Joomla zu verlieren ist müssig, es ist ein <acronym title="Content Management System">CMS</acronym>, so gut wie jedes andere.<br />
Jetzt war es lange Zeit so, dass das Title Tag sich aus dem vergebenen Titel des Artikels und dem Sitenamen zusammensetzte, &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
