<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "comment in pop-up (Advanced Poll)"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "comment in pop-up (Advanced Poll)"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>comment in pop-up (Advanced Poll)</title>
				<description><![CDATA[ Hello,<br /> <br /> Is it posible that I can show the comments in a pop-up screen, when people want to see the comments.<br /> <br /> thanks !]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1334/3300.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1334/3300.php</link>
				<pubDate><![CDATA[Sun, 15 Dec 2002 22:21:15]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ All that is necessary is use the default code as provided with the example on "demo 1" the third poll.<br /> <br /> Then edit [b]popup.php[/b] with the following entries:<br /> <br /> [b]After[/b] the line saying:<br />       [color="blue"]include "./booth.php";[/color]<br /> <br /> [b]Insert[/b] the following:<br />       [color="red"]include "./include/class_pollcomment.php";[/color]<br /> <br /> <br /> Then [b]after[/b]: <br />       [color="blue"]&lt;?php<br />       $php_poll-&gt;set_template_set("popup");<br />       if (isset($poll_ident) && isset($action)) {<br />       $php_poll-&gt;set_max_bar_length(110);<br />       echo $php_poll-&gt;poll_process($poll_ident);<br />       }[/color]<br /> <br /> [b]Insert[/b] the following:<br />       [color="red"]$php_poll = new pollcomment();<br /> <br />       $php_poll-&gt;set_template("poll_comment");<br />       $php_poll-&gt;set_comments_per_page(5);<br />       $php_poll-&gt;set_date_format("d/m/Y H:i");<br />       $php_poll-&gt;data_order_by("time","desc");<br />       echo $php_poll-&gt;view_poll_comments($poll_ident);<br />       echo $php_poll-&gt;get_comment_pages($poll_ident);[/color]<br /> <br /> <br /> That's it  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />  Just save the page and view your poll. It will show up just below the poll results. If there is no comments section shown, then there is probably none posted yet. Post one and then refresh the results window.<br /> <br /> Hope it works for everyone! Dan]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1334/4857.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1334/4857.php</link>
				<pubDate><![CDATA[Sat, 10 May 2003 06:17:52]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>