<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Updating the Poll on the index page"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Updating the Poll on the index page"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Updating the Poll on the index page</title>
				<description><![CDATA[ I embedded the code for the popup template on my index page...<br /> <br /> /* the third poll */<br /> $php_poll-&gt;set_template_set("popup");<br /> if ($php_poll-&gt;is_valid_poll_id(13)) {<br />     echo $php_poll-&gt;display_poll(13);<br /> } <br /> <br /> Does anyone know how to update the poll ID (in this case 13) automatically?? Every time I create a new poll I have to go to the code and change the number manually <img src="https://proxy2.de/forum//images/smilies/69934afc394145350659cd7add244ca9.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1735/4352.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1735/4352.php</link>
				<pubDate><![CDATA[Mon, 17 Mar 2003 03:29:03]]> GMT</pubDate>
				<author><![CDATA[ amayar]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ $php_poll-&gt;set_template_set("popup"); <br /> echo $php_poll-&gt;poll_process("newest");]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1735/4358.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1735/4358.php</link>
				<pubDate><![CDATA[Mon, 17 Mar 2003 13:01:19]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I tried that, but It only displays the latest results??? not the poll...<br /> <br /> weirdddd <img src="https://proxy2.de/forum//images/smilies/2786c5c8e1a8be796fb2f726cca5a0fe.gif" />  ...... I'll try again ..... <br /> <br /> Thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1735/4362.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1735/4362.php</link>
				<pubDate><![CDATA[Mon, 17 Mar 2003 13:26:17]]> GMT</pubDate>
				<author><![CDATA[ amayar]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ $newid = $php_poll-&gt;get_latest_poll_id();<br /> $php_poll-&gt;set_template_set("popup"); <br /> if ($php_poll-&gt;is_valid_poll_id($newid)) { <br /> echo $php_poll-&gt;display_poll($newid); <br /> }]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1735/4363.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1735/4363.php</link>
				<pubDate><![CDATA[Mon, 17 Mar 2003 17:16:27]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ where do I have to set that ??<br /> it only says me : <br /> <br /> Fatal error: Call to a member function on a non-object in /home/ruechami/www/zorg/poll/index.php on line 42]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1735/14233.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1735/14233.php</link>
				<pubDate><![CDATA[Thu, 10 Feb 2005 16:37:22]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Anonymous"]$php_poll-&gt;set_template_set("popup"); <br /> echo $php_poll-&gt;poll_process("newest");[/quote]<br /> <br /> That should work.<br /> <br /> Have a look at the demo polls on this site by...<br /> <br /> Free Scritps -&gt; Adv. Poll Demo -&gt; look at polls AND the code.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1735/14241.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1735/14241.php</link>
				<pubDate><![CDATA[Thu, 10 Feb 2005 19:30:10]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
	</channel>
</rss>