<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Poll-Modifying Comments"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Poll-Modifying Comments"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Poll-Modifying Comments</title>
				<description><![CDATA[ Does anyone know how to edit the format/style of the comments?<br /> <br /> I have search the forum for any help, to no avail. <br /> I've attempted to edit the html in the file located here ...<br /> <br /> /poll/templates/poll_comment.html<br /> <br /> ... but the style of the redisplayed commented do not change at all.<br /> <br /> This is the poll code I am using, which works as intended in every other aspect.<br /> <br /> &lt;?php<br /> <br /> $poll_path = "/home/public_html/poll";<br /> <br /> require $poll_path."/include/config.inc.php";<br /> require $poll_path."/include/$POLLDB[class]";<br /> require $poll_path."/include/class_poll.php";<br /> require $poll_path."/include/class_pollcomment.php";<br /> $CLASS["db"] = new polldb_sql;<br /> $CLASS["db"]-&gt;connect(); <br /> <br /> $php_poll = new pollcomment();<br /> <br /> /* poll */<br /> $php_poll-&gt;set_template_set("plain");<br /> $php_poll-&gt;set_max_bar_length(125);<br /> $php_poll-&gt;set_max_bar_height(10);<br /> echo $php_poll-&gt;poll_process(5);<br /> <br /> <br /> /* poll comments */<br /> [b]$php_poll-&gt;set_template("poll_comment");[/b]<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(5);<br /> echo $php_poll-&gt;get_comment_pages(1); <br /> <br /> ?&gt;<br /> <br /> I assumed that the line above in bold is what calls out the display style for the comments, which led me to the aforementioned poll_comments.html, but after editing it nothing seems to change.<br /> <br /> Thanks in advance for any help.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5364/19571.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5364/19571.php</link>
				<pubDate><![CDATA[Tue, 7 Feb 2006 19:16:21]]> GMT</pubDate>
				<author><![CDATA[ maskedmofo]]></author>
			</item>
	</channel>
</rss>