<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Automatic Display of all polls in order:: Need Help"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Automatic Display of all polls in order:: Need Help"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Automatic Display of all polls in order:: Need Help</title>
				<description><![CDATA[ I like to somehow automatically show the polls I created in order of creation (either ascending or descending)<br /> <br /> My intention is to use the code below as a base  to start of but I am not experienced with PHP enough.<br /> <br /> &lt;?php<br /> /* poll */<br /> for ($i = 1; $i&lt;$XYZ; $i++) {<br />    echo $php_poll-&gt;poll_process($i);<br />    echo $php_poll-&gt;view_poll_comments($i);<br />    echo $php_poll-&gt;get_comment_pages($i); <br />    }<br /> ?&gt;<br /> <br /> When I use for example value "7" instead of $XYZ it nicely shows the first 7 polls including the comments <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /><br /> <br /> What I like to do is replace the "$XYZ" for a value that represents the end of the amount of polls created. <br /> Anybody knows how to declare a variable that represents the amount of polls?<br /> <br /> Also If a poll is not existing anymore it should skip this number.<br /> <br /> By implementing this I could always sort my polls and dislay them ascending or descending in order of creation.<br /> <br /> I like to even take this a step further, but my knowledge is not enough... Anyone interested to help me, for a price of course?<br /> <br /> Thanks fo any help or suggestions]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5295/19308.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5295/19308.php</link>
				<pubDate><![CDATA[Mon, 9 Jan 2006 15:44:21]]> GMT</pubDate>
				<author><![CDATA[ sharewarebuddy]]></author>
			</item>
			<item>
				<title>Lost</title>
				<description><![CDATA[ What I need to know is how how do I make the $XYZ represent the total amount of polls available.<br /> If for example I have 7 polls but poll nr4 is deleted I like to use the above to show poll nrs. 1,2,3,5,6,7 (4 is skipped)<br /> <br /> I do not know how to read the amount of polls in PHP...<br /> <br /> Please help<br /> <br /> Thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5295/19312.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5295/19312.php</link>
				<pubDate><![CDATA[Mon, 9 Jan 2006 17:55:23]]> GMT</pubDate>
				<author><![CDATA[ sharewarebuddy]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ What about just using the poll list as shown in Demo3?<br /> [code]/* 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]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5295/19401.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5295/19401.php</link>
				<pubDate><![CDATA[Mon, 16 Jan 2006 21:15:51]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ How can I change the layout of poll_list?<br /> <br /> I have changed the file of poll_list.html, but the change has not been reflected in the layout (using demo 3).<br /> <br /> I like to change table size which it is default to have table width 450.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5295/19446.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5295/19446.php</link>
				<pubDate><![CDATA[Tue, 24 Jan 2006 05:24:21]]> GMT</pubDate>
				<author><![CDATA[ ranmajen]]></author>
			</item>
	</channel>
</rss>