<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Showing newest comments?"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Showing newest comments?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Showing newest comments?</title>
				<description><![CDATA[ How can I display the comments to the newest poll and not for one special poll-id?<br /> <br /> The phrase<br /> echo $php_poll-&gt;get_comment_pages(newest);<br /> <br /> does NOT work while<br /> <br /> echo $php_poll-&gt;poll_process(newest) <br /> does work.<br /> <br /> Is there any possibility to always show the comments for the newest poll?<br /> Thank you<br /> <br /> BigMac]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3169/8422.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3169/8422.php</link>
				<pubDate><![CDATA[Tue, 25 May 2004 20:05:15]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ doesn't the word newest have to be in double quotes? (")<br /> Have a look on the free scripts page -&gt; adv. poll -&gt; demo.<br /> <br /> - Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3169/8424.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3169/8424.php</link>
				<pubDate><![CDATA[Tue, 25 May 2004 20:34:48]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi!<br /> <br /> That also doesn't work!<br /> <br /> Any more ideas?<br /> <br /> BigMac]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3169/8425.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3169/8425.php</link>
				<pubDate><![CDATA[Tue, 25 May 2004 20:44:06]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I don't know if you can just add newest to it but this is the code you use...<br /> (Its not much hassle to just change the numbers every time you have a <br /> new poll, which be very often as you have to allow a lot of time for people to vote.)<br /> <br /> [code]/* poll comments */<br /> $php_poll-&gt;set_template&#40;&quot;poll_comment&quot;&#41;;<br /> $php_poll-&gt;set_comments_per_page&#40;5&#41;;<br /> $php_poll-&gt;set_date_format&#40;&quot;d/m/Y H&#58;i&quot;&#41;;<br /> $php_poll-&gt;data_order_by&#40;&quot;time&quot;,&quot;desc&quot;&#41;;<br /> echo $php_poll-&gt;view_poll_comments&#40;2&#41;;<br /> echo $php_poll-&gt;get_comment_pages&#40;2&#41;; [/code]<br /> <br /> - Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3169/8426.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3169/8426.php</link>
				<pubDate><![CDATA[Tue, 25 May 2004 20:51:35]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi!<br /> <br /> This code is working on my homepage correctly. I just wanted to have less work as I have a poll of the week on my site and I don't want to change the IDs every week.<br /> <br /> Greetings <br /> <br /> BigMac]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3169/8427.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3169/8427.php</link>
				<pubDate><![CDATA[Tue, 25 May 2004 20:56:09]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>