<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advance Poll - vote without showing results?"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advance Poll - vote without showing results?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advance Poll - vote without showing results?</title>
				<description><![CDATA[ Is there a way I can have an advance poll on a page so that after a person votes, they can't see the results until I post them at a later time?<br /> <br /> If that's not possible, can I at least get rid of the "view results" link underneath the poll so that they can't see the results before they vote?<br /> <br /> Thanks in advance to anyone who can help.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4500/15592.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4500/15592.php</link>
				<pubDate><![CDATA[Tue, 12 Apr 2005 21:55:04]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Returning a Thanks for Voting Message</title>
				<description><![CDATA[ I need to modify Advanced Poll 2.03 so that it returns a "Thanks for Voting" message in place of the poll. This lets the responder know they have voted.<br /> <br /> The poll is gathering marketing information, so we don't want to display the results to the public.  I can make a separate page to view the results, that seems easy enough.<br /> <br /> But I can't figure out where to patch the response to not include the post.<br /> <br /> Any pointers would be appreciated.<br /> <br /> Larry]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4500/16321.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4500/16321.php</link>
				<pubDate><![CDATA[Wed, 1 Jun 2005 13:12:14]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I need this too! Anyone has a suggestion?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4500/16551.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4500/16551.php</link>
				<pubDate><![CDATA[Tue, 14 Jun 2005 16:00:34]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Ok, I found how to not show the Result after Voting!<br /> <br /> But then the Vote won't be counted  <img src="https://proxy2.de/forum//images/smilies/c30b4198e0907b23b8246bdd52aa1c3c.gif" /> <br /> But the message "You already have voted" is shown when I refresh the site!<br /> <br /> ARGG!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4500/16552.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4500/16552.php</link>
				<pubDate><![CDATA[Tue, 14 Jun 2005 16:47:54]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I will look into this on Thursday night if Auron has not answered.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4500/16553.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4500/16553.php</link>
				<pubDate><![CDATA[Tue, 14 Jun 2005 16:59:07]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [code]            if &#40;$action==&quot;results&quot; &amp;&amp; $poll_id==$poll_ident&#41; &#123;<br />                 return $this-&gt;view_poll_result&#40;$poll_id,0&#41;;<br />             &#125; elseif &#40;!$is_active&#41; &#123;<br />                 return $this-&gt;view_poll_result&#40;$poll_id,0&#41;;<br />             &#125; elseif &#40;$is_active &amp;&amp; $voted&#41; &#123;<br />                 return $this-&gt;view_poll_result&#40;$poll_id,1&#41;;<br />             &#125; elseif &#40;!$voted &amp;&amp; isset&#40;$option_id&#41; &amp;&amp; $action==&quot;vote&quot; &amp;&amp; $poll_id==$poll_ident&#41; &#123;<br />                 $this-&gt;update_poll&#40;$poll_id,$option_id&#41;;<br />                 return $this-&gt;view_poll_result&#40;$poll_id,0&#41;;<br />             &#125; else &#123;<br />                 return $this-&gt;display_poll&#40;$poll_id&#41;;<br />             &#125;[/code]<br /> thats the part of the code in class_poll.php that tells it what to do once you have voted. Well part of it does. Some of the code makes no sense at all. I beleive the line that tells it to show the results after posting is <br /> [code]return $this-&gt;view_poll_result&#40;$poll_id,1&#41;;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4500/16556.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4500/16556.php</link>
				<pubDate><![CDATA[Tue, 14 Jun 2005 17:15:54]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ So taking this line away you won't be redirected to the results? <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4500/16634.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4500/16634.php</link>
				<pubDate><![CDATA[Mon, 20 Jun 2005 18:29:03]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I'd say thats the line you'd need to change to something else.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4500/16635.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4500/16635.php</link>
				<pubDate><![CDATA[Mon, 20 Jun 2005 18:37:55]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ taking it away what will happen?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4500/16636.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4500/16636.php</link>
				<pubDate><![CDATA[Mon, 20 Jun 2005 20:20:54]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Nothing. They would vote and then nothing. Could try replacing it with<br /> [code]echo &#40;&quot;&lt;META HTTP-EQUIV=Refresh CONTENT=\&quot;0; URL=YOURSITEHERE\&quot;&gt;&quot;&#41;;[/code]<br /> Replacing YOURSITEHERE with your sites address.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4500/16639.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4500/16639.php</link>
				<pubDate><![CDATA[Mon, 20 Jun 2005 20:57:24]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks a lot for all, this evening I'll try and I'll tell you ;D]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4500/16645.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4500/16645.php</link>
				<pubDate><![CDATA[Tue, 21 Jun 2005 08:39:00]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ it gives me a window error... how could i do?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4500/16657.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4500/16657.php</link>
				<pubDate><![CDATA[Tue, 21 Jun 2005 22:42:46]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Ok now it works!!!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4500/16658.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4500/16658.php</link>
				<pubDate><![CDATA[Tue, 21 Jun 2005 22:44:16]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ my poll still showing all users the results<br /> <br /> i need to hidde the results what can i do ??? thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4500/21861.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4500/21861.php</link>
				<pubDate><![CDATA[Thu, 28 Dec 2006 01:43:29]]> GMT</pubDate>
				<author><![CDATA[ rocho]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I'm still not clear on how to stop displaying results when voting and return a "thanks for voting" message.  <br /> <br /> Would someone kindly post which files to edit to make the thank you appear?  <br /> <br /> Thank you so much!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4500/24546.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4500/24546.php</link>
				<pubDate><![CDATA[Fri, 20 Feb 2009 21:56:42]]> GMT</pubDate>
				<author><![CDATA[ marinasiena]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I need to modify Advanced Poll 2.03 so that it returns a "Thanks for Voting" message in place of the poll. This lets the responder know they have voted.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4500/24625.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4500/24625.php</link>
				<pubDate><![CDATA[Mon, 6 Apr 2009 08:54:46]]> GMT</pubDate>
				<author><![CDATA[ kindy456]]></author>
			</item>
	</channel>
</rss>