<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Einbinden von Kommentaren"]]></title>
		<link>https://proxy2.de/forum/posts/list/4.php</link>
		<description><![CDATA[Latest messages posted in the topic "Einbinden von Kommentaren"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Einbinden von Kommentaren</title>
				<description><![CDATA[ Hallo<br /> <br /> ich wollte jetzt die Kommentare zu einer Abstimmung einfach auf einer *.shtml-Seite mit folgendem befehl:<br /> <br /> &lt;!--#include virtual="poll/textfile/comments.php?poll_id=2" --&gt;<br /> <br /> anzeigen lassen.<br /> <br /> Ist das so nicht möglich?<br /> Bin nich so der PHP-Freak, der die Befehlszeilen bei demo2 hier oder bei der popup-lösung von sweetgay checkt.<br /> <br /> <br /> viele Grüße<br /> Ayko]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/474/1200.php</guid>
				<link>https://proxy2.de/forum/posts/preList/474/1200.php</link>
				<pubDate><![CDATA[Sat, 20 Apr 2002 19:58:25]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ so funktioniert das nicht]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/474/1214.php</guid>
				<link>https://proxy2.de/forum/posts/preList/474/1214.php</link>
				<pubDate><![CDATA[Mon, 22 Apr 2002 13:17:20]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Wie ist es dann möglich die Kommentar unabhängig von eine Pol wie in Demo2 anzuzeigen?????]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/474/1450.php</guid>
				<link>https://proxy2.de/forum/posts/preList/474/1450.php</link>
				<pubDate><![CDATA[Tue, 14 May 2002 14:04:57]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ einfach den PHP-code kopieren und in deine seite einfügen]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/474/1466.php</guid>
				<link>https://proxy2.de/forum/posts/preList/474/1466.php</link>
				<pubDate><![CDATA[Wed, 15 May 2002 11:19:53]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ und wie ist der quellcode ?? HAb ich überall gesucht und nirgends gefunden. Sag mal nen ganzen Satz mit dem Befehl bitte]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/474/1803.php</guid>
				<link>https://proxy2.de/forum/posts/preList/474/1803.php</link>
				<pubDate><![CDATA[Mon, 10 Jun 2002 22:16:52]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [code]<br /> &lt;?php<br /> <br /> /* path */<br /> $poll_path = "/dein/richtiges/verzeichnis/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 comments */<br /> $php_poll-&gt;set_template("poll_comment"); // Template auswählen<br /> $php_poll-&gt;set_comments_per_page(5);    // Kommentare pro Seite (5)<br /> $php_poll-&gt;set_date_format("d/m/Y H:i");  // Datumsformat auswählen<br /> $php_poll-&gt;data_order_by("time","desc");  // Sortierung der Anzeige <br />                                           // sortiert nach Zeit absteigend<br /> echo $php_poll-&gt;view_poll_comments(1);  // Poll ID<br /> echo $php_poll-&gt;get_comment_pages(1);  // Seiten zum Blättern <br /> <br /> ?&gt;<br /> [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/474/1862.php</guid>
				<link>https://proxy2.de/forum/posts/preList/474/1862.php</link>
				<pubDate><![CDATA[Sat, 15 Jun 2002 02:00:24]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>