<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "poll comments to public"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "poll comments to public"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>poll comments to public</title>
				<description><![CDATA[ i followed the second post in the article<br /> http://proxy2.de/forum/viewtopic.php?t=5425&amp;highlight=show+comments<br /> <br /> copied this code to my page<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;4&#41;; <br /> echo $php_poll-&gt;get_comment_pages&#40;4&#41;;[/code]<br /> <br /> i get the following errror<br /> <br /> how should i fix this<br /> <br /> [code]Fatal error&#58; Call to undefined function&#58; set_template&#40;&#41; in /home/miztiik/domains/responsiblecitizen.uni.cc/public_html/survey/index.php on line 64[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5571/20350.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5571/20350.php</link>
				<pubDate><![CDATA[Sat, 29 Apr 2006 03:24:52]]> GMT</pubDate>
				<author><![CDATA[ miztiiik]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It's <br /> <br /> [code]<br /> $php_poll-&gt;set_template_set&#40;&quot;poll_comment&quot;&#41;; <br /> [/code]<br /> <br /> not [b]$php_poll-&gt;set_template("poll_comment");[/b]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5571/20353.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5571/20353.php</link>
				<pubDate><![CDATA[Sat, 29 Apr 2006 20:20:25]]> GMT</pubDate>
				<author><![CDATA[ phpuser3]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ i tired that one too...it error point to the next line then<br /> <br /> [code] Call to undefined function&#58; set_comments_per_page&#40;&#41; in /home/miztiik/domains/responsiblecitizen.uni.cc/public_html/survey/index.php on line 58<br /> [/code]<br /> <br /> What i am actuall doing is showin gh the poll results and some lines of text and the pol comments<br /> <br /> i look like this<br /> <br /> [code]&lt;p&gt;<br /> &lt;?php include_once &quot;/home/miztiik/domains/responsiblecitizen.uni.cc/public_html/survey/booth.php&quot;;<br /> $php_poll-&gt;set_template_set&#40;&quot;simple&quot;&#41;; <br /> echo $php_poll-&gt;poll_process&#40;5&#41;;<br /> ?&gt;<br /> <br /> ***********some html coding and some other text goes in here************<br /> <br /> /* poll comments */<br /> &lt;?php<br /> $php_poll-&gt;set_template_set&#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;5&#41;; <br /> echo $php_poll-&gt;get_comment_pages&#40;5&#41;;<br /> ?&gt;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5571/20354.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5571/20354.php</link>
				<pubDate><![CDATA[Sun, 30 Apr 2006 03:28:27]]> GMT</pubDate>
				<author><![CDATA[ miztiiik]]></author>
			</item>
	</channel>
</rss>