<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Thanks for a great poll script"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Thanks for a great poll script"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Thanks for a great poll script</title>
				<description><![CDATA[ It took a bit of time but I finally got my poll script working. Thanks for a great script!<br /> <br /> It's just in demo at the moment (still testing) but I added a link to a page listing past polls. You can see the test here:<br /> <br /> [url]http://www.media247.co.uk/skydigital/newindex2.php[/url]<br /> <br /> Code for the list page (you can find it in demo_3.php) is below:<br /> <br /> [code]&lt;?php<br /> <br /> /* path */<br /> $poll_path = &quot;your_poll_path&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 /> $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 plist&#40;&#41;;<br /> <br /> /* poll */<br /> $php_poll-&gt;set_template_set&#40;&quot;plain&quot;&#41;;<br /> $php_poll-&gt;set_max_bar_length&#40;125&#41;;<br /> $php_poll-&gt;set_max_bar_height&#40;10&#41;;<br /> if &#40;isset&#40;$HTTP_GET_VARS&#91;'poll_id'&#93;&#41;&#41; &#123;<br />    echo $php_poll-&gt;poll_process&#40;$HTTP_GET_VARS&#91;'poll_id'&#93;&#41;;<br /> &#125; else &#123;<br />    echo $php_poll-&gt;poll_process&#40;&quot;random&quot;&#41;;<br /> &#125;<br /> <br /> /* poll list */<br /> $php_poll-&gt;set_template&#40;&quot;poll_list&quot;&#41;;<br /> $php_poll-&gt;set_date_format&#40;&quot;d/m/Y&quot;&#41;;<br /> echo $php_poll-&gt;view_poll_list&#40;&#41;;<br /> echo $php_poll-&gt;get_list_pages&#40;&#41;;<br /> <br /> ?&gt;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4246/14191.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4246/14191.php</link>
				<pubDate><![CDATA[Wed, 9 Feb 2005 17:59:02]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ how to diplay the comments and the comments forms like for demo_4 ??]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4246/14234.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4246/14234.php</link>
				<pubDate><![CDATA[Thu, 10 Feb 2005 16:40:25]]> GMT</pubDate>
				<author><![CDATA[ zorglub]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="zorglub"]how to diplay the comments and the comments forms like for demo_4 ??[/quote]<br /> <br /> look at the demo polls and look at the code next to them.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4246/14242.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4246/14242.php</link>
				<pubDate><![CDATA[Thu, 10 Feb 2005 19:31:06]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
	</channel>
</rss>