<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "How to include previous poll link"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "How to include previous poll link"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>How to include previous poll link</title>
				<description><![CDATA[ How can I include the link of previous polls in the latest poll ? I want my site visitors to be able to see the previous poll results along with the latest poll.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3797/11340.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3797/11340.php</link>
				<pubDate><![CDATA[Sun, 31 Oct 2004 07:55:57]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It may be the only way to include a link is to edit the templates/poll result/result_foot in Admin, which you probably would not want to do because it would affect all polls.<br /> <br /> Would suggest you go into the Admin Panel, go to the poll list and click on the poll question.  Then in "Edit this poll," add the results from the old poll to the figures shown for each option. <br /> <br /> If you do decide to edit the result_foot in Admin, you could probably place the link just below the "Total Votes" code, making it look something like this:<br /> <br />        [code]&lt;/table&gt;<br /> <br />       &lt;font face=&quot;$pollvars&#91;font_face&#93;&quot; color=&quot;$pollvars&#91;font_color&#93;&quot; size=&quot;1&quot;&gt;<br /> <br />       $pollvars&#91;total_text&#93;&#58; &lt;font color=&quot;#CC0000&quot;&gt;$this-&gt;total_votes<br /> <br />        &lt;/font&gt;&lt;br&gt;<br /> <br />        $VOTE&lt;br&gt;&lt;br&gt;&lt;div align=&quot;center&quot;&gt;<br /> <br />      &lt;font face=&quot;$pollvars&#91;font_face&#93;&quot; size=&quot;1&quot;&gt;&lt;a<br /> href=&quot;previouspoll.php&quot;&gt;See Previous Poll Results&lt;/a&gt;&lt;/font&gt;&lt;br&gt;<br /> <br />        $COMMENT&amp;nbsp;&lt;/div&gt;&lt;/font&gt;<br /> <br />        &lt;/td&gt;&lt;/tr&gt;<br /> <br />       &lt;tr&gt;&lt;td height=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;<br /> <br />      &lt;/table&gt;<br /> <br />     &lt;font face=&quot;$pollvars&#91;font_face&#93;&quot; size=&quot;1&quot;&gt;&lt;a href=&quot;http&#58;//www.proxy2.de&quot; target=&quot;_blank&quot; title=&quot;Advanced Poll&quot;&gt;Version $pollvars&#91;poll_version&#93;&lt;/a&gt;&lt;/font&gt;&lt;/td&gt;<br /> <br />    &lt;/tr&gt;<br /> <br />  &lt;/table&gt;<br /> <br /> &lt;/td&gt;<br /> <br /> &lt;/tr&gt;<br /> <br /> &lt;/table&gt;[/code]<br /> <br /> I tested this on my poll and it worked.  The Template directory and files in it must have permissions set to 777. Do not copy the entire code from this post, otherwise you may lose your color settings.  Only add the code referring to the link:<br /> <br /> [code]&lt;font face=&quot;$pollvars&#91;font_face&#93;&quot; size=&quot;1&quot;&gt;&lt;a<br /> href=&quot;previouspoll.php&quot;&gt;See Previous Poll Results&lt;/a&gt;&lt;/font&gt;&lt;br&gt;<br /> [/code]<br /> Replace previouspoll.php with the actual file name for the old poll.<br /> <br />  :idea:]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3797/11348.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3797/11348.php</link>
				<pubDate><![CDATA[Sun, 31 Oct 2004 12:23:37]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
	</channel>
</rss>