<?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>Codiko &#187; Mods</title>
	<atom:link href="http://codiko.com/category/mods/feed/" rel="self" type="application/rss+xml" />
	<link>http://codiko.com</link>
	<description>It&#039;s all about the internet</description>
	<lastBuildDate>Sat, 14 Nov 2009 17:08:36 +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>Add site name to phpBB emails</title>
		<link>http://codiko.com/mods/phpbb-mods/add-site-name-to-phpbb-emails/</link>
		<comments>http://codiko.com/mods/phpbb-mods/add-site-name-to-phpbb-emails/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 00:13:24 +0000</pubDate>
		<dc:creator>SJL</dc:creator>
				<category><![CDATA[phpBB]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[phpBB3]]></category>
		<category><![CDATA[sender]]></category>

		<guid isPermaLink="false">http://codiko.com/?p=49</guid>
		<description><![CDATA[The default way the sender showsup in emails from phpBB forum is &#8220;&#60;forum@domain.com&#62;&#8221;.
This mod makes it look like &#8220;Forum Name &#60;forum@domain.com&#62;&#8221;.
Open includes/functions_messenger.php
Find:
 $headers[] = 'From: ' . $this-&#62;from;
Replace with:
 $headers[] = 'From: "' . str_replace("&#38;amp;", "&#38;", $config['sitename']) .'" ' . $this-&#62;from;
Find:
 $headers[] = 'Sender: &#60;' . $config['board_email'] . '&#62;';
Replace with:
 $headers[] = 'Sender: "' . [...]]]></description>
		<wfw:commentRss>http://codiko.com/mods/phpbb-mods/add-site-name-to-phpbb-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Google Analytics to phpBB3</title>
		<link>http://codiko.com/mods/phpbb-mods/installing-google-analytics-to-phpbb3/</link>
		<comments>http://codiko.com/mods/phpbb-mods/installing-google-analytics-to-phpbb3/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 19:52:41 +0000</pubDate>
		<dc:creator>SJL</dc:creator>
				<category><![CDATA[phpBB]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[blank]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[phpBB3]]></category>

		<guid isPermaLink="false">http://codiko.com/?p=16</guid>
		<description><![CDATA[This is a guide on how to installing Google Analytics to phpBB.
First of all, you need phpBB3 forum and Google Analytics -account.
1. Get Google Analytics code.
It should look like this 
&#60;script type="text/javascript"&#62;
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"));
&#60;/script&#62;
&#60;script type="text/javascript"&#62;
try {
var pageTracker = _gat._getTracker("UA-xxxxxxx-x");
pageTracker._trackPageview();
} catch(err) {}&#60;/script&#62;
2. Copy-Paste [...]]]></description>
		<wfw:commentRss>http://codiko.com/mods/phpbb-mods/installing-google-analytics-to-phpbb3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
