<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Kommentare"]]></title>
		<link>https://proxy2.de/forum/posts/list/4.php</link>
		<description><![CDATA[Latest messages posted in the topic "Kommentare"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Kommentare</title>
				<description><![CDATA[ Nun ich habe hier alle Treads über die Kommentare gelesen,aber ich kann sie immer noch nicht einfügen.<br /> <br /> Könnte einer so nett sein und diese notwendigen Schritte bitte nochmal in Ruhe erkähren. <br /> <br /> Welcher Code wo eigerichtet werden muß !<br /> <br /> Mit Freundlichem Gruß<br /> <br /> Ruebezahl<br /> <br /> PS: Bitte keine verweise auf andere Treads, die haben mir nich weiter geholfen. <img src="https://proxy2.de/forum//images/smilies/2786c5c8e1a8be796fb2f726cca5a0fe.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/788/2001.php</guid>
				<link>https://proxy2.de/forum/posts/preList/788/2001.php</link>
				<pubDate><![CDATA[Sun, 30 Jun 2002 21:50:41]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Wie wäre es denn mit der Variante : <br /> Zeige Poll als demo 1 mit den kommentaren an .... <br /> Und wenn gevotet wurde dann wie das ergebniss demo 1 <br /> auch wieder mit kommentaren..... <br /> <br /> So hab ich das am start bei mir ...... <br /> <br /> Die *.php zum aufrufen sieht so aus <br /> <br /> Ich habe auch 2 polls nebeneinander auf der seite <br /> <br /> &lt;?php <br /> // Important! You have to include it before your html code <br /> include_once "/home/xxx/name/pollphp/db/poll_cookie.php"; #was unterstrichen ist,ist der absolut pfad vom webspace also nicht www.ich.de <br /> ?&gt; <br /> &lt;html&gt; <br /> <br /> &lt;head&gt; <br /> &lt;meta http-equiv="Content-Type" content="text/html; charset=windows-1252"&gt; <br /> &lt;title&gt;(D)Um(m)frage&lt;/title&gt; <br /> &lt;/head&gt; <br /> <br /> &lt;body&gt; <br /> <br /> &lt;table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1"&gt; <br /> &lt;tr&gt; <br /> &lt;td width="50%"&gt;&lt;center&gt;&lt;?php <br /> <br /> /* path */ <br /> $poll_path = "/home/17/wsmetald/pollphp/db"; <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("template"); <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(4); <br /> <br /> /* poll comments */ <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(4); <br /> echo $php_poll-&gt;get_comment_pages(4); <br /> ?&gt;&lt;/center&gt; <br /> &lt;/td&gt; <br /> <br /> &lt;td width="50%"&gt;&lt;center&gt;&lt;?php <br /> <br /> <br /> /* path */ <br /> <br /> <br /> /* poll */ <br /> $php_poll-&gt;set_template_set("template"); <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 /> /* poll comments */ <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(5); <br /> echo $php_poll-&gt;get_comment_pages(5); <br /> <br /> ?&gt; <br /> &lt;/td&gt; <br /> &lt;/tr&gt; <br /> &lt;/table&gt;&lt;/center&gt; <br /> <br /> &lt;/body&gt; <br /> <br /> &lt;/html&gt; <br /> <br /> <br /> Ich hoffe ich konnte dir weiter helfen <br /> <br /> Gruß <br /> Seven]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/788/2022.php</guid>
				<link>https://proxy2.de/forum/posts/preList/788/2022.php</link>
				<pubDate><![CDATA[Tue, 2 Jul 2002 17:43:19]]> GMT</pubDate>
				<author><![CDATA[ SevenofNine]]></author>
			</item>
	</channel>
</rss>