<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Listing pools"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Listing pools"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Listing pools</title>
				<description><![CDATA[ Hi<br /> <br /> Is there anyone htat know how it is possible to list the polls, and maybe make a next - previous link if you have many polls?<br /> <br /> Have just installed it and is testing the script.<br /> <br /> Thank you in advance for any help.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5227/18998.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5227/18998.php</link>
				<pubDate><![CDATA[Tue, 6 Dec 2005 19:58:17]]> GMT</pubDate>
				<author><![CDATA[ tanzaweb]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ This is shown in Demo3:<br /> [list][url]http://proxy2.de/poll/demo_3.php[/url][/list]<br /> The sample code is on the left.  Customize it to fit your site.<br /> <br /> [code]/* path */<br /> $poll_path = &quot;/www/proxy2/html/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;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;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;; [/code]<br /> <br /> Also, here is a post with an example:<br /> http://proxy2.de/forum/viewtopic.php?t=4493&amp;highlight=poll+list]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5227/19295.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5227/19295.php</link>
				<pubDate><![CDATA[Mon, 9 Jan 2006 03:35:46]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title>&amp;quot;Result&amp;quot; button's not working right.</title>
				<description><![CDATA[ I'm having a bit of an issue with the code for the poll list.  I took the code listed in this thread and it works great!  [b]However[/b] I wanted my list to by default display the most recent poll until someone clicks a link for a specific poll.  When I changed the value from [color="darkblue"]echo $php_poll-&gt;poll_process("random");[/color] to [color="darkblue"]echo $php_poll-&gt;poll_process("newest");[/color] it really messed things up.  It defaults to the most recent poll, and clicking on a link to another poll works fine.  However, when you then click the "result" link for any poll it sends you to the most recent poll.  Clicking result for the most recent poll does work however.<br /> <br /> Help? <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /><br /> <br /> Thanks everyone, other then this it's been working awesome!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5227/21333.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5227/21333.php</link>
				<pubDate><![CDATA[Sat, 30 Sep 2006 22:20:41]]> GMT</pubDate>
				<author><![CDATA[ toast]]></author>
			</item>
	</channel>
</rss>