<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Poll Templates not working"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Poll Templates not working"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Poll Templates not working</title>
				<description><![CDATA[ Ok this is what I have: <br /> <br /> include_once "C:/inetpub/dp3d/poll/booth.php";<br /> $php_poll-&gt;set_template_set("popup");<br /> echo $php_poll-&gt;poll_process("4");<br /> <br /> But here is the problem...  When I click on the Vote button it brings me to Page cannot be displayed.  And when I click the view results button absolutlely nothing happens.  I have left the popup template alone and have not changed any of the code, so what else could be the problem?  The poll does show up fine by the way, it's just that the button and the link do not work properly.<br /> <br /> Thanks in advance,<br /> Derek]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4193/13773.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4193/13773.php</link>
				<pubDate><![CDATA[Tue, 1 Feb 2005 07:56:25]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Sorry</title>
				<description><![CDATA[ Sorry for the double post, clicked twice]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4193/13775.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4193/13775.php</link>
				<pubDate><![CDATA[Tue, 1 Feb 2005 07:57:18]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>BTW</title>
				<description><![CDATA[ BTW the website is www.dp3dclan.com  if you would like to see for your self.<br /> <br /> Thanks,<br /> Derek]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4193/13776.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4193/13776.php</link>
				<pubDate><![CDATA[Tue, 1 Feb 2005 08:27:19]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ First thing you will be asked around here is whether you did a search on this forum for your problem - <br /> <br /> Here is one of many threads on the subject. <br /> <a class="snap_shots" href="http://www.proxy2.de/forum/viewtopic.php?t=2067" target="_blank" rel="nofollow">http://www.proxy2.de/forum/viewtopic.php?t=2067</a><br /> <br /> Author of the scripts is no where to be found and helpers here are volunteers who choose to help people out.<br /> <br /> [quote="Dpinkston"]<br /> [b]include_once "C:/inetpub/dp3d/poll/booth.php";[/b]<br /> $php_poll-&gt;set_template_set("popup");<br /> echo $php_poll-&gt;poll_process("4");<br /> [/quote]<br /> <br /> I don't do the Polls but here's my dumb question for the first of February... Are you running this on your harddrive of your pc? Why the C:/  for the path?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4193/13777.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4193/13777.php</link>
				<pubDate><![CDATA[Tue, 1 Feb 2005 08:29:29]]> GMT</pubDate>
				<author><![CDATA[ ET]]></author>
			</item>
			<item>
				<title>Ummm</title>
				<description><![CDATA[ [quote="ET"]<br /> I don't do the Polls but here's my dumb question for the first of February... Are you running this on your harddrive of your pc? Why the C:/  for the path?[/quote]<br /> <br /> That is an automatically set path by the installation of the poll.  It is the path of the booth.php on the actual web server.   Tellin the script to access that file from the location on the webserver.  At least that is what i believe anyway.  Oh and by the way, the link you sent me.  I have been to that site time after time after time during my searchin.  I do no t believe it explains anything in there about my porblem.  The link to my site is www.dp3dclan.com, if you wanna check out the poll.  <br /> <br /> Thanks,<br /> Derek]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4193/13790.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4193/13790.php</link>
				<pubDate><![CDATA[Tue, 1 Feb 2005 21:25:16]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ check paths in config files and the admin area.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4193/13793.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4193/13793.php</link>
				<pubDate><![CDATA[Tue, 1 Feb 2005 22:05:06]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Auron"]check paths in config files and the admin area.[/quote]<br /> <br /> Do you mean in the admin panel?  If not what files would i need to edit, i dont seen any editable files under the admin folder.  When i use one of the other templates that is not popup it works but it brings up the results weird do to the way i have the site set up that is why i was wanting to use the popup temp.  I appreciate you guys trying to help!  But if you have anymore suggestions feel free to let me know.<br /> <br /> Thanks,<br /> Derek]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4193/13796.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4193/13796.php</link>
				<pubDate><![CDATA[Tue, 1 Feb 2005 23:43:44]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Kinda got it figured out</title>
				<description><![CDATA[ Ok I have it kinda figured out.  Ummm...  When i put the poll in a page by it's self it works fine.  But when it is in my right.php file it seems to not work.  I'll keep trying.  If i get it i will post my results.  Any more ideas?<br /> <br /> Thanks,<br /> Derek]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4193/13805.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4193/13805.php</link>
				<pubDate><![CDATA[Wed, 2 Feb 2005 04:16:13]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Yup that's it</title>
				<description><![CDATA[ Yea that is the problem, now how do i fix it.  It does not like to be run in a page that has numerious php includes.  Like check out www.dp3dclan.com and try the poll.  Then go to www.dp3dclan.com/poll.php and try it.  Then it works fine yes it is the same exact thing only it is running in a page of it's own.  Anyone have any ideas?<br /> <br /> Thanks,<br /> Derek]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4193/13811.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4193/13811.php</link>
				<pubDate><![CDATA[Wed, 2 Feb 2005 04:45:25]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ don't know if this'll work change the include to include_once or require or require_once.<br /> check www.php.net for the right way of using them.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4193/13844.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4193/13844.php</link>
				<pubDate><![CDATA[Wed, 2 Feb 2005 18:21:13]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I can confirm that using require_once instead of include fixed the same problem for me.<br /> <br /> Thanks,<br /> Fritz]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4193/19257.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4193/19257.php</link>
				<pubDate><![CDATA[Fri, 6 Jan 2006 23:02:05]]> GMT</pubDate>
				<author><![CDATA[ Fritz]]></author>
			</item>
	</channel>
</rss>