<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "PIE POLL"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "PIE POLL"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>PIE POLL</title>
				<description><![CDATA[ Hello! <br /> <br /> I have a poll from proxy2.de installed in my domain because it is given by an apliction called FANTASTICO, that comes with CPANEL. <br /> <br /> My problem is: <br /> Why PIE POLL does not work? <br /> When I config it to PIE POLL it shows a normal horizontal bar poll. <br /> <br /> Can anyone help me? <br /> <br /> <br /> Best regards, <br /> <br /> Carlos]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3515/10039.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3515/10039.php</link>
				<pubDate><![CDATA[Fri, 20 Aug 2004 22:00:27]]> GMT</pubDate>
				<author><![CDATA[ cmarangon]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I have seen a couple of posts from Auron (who is probably the best expert here on the polls) that indicate Fantastico is not a good choice to use.  I think he recommends downloading the script and installing it yourself.  Otherwise, maybe compare your code to that on the demo page.<br /> <br /> Here's that post from Auron:<br /> <br /> <a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?t=3463&amp;highlight=fantastico" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?t=3463&amp;highlight=fantastico</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3515/10040.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3515/10040.php</link>
				<pubDate><![CDATA[Fri, 20 Aug 2004 22:12:46]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ To get it to display as a pie chart the code you need is this...<br /> <br /> [code]/* Set Template */<br /> $php_poll-&gt;set_template_set&#40;&quot;graphic&quot;&#41;;[/code]<br /> <br /> For the names of other template sets go to the admin panel and its one<br /> of the menu options at the top. When you get to the page where you can<br /> edit the templates there'll be a drop down menu where you can select <br /> different template sets to edit and use.<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3515/10041.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3515/10041.php</link>
				<pubDate><![CDATA[Sat, 21 Aug 2004 01:09:12]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks,<br /> <br /> but where do I need to include this code?<br /> <br /> I will try the code below for index.php running at my <a class="snap_shots" href="http://localhost/poll/index.php" target="_blank" rel="nofollow">http://localhost/poll/index.php</a><br /> as pol ID = 5 .<br /> <br /> &lt;?php<br /> include_once "c:/easyphp/www/poll/db/booth.php";<br /> echo $php_poll-&gt;poll_process(5);        // x = Poll ID<br /> /* Set Template */ <br /> $php_poll-&gt;set_template_set("graphic");<br /> <br /> ?&gt;<br /> <br /> []<br /> <br /> Carlos]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3515/10043.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3515/10043.php</link>
				<pubDate><![CDATA[Sat, 21 Aug 2004 02:35:49]]> GMT</pubDate>
				<author><![CDATA[ cmarangon]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hello!<br /> <br /> It works, but comments are not shown. Why?<br /> <br /> []<br /> Carlos]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3515/10044.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3515/10044.php</link>
				<pubDate><![CDATA[Sat, 21 Aug 2004 03:11:50]]> GMT</pubDate>
				<author><![CDATA[ cmarangon]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [code]/* poll */<br /> $php_poll-&gt;set_template_set&#40;&quot;graphic&quot;&#41;;<br /> echo $php_poll-&gt;view_poll_result&#40;1&#41;;<br /> [/code]<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;3&#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;1&#41;;<br /> echo $php_poll-&gt;get_comment_pages&#40;1&#41;;<br /> ?&gt;[/code]<br /> <br /> http://proxy2.de/poll/demo_6.php]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3515/10046.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3515/10046.php</link>
				<pubDate><![CDATA[Sat, 21 Aug 2004 06:58:00]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Pie Poll does not show comments</title>
				<description><![CDATA[ This does not work and it returns an error:<br /> Fatal error: Call to undefined function: set_template() in /home/areajesu/public_html/poll/p8.php on line 7<br /> <br /> <br /> Sincerely,<br /> <br /> Carlos]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3515/10080.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3515/10080.php</link>
				<pubDate><![CDATA[Sun, 22 Aug 2004 12:16:12]]> GMT</pubDate>
				<author><![CDATA[ cmarangon]]></author>
			</item>
	</channel>
</rss>