<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "How to make a poll follow a template"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "How to make a poll follow a template"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>How to make a poll follow a template</title>
				<description><![CDATA[ i made a poll and copied the following <br /> <br /> [code]&lt;?php<br /> include_once &quot;/home/miztiik/domains/responsiblecitizen.uni.cc/public_html/survey/booth.php&quot;;<br /> echo $php_poll-&gt;poll_process&#40;4&#41;;        <br /> <br /> ?&gt;[/code]<br /> <br /> <br /> now i need to know how to make the poll follow  a template like simple/default or a popup]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5560/20306.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5560/20306.php</link>
				<pubDate><![CDATA[Wed, 26 Apr 2006 12:42:09]]> GMT</pubDate>
				<author><![CDATA[ miztiiik]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [code]<br /> &lt;?php<br /> include_once &quot;/home/miztiik/domains/responsiblecitizen.uni.cc/public_html/survey/booth.php&quot;;<br /> $php_poll-&gt;set_template_set&#40;&quot;popup&quot;&#41;;<br /> echo $php_poll-&gt;poll_process&#40;4&#41;;       <br /> ?&gt;<br /> [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5560/20310.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5560/20310.php</link>
				<pubDate><![CDATA[Wed, 26 Apr 2006 21:12:59]]> GMT</pubDate>
				<author><![CDATA[ phpuser3]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ thanks very much for your timely help]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5560/20312.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5560/20312.php</link>
				<pubDate><![CDATA[Thu, 27 Apr 2006 01:57:42]]> GMT</pubDate>
				<author><![CDATA[ miztiiik]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Now comes the difficult part <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" /><br /> Can I use my own template? I designed one using the Admin panel, it's available in the template drop-down menu, I can preview it etc. BUT when I include the code:<br /> <br /> $php_poll-&gt;set_template_set("Modern");<br /> <br /> the poll doesn't appear at all...<br /> Any suggestions?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5560/21559.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5560/21559.php</link>
				<pubDate><![CDATA[Wed, 15 Nov 2006 16:46:24]]> GMT</pubDate>
				<author><![CDATA[ cheeseus]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ do you get any error messages from php?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5560/21560.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5560/21560.php</link>
				<pubDate><![CDATA[Wed, 15 Nov 2006 19:10:50]]> GMT</pubDate>
				<author><![CDATA[ phpuser3]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Nope, nothing whatsoever, no trace of poll <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5560/21570.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5560/21570.php</link>
				<pubDate><![CDATA[Thu, 16 Nov 2006 23:44:56]]> GMT</pubDate>
				<author><![CDATA[ cheeseus]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ maybe this post will help<br /> <br /> <a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?t=5910&amp;highlight=" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?t=5910&amp;highlight=</a><br /> <br /> are you properly linking/saving your template in the dropdown to the correct poll?<br /> <br /> does your template contain both the question and answer section of the code?<br /> <br /> assuming you started with an existing template to create your new template, did you properly save the new template when you changed the code?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5560/21592.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5560/21592.php</link>
				<pubDate><![CDATA[Fri, 17 Nov 2006 23:16:30]]> GMT</pubDate>
				<author><![CDATA[ retokmeier]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thank you!<br /> Reading other postings I eventually found a solution:<br /> in order for my template to show, I had to change the "include_once" to "require_once":<br /> <br /> require_once "/web/d2/w/cheeseus/cheeseus.org/poll/textfile/booth.php";<br /> $php_poll-&gt;set_template_set("Modern");<br /> echo $php_poll-&gt;poll_process(11);        // x = Poll ID<br /> <br /> Then, as it were, I had forgotten to make the templates for the Poll Result and the Comment, but now I made them, so it's all running smoothly!<br /> Thanks once again! <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5560/21595.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5560/21595.php</link>
				<pubDate><![CDATA[Sat, 18 Nov 2006 14:30:00]]> GMT</pubDate>
				<author><![CDATA[ cheeseus]]></author>
			</item>
	</channel>
</rss>