<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "please help with polls and lists"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "please help with polls and lists"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>please help with polls and lists</title>
				<description><![CDATA[ Hi guys;<br /> <br /> im using Advanced poll atm; first i have to say that is a great one.<br /> <br /> but i got this problem... i tried to add the NEWEST poll and then list other polls under it... it seems work fine but actually not. whenver u click on the list, if it already voted then it show the poll; if not it sill show untill u click on the result... Whenever u click on the result it jump to the newest poll.<br /> [code]<br /> /* path */<br /> $poll_path = &quot;/poll&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;newest&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;m/d/Y&quot;&#41;;<br /> echo $php_poll-&gt;view_poll_list&#40;&#41;;<br /> echo $php_poll-&gt;get_list_pages&#40;&#41;;<br /> [/code]<br /> <br /> above is my code; i think it is right. Can you guys please spare sometimes to show me or explain how to correct all the things?<br /> <br /> Thanks a lot]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5922/21491.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5922/21491.php</link>
				<pubDate><![CDATA[Tue, 31 Oct 2006 14:24:56]]> GMT</pubDate>
				<author><![CDATA[ halloween]]></author>
			</item>
	</channel>
</rss>