<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Comment In Advanced Poll"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Comment In Advanced Poll"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Comment In Advanced Poll</title>
				<description><![CDATA[ Is it possible to set up something so that the people can see the comments written?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4685/16323.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4685/16323.php</link>
				<pubDate><![CDATA[Wed, 1 Jun 2005 15:51:14]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ i looked on the demo files used but didnt work just got fatal error<br /> <br /> &lt;?php<br /> <br /> /* path */<br /> $poll_path = "my path";<br /> <br /> /* poll comments */<br /> $php_poll-&gt;set_template("poll_comment");<br /> $php_poll-&gt;set_comments_per_page(3);<br /> $php_poll-&gt;set_date_format("d/m/Y H:i");<br /> $php_poll-&gt;data_order_by("time","desc");<br /> echo $php_poll-&gt;view_poll_comments(1);<br /> echo $php_poll-&gt;get_comment_pages(1);<br /> <br /> <br /> ?&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4685/16324.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4685/16324.php</link>
				<pubDate><![CDATA[Wed, 1 Jun 2005 16:32:35]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>yes</title>
				<description><![CDATA[ yes it is possible. <br /> <br /> Insert this:<br /> [code]<br /> /* path */ <br /> $poll_path = dirname&#40;__FILE__&#41;.&quot;/textfile&quot;;<br /> <br /> require $poll_path.&quot;/include/config.inc.php&quot;;<br /> /*require $poll_path.&quot;/include/$POLLDB&#91;class&#93;&quot;; */<br /> require $poll_path.&quot;/include/class_poll.php&quot;;<br /> require $poll_path.&quot;/include/class_pollcomment.php&quot;;<br /> require $poll_path.&quot;/include/class_plist.php&quot;;<br /> /*<br /> $CLASS&#91;&quot;db&quot;&#93; = new polldb_sql;<br /> $CLASS&#91;&quot;db&quot;&#93;-&gt;connect&#40;&#41;; */<br /> <br /> $php_poll = new pollcomment&#40;&#41;;<br /> <br /> /* poll comments */<br /> $php_poll-&gt;set_template&#40;&#91;b&#93;&quot;poll_comment&quot;&#91;/b&#93;&#41;;<br /> $php_poll-&gt;set_comments_per_page&#40;&#91;b&#93;20&#91;/b&#93;&#41;;<br /> $php_poll-&gt;set_date_format&#40;&#91;b&#93;&quot;d/m/Y H&#58;i&quot;&#91;/b&#93;&#41;;<br /> $php_poll-&gt;data_order_by&#40;&#91;b&#93;&quot;time&quot;,&quot;desc&quot;&#91;/b&#93;&#41;;<br /> echo $php_poll-&gt;view_poll_comments&#40;&#91;b&#93;poll id&#91;/b&#93;&#41;;<br /> [/code]<br /> <br /> That's quite simple you can change the part in bold.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4685/20431.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4685/20431.php</link>
				<pubDate><![CDATA[Wed, 10 May 2006 11:19:40]]> GMT</pubDate>
				<author><![CDATA[ shachi]]></author>
			</item>
			<item>
				<title>where should I add those code</title>
				<description><![CDATA[ Please forgive me if this is stupid question, I'd like to show comments, but where should I add the code you just suggested? Thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4685/23080.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4685/23080.php</link>
				<pubDate><![CDATA[Tue, 5 Jun 2007 22:35:12]]> GMT</pubDate>
				<author><![CDATA[ lyndalijun]]></author>
			</item>
	</channel>
</rss>