<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "advanced poll --- show poll list?"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "advanced poll --- show poll list?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>advanced poll --- show poll list?</title>
				<description><![CDATA[ Hey,<br /> <br /> I'm trying to list the polls like it does in the demo on my real site.... I tried this:<br /> <br /> [code]<br /> <br /> //before html code<br /> &lt;?php<br /> // Important! You have to include it before your html code<br /> include_once &quot;/home/wizardso/public_html/poll/poll_cookie.php&quot;;<br /> ?&gt;<br /> <br /> <br /> <br /> In html code&#58;<br /> <br /> //to display poll<br /> &lt;?php<br /> include_once &quot;/home/wizardso/public_html/poll/booth.php&quot;;<br /> echo $php_poll-&gt;poll_process&#40;4&#41;;<br /> ?&gt;<br /> <br /> //to display list<br /> &lt;?php<br /> <br /> $poll_path = &quot;/home/wizardso/public_html/poll&quot;;<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 /> <br /> $php_poll = new plist&#40;&#41;;<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 /> <br /> ?&gt;<br /> [/code]<br /> <br /> Everything works except displaying the poll list.   Also, how would I control the size of the list (width)?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5354/19531.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5354/19531.php</link>
				<pubDate><![CDATA[Sat, 4 Feb 2006 19:51:07]]> GMT</pubDate>
				<author><![CDATA[ csheppard91]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Alright, I got it displaying, but it's huge... How can I control the length?<br /> <br /> <a class="snap_shots" href="http://www.wizardsolutionsusa.com/test.php" target="_blank" rel="nofollow">http://www.wizardsolutionsusa.com/test.php</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5354/19533.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5354/19533.php</link>
				<pubDate><![CDATA[Sat, 4 Feb 2006 22:49:07]]> GMT</pubDate>
				<author><![CDATA[ csheppard91]]></author>
			</item>
	</channel>
</rss>