<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Changing Poll Templates"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Changing Poll Templates"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Changing Poll Templates</title>
				<description><![CDATA[ I am very new to the Advanced Poll and am not very familiar with php at all.  However I have been learning this advanced poll very quickly.  After looking thru the demos that come with the adv. poll  I tried a snippet that I hoped would work and it did.  So here is how to change wich template you would like to use. It is very easy.<br /> <br /> Normally this code is what you would have in your html:<br /> <br /> include_once "/var/www/htdocs/chris/yourdomain/poll/booth.php";<br /> echo $php_poll-&gt;poll_process(4);        // x = Poll ID<br /> <br /> Now add this:<br /> <br /> $php_poll-&gt;set_template_set("simple");     // simple = template name<br />  <br /> And this is how it should look in the end:<br /> <br /> include_once "/var/www/htdocs/chris/yourdomain/poll/booth.php";<br /> $php_poll-&gt;set_template_set("simple");       // simple = template name<br /> echo $php_poll-&gt;poll_process(4);        // x = Poll ID<br /> <br /> Hope this helps.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1770/4474.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1770/4474.php</link>
				<pubDate><![CDATA[Mon, 24 Mar 2003 16:04:19]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>sorry</title>
				<description><![CDATA[ Where it says:<br /> <br /> echo $php_poll-&gt;poll_process(4);     // x = Poll ID <br /> <br /> the 4 should actually be x.   The 4 is a variable that works with my polls but will not with yours unless you have a poll with the poll ID of 4.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1770/4475.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1770/4475.php</link>
				<pubDate><![CDATA[Mon, 24 Mar 2003 16:08:15]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Ignore the last post saying that it should be x !!!! It shouldn't it can be newest, random or any poll id so long as you have a poll with that id, so that that particular poll will have that template.<br /> <br /> In your case if you have a poll with a poll id of '4' on that page it will use the template set 'simple'. If you have another poll on the same page with say a poll id of 3 it will not have use the simple template set unless you specify it for that poll.<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1770/5914.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1770/5914.php</link>
				<pubDate><![CDATA[Sun, 17 Aug 2003 15:40:28]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ hey thanks to whoever wrote this, this is what i needed. the templates would be useless without this so i dont know why they dont include in this in their manual <img src="https://proxy2.de/forum//images/smilies/136dd33cba83140c7ce38db096d05aed.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1770/6378.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1770/6378.php</link>
				<pubDate><![CDATA[Mon, 29 Sep 2003 15:13:38]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Yes thanks for this post!</title>
				<description><![CDATA[ I figured it was something like this but just couldn't find it anywhere.<br /> This should at least be included under the help button in admin section.<br /> No diregard for the quality of the script, just made me feel like an idiot As simple and intuitive as everything else was, I was certain I was overlooking something.<br /> <br /> Would have made life that much easier, and saved me a few hours.<br /> <br /> Precise answer, very helpful!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1770/6380.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1770/6380.php</link>
				<pubDate><![CDATA[Mon, 29 Sep 2003 17:30:24]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I'm working on a new version of the script that does this.<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1770/6390.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1770/6390.php</link>
				<pubDate><![CDATA[Mon, 29 Sep 2003 21:14:16]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Excellent!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1770/6393.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1770/6393.php</link>
				<pubDate><![CDATA[Tue, 30 Sep 2003 01:11:56]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thank you!!!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1770/8672.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1770/8672.php</link>
				<pubDate><![CDATA[Fri, 18 Jun 2004 02:24:38]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Anonymous"]hey thanks to whoever wrote this, this is what i needed. the templates would be useless without this so i dont know why they dont include in this in their manual <img src="https://proxy2.de/forum//images/smilies/136dd33cba83140c7ce38db096d05aed.gif" />[/quote]<br /> <br /> I concur, I think this is exactly what I was looking for... now to test it<br /> thanks!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1770/8919.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1770/8919.php</link>
				<pubDate><![CDATA[Thu, 1 Jul 2004 19:44:00]]> GMT</pubDate>
				<author><![CDATA[ trekker9876]]></author>
			</item>
			<item>
				<title>it works</title>
				<description><![CDATA[ thanks people!  that one line makes it work and cancels out 3 weeks of trying different codes without success!  thanks!!<br /> <br /> Jeff]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1770/8926.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1770/8926.php</link>
				<pubDate><![CDATA[Thu, 1 Jul 2004 21:00:47]]> GMT</pubDate>
				<author><![CDATA[ trekker9876]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Sorry to point this out but...<br /> (line# refers to line/s of interest, count only ones with text on)<br /> <br /> <a class="snap_shots" href="http://proxy2.de/poll/index.php" target="_blank" rel="nofollow">http://proxy2.de/poll/index.php</a> lines# 17 and 21<br /> <a class="snap_shots" href="http://proxy2.de/poll/demo_2.php" target="_blank" rel="nofollow">http://proxy2.de/poll/demo_2.php</a> lines# 16 and 21<br /> <a class="snap_shots" href="http://proxy2.de/poll/demo_3.php" target="_blank" rel="nofollow">http://proxy2.de/poll/demo_3.php</a> lines# 17 and 26<br /> <a class="snap_shots" href="http://proxy2.de/poll/demo_4.php" target="_blank" rel="nofollow">http://proxy2.de/poll/demo_4.php</a> lines# 18, 23 and 31<br /> <a class="snap_shots" href="http://proxy2.de/poll/demo_5.shtml" target="_blank" rel="nofollow">http://proxy2.de/poll/demo_5.shtml</a> (SSI version include) line# 4<br /> <a class="snap_shots" href="http://proxy2.de/poll/demo_6.php" target="_blank" rel="nofollow">http://proxy2.de/poll/demo_6.php</a> lines# 13 and 16<br /> <br /> It may not of seemed obvious to some of you (i don't know why) but this seems very easy to solve. <img src="https://proxy2.de/forum//images/smilies/136dd33cba83140c7ce38db096d05aed.gif" /> <br /> <br /> - Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1770/8940.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1770/8940.php</link>
				<pubDate><![CDATA[Fri, 2 Jul 2004 14:05:46]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title>Re:Changing Poll Templates</title>
				<description><![CDATA[ The volatility of cryptocurrencies remains a significant challenge, making them less suitable for day-to-day transactions at present. However, the development of stablecoins, which are pegged to traditional currencies, aims to address this issue. [url=https://topoffshoresportsbooks.com/]Reliable offshore sportsbooks[/url]<br /> ]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1770/31633.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1770/31633.php</link>
				<pubDate><![CDATA[Thu, 22 Aug 2024 21:27:51]]> GMT</pubDate>
				<author><![CDATA[ Jacob9283]]></author>
			</item>
	</channel>
</rss>