<?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>This blog has been moved to mongobread.com &#187; web 2.0</title>
	<atom:link href="http://www.gamerpinoy.com/mongobread/category/web-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gamerpinoy.com/mongobread</link>
	<description>Visit mongobread.com</description>
	<lastBuildDate>Fri, 08 May 2009 09:24:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to implement Google Analytics in your Simple Machines Forum</title>
		<link>http://www.gamerpinoy.com/mongobread/web-20/simple-machines-forum/how-to-implement-google-analytics-in-your-simple-machines-forum/</link>
		<comments>http://www.gamerpinoy.com/mongobread/web-20/simple-machines-forum/how-to-implement-google-analytics-in-your-simple-machines-forum/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 07:37:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[simple machines forum]]></category>

		<guid isPermaLink="false">http://www.gamerpinoy.com/mongobread/?p=153</guid>
		<description><![CDATA[Simple Machines Forum is today&#8217;s trend in bulletin boards. It&#8217;s almost the same implementation of wordpress, here&#8217;s the quick and dirty way of implementing your google analytics, woopra, sitemeter or whatever you use to check your Simple Machines Forum&#8217;s web statistics. Step 1: Create an include file for your Google Code. Paste the following code [...]]]></description>
			<content:encoded><![CDATA[<p>Simple Machines Forum is today&#8217;s trend in bulletin boards.</p>
<p>It&#8217;s almost the same implementation of wordpress, here&#8217;s the quick and dirty way of implementing your google analytics, woopra, sitemeter or whatever you use to check your Simple Machines Forum&#8217;s web statistics.</p>
<p><span style="text-decoration: underline;">Step 1: Create an include file for your Google Code.</span></p>
<p>Paste the following code in an empty text file and save it in /smf/Sources as /smf/Sources/analytics.php (.html or .htm will do)<br />
<script type="text/javascript"><!--
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
// --></script><br />
<script type="text/javascript"><!--
try {
var pageTracker = _gat._getTracker("UA-#######-#");
pageTracker._trackPageview();
} catch(err) {}
// --></script></p>
<p>Replace UA-#######-# with your Web Property ID from your web analytics account.</p>
<p><span style="text-decoration: underline;">Step 2: Find the  index.template.php</span></p>
<p>Find your theme directory. Typically it will be the theme folder beneath /smf/Themes.</p>
<p>Open the file /smf/Themes//index.template.php</p>
<p><span style="text-decoration: underline;">Step 3: Insert on line of code before the closing tag</span><br />
Open index.template.php in a text editor.</p>
<p>Search for with &lt;/body&gt;<br />
You will find the following lines of code:</p>
<p>echo &#8216;<br />
&lt;div id=&#8221;ajax_in_progress&#8221; style=&#8221;display: none;&#8217;, $context['browser']['is_ie'] &amp;&amp; !$context['browser']['is_ie7'] ? &#8216;position: absolute;&#8217; : &#8221;, &#8216;&#8221;&gt;&#8217;, $txt['ajax_in_progress'], &#8216;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&#8217;;</p>
<p>Break the last &lt;/div&gt; like this: <strong></strong></p>
<p><strong>&lt;/div&gt;&#8217;;</strong></p>
<p><strong>require_once&#8217;analytics.php&#8217;;<br />
echo &#8216;&lt;/body&gt;&lt;/html&gt;&#8217;;<br />
</strong></p>
<p>Save the file and you&#8217;re done.</p>
<p>Testing.</p>
<p>View source your site, check if there&#8217;s google analytics before &lt;/body&gt;</p>
<p>Enjoy!</p>
<img src="http://www.gamerpinoy.com/mongobread/?ak_action=api_record_view&id=153&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gamerpinoy.com/mongobread/web-20/simple-machines-forum/how-to-implement-google-analytics-in-your-simple-machines-forum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can’t edit category slug problem</title>
		<link>http://www.gamerpinoy.com/mongobread/web-20/wordpress/can%e2%80%99t-edit-category-slug-problem/</link>
		<comments>http://www.gamerpinoy.com/mongobread/web-20/wordpress/can%e2%80%99t-edit-category-slug-problem/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 06:23:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.gamerpinoy.com/mongobread/?p=151</guid>
		<description><![CDATA[If you are new to wordpress and by chance you need to edit a category post slug, after doing so and checking the category link. You realize that the category slug you just changed didn&#8217;t change to the way you wanted it to be. For example, I wanted the sub-category mmo-pc changed to mmo-games but [...]]]></description>
			<content:encoded><![CDATA[<p>If you are new to wordpress and by chance you need to edit a category post slug, after doing so and checking the category link. You realize that the category slug you just changed didn&#8217;t change to the way you wanted it to be.</p>
<p>For example, I wanted the sub-category mmo-pc changed to mmo-games but instead it changed itself to mmo-games-pc. What could be the problem?</p>
<p>This problem occurs if you have the exact slug named to tags. Before, I have a tag named &#8220;mmo-games&#8221; in which causing the problem. After searching for that particular tag &#8220;mmo-games&#8221; and deleted it. I go back editing the sub-category slug &#8220;mmo-pc&#8221; to &#8220;mmo-games&#8221;. Viola, problem solved.</p>
<p>So make sure you don&#8217;t have identical name for tags and categories.</p>
<img src="http://www.gamerpinoy.com/mongobread/?ak_action=api_record_view&id=151&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gamerpinoy.com/mongobread/web-20/wordpress/can%e2%80%99t-edit-category-slug-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
