<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Comments in plugin Siena how ?!</title>
		<link>https://www.cotonti.com</link>
		<description>Neueste Themenbeiträge</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 18 Apr 2026 06:38:46 -0000</pubDate>

		<item>
			<title>Pimenta</title>
			<description><![CDATA[<p>Thanks alot Dayver for the time and help <img alt="wink" height="23" src="https://www.cotonti.com/plugins/ckeditor/lib/plugins/smiley/images/wink_smile.png" title="wink" width="23" /></p>
]]></description>
			<pubDate>Sa, 12 Nov 2016 09:35:25 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=8274&d=0#post42338]]></link>
		</item>
		<item>
			<title>Dayver</title>
			<description><![CDATA[<p>Unfortunately to date the developer documentation for the rapid implantation plugin comments in their plug-ins do not have. But do not despair if you have programming skills then I think to understand and implement comments in your plugin you should get. To get started, try to insert the code in your plugin example <em>super_plug</em></p>

<pre class="brush:php;gutter:false;toolbar:false;">
require_once cot_incfile('comments', 'plug');
$t-&gt;assign(array(
	'SUPER_PLUG_COMMENTS' =&gt; cot_comments_link('super_plug', $pageurl_params, 'super_plug', $row['super_plug_id'], $row['super_plug_cat'], $row),
	'SUPER_PLUG_COMMENTS_DISPLAY' =&gt; cot_comments_display('super_plug', $row['super_plug_id'], $row['super_plug_cat']),
	'SUPER_PLUG_COMMENTS_COUNT' =&gt; cot_comments_count('super_plug', $row['super_plug_id'], $row),
	'SUPER_PLUG_COMMENTS_RSS' =&gt; cot_url('rss', 'm=comments&amp;id=' . $row['super_plug_id'])
));</pre>

<p>And use <a href="https://www.cotonti.com/reference/comments/package-functions.html#cot_comments_display()">php_doc info for comments plugin</a> for more understanding of the code and <span style="font-family:'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;font-size:15px;">parameters used in call </span>functions. </p>
]]></description>
			<pubDate>Sa, 12 Nov 2016 01:49:04 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=8274&d=0#post42335]]></link>
		</item>
		<item>
			<title>Pimenta</title>
			<description><![CDATA[<p>Dear,</p>

<p>It have been along time ago since I have been here , but anyway many things have been change since I have used the old Seditio .</p>

<p>So that is why I am stuck at this moment with an plugin what i am trying to make called stream (jwplayer) </p>

<p>I wanne add comments on that plugin the old way was very easy in Seditio but I found that its harder in Siena .</p>

<p>The old way was like : </p>

<pre class="brush:php;gutter:false;toolbar:false;">
//comments and rating build
$ratings = sed_import('ratings','G','BOL',1,TRUE);
$comments = sed_import('comments','G','BOL',1,TRUE);
</pre>

<p> </p>

<pre class="brush:php;gutter:false;toolbar:false;">
list($comments_link, $comments_display, $comments_count) = sed_build_comments($item_code, $stream_url, $comments);
list($ratings_link, $ratings_display) = sed_build_ratings($item_code, $stream_url, $ratings);</pre>

<p> </p>

<p>I hope someone can help me with is that will be great , thanks :) </p>

<p> </p>

<p> </p>
]]></description>
			<pubDate>Fr, 11 Nov 2016 09:23:49 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=8274&d=0#post42328]]></link>
		</item>
	</channel>
</rss>