<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Latest posts standalone script for phpbb3 and phpbb2</title>
	<atom:link href="http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html/feed" rel="self" type="application/rss+xml" />
	<link>http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html</link>
	<description>A blog where I share my knowledge about software</description>
	<lastBuildDate>Sun, 28 Feb 2010 21:56:39 -0800</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: madhamster</title>
		<link>http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html/comment-page-2#comment-58910</link>
		<dc:creator>madhamster</dc:creator>
		<pubDate>Wed, 17 Feb 2010 05:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html#comment-58910</guid>
		<description>Thanx very much :)&lt;br&gt;&lt;br&gt;Note,  if you want to select time in correct format and guest usernames as well you could use:&lt;br&gt;&lt;br&gt;SELECT ...  &lt;br&gt;DATE_FORMAT(ADDDATE(&#039;1970-01-01&#039;, ROUND(p.post_time/86400)), &#039;%d.%m.%Y&#039;) AS post_time, &lt;br&gt;IF(p.post_username = &#039;&#039;, u.username, p.post_username) AS username</description>
		<content:encoded><![CDATA[<p>Thanx very much :)</p>
<p>Note,  if you want to select time in correct format and guest usernames as well you could use:</p>
<p>SELECT &#8230;  <br />DATE_FORMAT(ADDDATE(&#39;1970-01-01&#39;, ROUND(p.post_time/86400)), &#39;%d.%m.%Y&#39;) AS post_time, <br />IF(p.post_username = &#39;&#39;, u.username, p.post_username) AS username</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html/comment-page-2#comment-58867</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 30 Dec 2009 11:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html#comment-58867</guid>
		<description>Hi. This is a great script. I&#039;ve used it to put a latest post box to the right of one of my forums as a PHP include in the template. Works brilliantly.&lt;br&gt;&lt;br&gt;Just one question. How would I change the script so instead of outputting the topic title, outputting the title of the latest post?&lt;br&gt;&lt;br&gt;I understand (or imagine at least) I&#039;ll need to change the database query somehow, then change the &quot;topic_title&quot; in the output later to the post title as well as the link, but don&#039;t know what I&#039;d need to query for, etc.&lt;br&gt;&lt;br&gt;I.e. I can work out what I need to do, but don&#039;t know how to actually do it, so any help would be greatly appreciated.&lt;br&gt;&lt;br&gt;All the best.</description>
		<content:encoded><![CDATA[<p>Hi. This is a great script. I&#39;ve used it to put a latest post box to the right of one of my forums as a PHP include in the template. Works brilliantly.</p>
<p>Just one question. How would I change the script so instead of outputting the topic title, outputting the title of the latest post?</p>
<p>I understand (or imagine at least) I&#39;ll need to change the database query somehow, then change the &#8220;topic_title&#8221; in the output later to the post title as well as the link, but don&#39;t know what I&#39;d need to query for, etc.</p>
<p>I.e. I can work out what I need to do, but don&#39;t know how to actually do it, so any help would be greatly appreciated.</p>
<p>All the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indrit</title>
		<link>http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html/comment-page-2#comment-58810</link>
		<dc:creator>Indrit</dc:creator>
		<pubDate>Tue, 24 Nov 2009 10:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html#comment-58810</guid>
		<description>There are some problems on mouse over. These appared after upgraded to phpbb version 3.0.6</description>
		<content:encoded><![CDATA[<p>There are some problems on mouse over. These appared after upgraded to phpbb version 3.0.6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikeyyyyy</title>
		<link>http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html/comment-page-2#comment-58704</link>
		<dc:creator>Mikeyyyyy</dc:creator>
		<pubDate>Fri, 16 Oct 2009 08:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html#comment-58704</guid>
		<description>it doesnt work for me? i made a html page and paste this code you guys gave me and it shows all the codes....can you guys take a look at it....which part should i replace...&lt;br&gt;here is my phpbb2 websites &lt;a href=&quot;http://anhsaobang.myfreeforum.org/&quot; rel=&quot;nofollow&quot;&gt;http://anhsaobang.myfreeforum.org/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>it doesnt work for me? i made a html page and paste this code you guys gave me and it shows all the codes&#8230;.can you guys take a look at it&#8230;.which part should i replace&#8230;<br />here is my phpbb2 websites <a href="http://anhsaobang.myfreeforum.org/" rel="nofollow">http://anhsaobang.myfreeforum.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skidplate</title>
		<link>http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html/comment-page-2#comment-58696</link>
		<dc:creator>skidplate</dc:creator>
		<pubDate>Mon, 12 Oct 2009 05:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html#comment-58696</guid>
		<description>I am trying to change the font face and color, but it isn&#039;t changing (all i am seeing is ugly blue underlined text). Also, me not being very familiar with php... how do I change what is displayed? Are there any instructions for this??</description>
		<content:encoded><![CDATA[<p>I am trying to change the font face and color, but it isn&#39;t changing (all i am seeing is ugly blue underlined text). Also, me not being very familiar with php&#8230; how do I change what is displayed? Are there any instructions for this??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bozz282</title>
		<link>http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html/comment-page-2#comment-58663</link>
		<dc:creator>bozz282</dc:creator>
		<pubDate>Tue, 15 Sep 2009 21:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html#comment-58663</guid>
		<description>Still no luck with the mouseover though. I have eliminated Front Page as the cause because I replaced the code using notepad as my editor.&lt;br&gt;&lt;br&gt;Could it be that the mouseover won&#039;t work because it&#039;s nested inside a CSS Div ?</description>
		<content:encoded><![CDATA[<p>Still no luck with the mouseover though. I have eliminated Front Page as the cause because I replaced the code using notepad as my editor.</p>
<p>Could it be that the mouseover won&#39;t work because it&#39;s nested inside a CSS Div ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan_vaida</title>
		<link>http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html/comment-page-2#comment-58647</link>
		<dc:creator>dan_vaida</dc:creator>
		<pubDate>Tue, 15 Sep 2009 21:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html#comment-58647</guid>
		<description>I am really glad that you managed to figure it out by yourself. that&#039;s what this is all about in the end. cheers</description>
		<content:encoded><![CDATA[<p>I am really glad that you managed to figure it out by yourself. that&#39;s what this is all about in the end. cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bozz282</title>
		<link>http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html/comment-page-2#comment-58646</link>
		<dc:creator>bozz282</dc:creator>
		<pubDate>Tue, 15 Sep 2009 21:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html#comment-58646</guid>
		<description>I trawled through the code until I discovered two &quot;%22&quot; within the echo link tag. %22 = &quot; (quotation mark) which explains why there was a quotation mark added into my url. &lt;br&gt;&lt;br&gt;I assumed that Microsoft Front Page interpreted the quotation mark badly and inserted the %22 instead?&lt;br&gt;&lt;br&gt;At first I changed the %22 into &quot; but that made the code fail. So, I removed the %22 and it worked.</description>
		<content:encoded><![CDATA[<p>I trawled through the code until I discovered two &#8220;%22&#8243; within the echo link tag. %22 = &#8221; (quotation mark) which explains why there was a quotation mark added into my url. </p>
<p>I assumed that Microsoft Front Page interpreted the quotation mark badly and inserted the %22 instead?</p>
<p>At first I changed the %22 into &#8221; but that made the code fail. So, I removed the %22 and it worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan_vaida</title>
		<link>http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html/comment-page-2#comment-58645</link>
		<dc:creator>dan_vaida</dc:creator>
		<pubDate>Tue, 15 Sep 2009 20:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html#comment-58645</guid>
		<description>And how exactly did you tackle the first issue ?</description>
		<content:encoded><![CDATA[<p>And how exactly did you tackle the first issue ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bozz282</title>
		<link>http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html/comment-page-2#comment-58644</link>
		<dc:creator>bozz282</dc:creator>
		<pubDate>Tue, 15 Sep 2009 16:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://softinquiry.com/latest-posts-standalone-script-for-phpbb3-and-phpbb2.html#comment-58644</guid>
		<description>Hi,&lt;br&gt;&lt;br&gt;Great script. I have two issues which I can&#039;t seem to resolve. The first is that when I click on a recent forum topic, a new window opens (which is fine) but, the url is wrong because the script adds quotations to the link. Example : url is &lt;a href=&quot;http://www.mysite.com/%22forum/viewtopic.php?f=5&amp;t=1051&amp;p=5151#p5151/%22&quot; rel=&quot;nofollow&quot;&gt;http://www.mysite.com/&quot;forum/viewtopic.php?f=5&amp;...&lt;/a&gt; which results in an error page (page not found) but, if I remove the quotes : &lt;a href=&quot;http://www.mysite.com/forum/viewtopic.php?f=5&amp;t=1051&amp;p=5151#p5151/&quot; rel=&quot;nofollow&quot;&gt;http://www.mysite.com/forum/viewtopic.php?f=5&amp;t...&lt;/a&gt; the page / link displays fine.&lt;br&gt;&lt;br&gt;Second problem is that the mouse over doesnt work ? i.e. the scroll continues to scroll and I cannot stop it&lt;br&gt;&lt;br&gt;Thanks for your time in developing this neat script !</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great script. I have two issues which I can&#39;t seem to resolve. The first is that when I click on a recent forum topic, a new window opens (which is fine) but, the url is wrong because the script adds quotations to the link. Example : url is <a href="http://www.mysite.com/%22forum/viewtopic.php?f=5&#038;t=1051&#038;p=5151#p5151/%22" rel="nofollow"></a><a href="http://www.mysite.com/" rel="nofollow">http://www.mysite.com/</a>&#8220;forum/viewtopic.php?f=5&#038;&#8230; which results in an error page (page not found) but, if I remove the quotes : <a href="http://www.mysite.com/forum/viewtopic.php?f=5&#038;t=1051&#038;p=5151#p5151/" rel="nofollow"></a><a href="http://www.mysite.com/forum/viewtopic.php?f=5&#038;t.." rel="nofollow">http://www.mysite.com/forum/viewtopic.php?f=5&#038;t..</a>. the page / link displays fine.</p>
<p>Second problem is that the mouse over doesnt work ? i.e. the scroll continues to scroll and I cannot stop it</p>
<p>Thanks for your time in developing this neat script !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
