<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Listing all polls"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Listing all polls"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Listing all polls</title>
				<description><![CDATA[ Hi,<br /> <br /> I know there's a piece of code that makes this (listing all polls) possible in one of the test pages but as far as I can see it's for database version of advanced poll only.<br /> <br /> I'm using the textfile version and I'd appreciate if someone would help me out. I'd like for it to look the same way as the database version of the script: newest poll showing and all the rest linked below.<br /> <br /> Help me out please, that's the last thing that I need before I can publish my site <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5389/19684.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5389/19684.php</link>
				<pubDate><![CDATA[Fri, 17 Feb 2006 20:02:43]]> GMT</pubDate>
				<author><![CDATA[ poslanik]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The link to a post with example is shown in the sticky at the top of this forum.  When it says "customize the code to fit your site" it means that if you are not using database version, then you leave out the part that references a database.<br /> <br /> In the post at http://proxy2.de/forum/viewtopic.php?t=4493&amp;highlight=poll+list, there is a link to an example at the very bottom.  That poll was created using the textfile version. Here's the code used:<br /> <br /> [code]/* path */<br /> $poll_path = &quot;/home/xxxxxxx/public_html/poll&quot;;<br /> <br /> require $poll_path.&quot;/include/config.inc.php&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 /> <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;;<br /> <br /> ?&gt;[/code]<br /> <br /> Html code was used to create the layout.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5389/19685.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5389/19685.php</link>
				<pubDate><![CDATA[Sat, 18 Feb 2006 16:01:13]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I was afraid you'd show this <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" /> I did try this as well but I got a strange error saying cannot include required... fatal error and all that. I checked twice to make sure it's all correctly copied.<br /> <br /> Do I just paste this in my site where I want the list to display? Of course, I know I need to change the poll path. Or do I need to make more modifications?<br /> <br /> I'll try again and this time I'll copy the errors I get. <br /> <br /> Thanks.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5389/19694.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5389/19694.php</link>
				<pubDate><![CDATA[Sat, 18 Feb 2006 20:24:46]]> GMT</pubDate>
				<author><![CDATA[ poslanik]]></author>
			</item>
	</channel>
</rss>