<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Poll template"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Poll template"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Poll template</title>
				<description><![CDATA[ I created a poll. <br /> 1. But now after I have the poll loaded, how do I change the format to a different template? <br /> 2. When I create a poll, how do i "select" which template I want to use for the poll? As far as I know you can't. Is the "deault" template alwats the "current" template? <br /> kkiely @ aol.com]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2714/7176.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2714/7176.php</link>
				<pubDate><![CDATA[Tue, 27 Jan 2004 01:40:54]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It's quite simple actually. You just add one line of code to your page as in the one of the examples below:<br /> <br />      $php_poll-&gt;set_template_set("popup");<br />      or<br />      $php_poll-&gt;set_template_set("simple");<br />      or<br />      $php_poll-&gt;set_template_set("plain");<br />      etc....<br /> <br /> You already know how to insert the code into your existing page or into a new page (remember must have a .php extension)<br /> <br /> Here is what that code probably looks like in your stand-alone page:<br /> <br /> <br /> ?&gt;<br /> &lt;html&gt;<br /> &lt;body&gt;<br /> &lt;?php<br /> include_once "/local/home/username/yourdomanin.com/poll/booth.php";<br /> echo $php_poll-&gt;poll_process(4);<br /> <br /> ?&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> <br /> <br /> Here's what it would look like if you use the "popup" template by adding the one line of code<br /> <br /> <br /> <br /> ?&gt;<br /> &lt;html&gt;<br /> &lt;body&gt;<br /> &lt;?php<br /> include_once "/local/home/username/yourdomain.com/poll/booth.php";<br /> $php_poll-&gt;set_template_set("popup");<br /> echo $php_poll-&gt;poll_process(4);<br /> <br /> ?&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> <br /> <br /> Hope this helps<br /> <br /> Peter<br /> <br /> <br /> <br /> <br /> <br /> <br /> [/b]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2714/7186.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2714/7186.php</link>
				<pubDate><![CDATA[Wed, 28 Jan 2004 03:25:13]]> GMT</pubDate>
				<author><![CDATA[ pmonahan]]></author>
			</item>
	</channel>
</rss>