<?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>Aaron Jefferson Villanueva&#039;s Blog Site&#187; phpbb bridge</title>
	<atom:link href="http://malebolgia.shadowsonawall.net/tag/phpbb-bridge/feed" rel="self" type="application/rss+xml" />
	<link>http://malebolgia.shadowsonawall.net</link>
	<description>Programming / Designing Blogging from windows to mac.</description>
	<lastBuildDate>Fri, 20 May 2011 12:05:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Joomla 1.5 phpbb bridge bug fixed</title>
		<link>http://malebolgia.shadowsonawall.net/code-programming/joomla-1-5-phpbb-bridge-bug-fixed.html</link>
		<comments>http://malebolgia.shadowsonawall.net/code-programming/joomla-1-5-phpbb-bridge-bug-fixed.html#comments</comments>
		<pubDate>Wed, 06 Aug 2008 09:59:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding/Programming]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[phpbb bridge]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://malebolgia.shadowsonawall.net/?p=92</guid>
		<description><![CDATA[*This happens when you verify the account through mail.
&#13; In /plugins/user/phpbb3.php, replace line 92:
&#13; 
&#13; from
&#13; &#160;&#160;&#160; if(!isset($userid)) {
&#13; 
&#13; to
&#13; &#160;&#160;&#160; if (( ! isset( $userid )) &#124;&#124; ( strlen( $userid ) == 0 )) {&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; // it's set, but has no value
&#13; 
&#13; Forum Source
&#13; ]]></description>
			<content:encoded><![CDATA[*This happens when you verify the account through mail.<br />
&#13; In /plugins/user/phpbb3.php, replace line 92:<br />
&#13; <br />
&#13; <b>from</b><br />
&#13; <span style="background-color: rgb(255, 255, 153);"><span style="color: rgb(0, 51, 0);">&nbsp;&nbsp;&nbsp; if(!isset($userid)) {</span></span><br />
&#13; <br />
&#13; <b>to</b><br />
&#13; <span style="color: rgb(0, 51, 0);"><span style="background-color: rgb(255, 255, 153);">&nbsp;&nbsp;&nbsp; if (( ! isset( $userid )) || ( strlen( $userid ) == 0 )) {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // it's set, but has no value</span></span><br />
&#13; <br />
&#13; <a target="_blank" href="http://www.rocketwerx.com/forum/viewtopic.php?f=22&amp;t=807&amp;st=0&amp;sk=t&amp;sd=a&amp;sid=292265e94dfac323c1f1affc7a216be9&amp;start=40">Forum Source</a><br />
&#13; <br />]]></content:encoded>
			<wfw:commentRss>http://malebolgia.shadowsonawall.net/code-programming/joomla-1-5-phpbb-bridge-bug-fixed.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

