<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Comments 4 Guests</title>
		<link>https://www.cotonti.com</link>
		<description>Последние сообщения в теме</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Wed, 15 Apr 2026 03:37:55 -0000</pubDate>

		<item>
			<title>musashi9</title>
			<description><![CDATA[It works!<br />
Thanks!]]></description>
			<pubDate>чт, 25 мар 2010 08:36:07 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=5424&d=0#post23766]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Indead, copy the part I posted into your TPL]]></description>
			<pubDate>ср, 24 мар 2010 23:10:15 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=5424&d=0#post23750]]></link>
		</item>
		<item>
			<title>esclkm</title>
			<description><![CDATA[You have same problem my dear]]></description>
			<pubDate>ср, 24 мар 2010 12:39:18 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=5424&d=0#post23745]]></link>
		</item>
		<item>
			<title>musashi9</title>
			<description><![CDATA[This is my comments.tpl<br />
<pre class="code">&lt;!-- BEGIN: COMMENTS --&gt;
&lt;a name=&quot;comments&quot;&gt;&amp;nbsp;&lt;/a&gt;
&lt;div class=&quot;comments&quot; style=&quot;display:{COMMENTS_DISPLAY}&quot;&gt;
&lt;hr /&gt;
&lt;!-- BEGIN: COMMENTS_ROW --&gt;
&lt;span class=&quot;title&quot;&gt;
&lt;a href=https://www.cotonti.com/&quot;{COMMENTS_ROW_URL}&quot; id=&quot;c{COMMENTS_ROW_ID}&quot;&gt;&lt;img src=https://www.cotonti.com/&quot;skins/{PHP.skin}/img/system/icon-comment.gif&quot; alt=&quot;&quot; /&gt; {COMMENTS_ROW_ORDER}.&lt;/a&gt;
 &amp;nbsp; {PHP.skinlang.comments.Postedby} {COMMENTS_ROW_AUTHOR}&lt;/span&gt; &amp;nbsp; {COMMENTS_ROW_DATE} &amp;nbsp; {COMMENTS_ROW_ADMIN} &amp;nbsp; {COMMENTS_ROW_EDIT} 

&lt;p&gt;{COMMENTS_ROW_TEXT}&lt;/p&gt;

&lt;hr /&gt;
&lt;!-- END: COMMENTS_ROW --&gt;

&lt;!-- BEGIN: PAGNAVIGATOR --&gt;
&lt;div class=&quot;pagnav&quot;&gt;{COMMENTS_PAGES_PAGESPREV} {COMMENTS_PAGES_PAGNAV} {COMMENTS_PAGES_PAGESNEXT}&lt;/div&gt;
{COMMENTS_PAGES_INFO}
&lt;!-- END: PAGNAVIGATOR --&gt;

&lt;!-- BEGIN: COMMENTS_EMPTY --&gt;
&lt;div class=&quot;block&quot;&gt;{COMMENTS_EMPTYTEXT}&lt;/div&gt;
&lt;!-- END: COMMENTS_EMPTY --&gt;

&lt;!-- BEGIN: COMMENTS_ERROR --&gt;
&lt;div class=&quot;error&quot;&gt;{COMMENTS_ERROR_BODY}&lt;/div&gt;
&lt;!-- END: COMMENTS_ERROR --&gt;

&lt;!-- BEGIN: COMMENTS_NEWCOMMENT --&gt;
&lt;!-- IF {PHP.usr.id} &lt; 1 --&gt;
{PHP.L.User}: {COMMENTS_FORM_POSTER}
&lt;!-- ENDIF --&gt;
&lt;!-- IF {PHP.usr.id} &lt; 1 --&gt;
{PHP.L.plu_robot} {COMMENTS_FORM_VERIFY_IMG}: {COMMENTS_FORM_VERIFY}
&lt;!-- ENDIF --&gt;
&lt;form action=&quot;{COMMENTS_FORM_SEND}&quot; method=&quot;post&quot; name=&quot;newcomment&quot;&gt;
	&lt;h4&gt;{PHP.skinlang.comments.Comment}&lt;/h4&gt;
	&lt;div style=&quot;width:100%;&quot;&gt;{COMMENTS_FORM_TEXTBOXER}&lt;br /&gt;{COMMENTS_FORM_HINT}&lt;/div&gt;
	&lt;p&gt;&lt;input type=&quot;submit&quot; value=&quot;{PHP.skinlang.comments.Send}&quot; /&gt;&lt;/p&gt;
&lt;/form&gt;
&lt;!-- END: COMMENTS_NEWCOMMENT --&gt;

&lt;/div&gt;
&lt;!-- END: COMMENTS --&gt;</pre>
<br />
I am running 0.6.5<br />
I tried it with RE-CAPTCHA and I receive the same error msg]]></description>
			<pubDate>ср, 24 мар 2010 08:44:51 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=5424&d=0#post23743]]></link>
		</item>
		<item>
			<title>esclkm</title>
			<description><![CDATA[lol!!! <br />
your form has not any capcha elements - that why verrification is failed<br />
<br />
try^<br />
<pre class="code">&lt;!-- BEGIN: COMMENTS_NEWCOMMENT --&gt;
&lt;form action=&quot;{COMMENTS_FORM_SEND}&quot; method=&quot;post&quot; name=&quot;newcomment&quot;&gt;
{COMMENTS_FORM_POSTER_TEXT}{COMMENTS_FORM_POSTER}
{COMMENTS_FORM_VERIFY_TEXT}{COMMENTS_FORM_VERIFY_IMG}{COMMENTS_FORM_VERIFY}
	

	&lt;div class=&quot;block&quot;&gt;

		&lt;h4&gt;{PHP.skinlang.comments.Comment}&lt;/h4&gt;

		&lt;div style=&quot;width:96%;&quot;&gt;{COMMENTS_FORM_TEXTBOXER}&lt;/div&gt;

		&lt;p&gt;&lt;input type=&quot;submit&quot; value=&quot;{PHP.skinlang.comments.Send}&quot;&gt;&lt;/p&gt;

	&lt;/div&gt;

	&lt;/form&gt;

&lt;!-- END: COMMENTS_NEWCOMMENT --&gt;
</pre>]]></description>
			<pubDate>ср, 24 мар 2010 05:09:55 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=5424&d=0#post23740]]></link>
		</item>
		<item>
			<title>Gökhan YILDIZ</title>
			<description><![CDATA[<pre class="code">&lt;!-- BEGIN: COMMENTS --&gt;
&lt;!-- BEGIN: COMMENTS_ROW --&gt;

	&lt;div class=&quot;block&quot;&gt;

		&lt;span class=&quot;title&quot;&gt;
		&lt;a href=https://www.cotonti.com/&quot;{COMMENTS_ROW_URL}&quot; id=&quot;c{COMMENTS_ROW_ID}&quot;&gt;&lt;img src=https://www.cotonti.com/&quot;skins/{PHP.skin}/img/system/icon-comment.gif&quot; alt=&quot;&quot;&gt; {COMMENTS_ROW_ORDER}.&lt;/a&gt;
		 &amp;nbsp; {PHP.skinlang.comments.Postedby} {COMMENTS_ROW_AUTHOR}&lt;/span&gt; &amp;nbsp; {COMMENTS_ROW_DATE} &amp;nbsp; {COMMENTS_ROW_ADMIN}

		&lt;p&gt;
			{COMMENTS_ROW_TEXT}
		&lt;/p&gt;

	&lt;/div&gt;

&lt;!-- END: COMMENTS_ROW --&gt;

&lt;!-- BEGIN: COMMENTS_EMPTY --&gt;

	&lt;div class=&quot;block&quot;&gt;

		{COMMENTS_EMPTYTEXT}

	&lt;/div&gt;

&lt;!-- END: COMMENTS_EMPTY --&gt;

&lt;!-- BEGIN: COMMENTS_ERROR --&gt;

	&lt;div class=&quot;error&quot;&gt;

		{COMMENTS_ERROR_BODY}

	&lt;/div&gt;

&lt;!-- END: COMMENTS_ERROR --&gt;

&lt;!-- BEGIN: COMMENTS_NEWCOMMENT --&gt;
{COMMENTS_FORM_POSTER_TEXT}{COMMENTS_FORM_POSTER}
{COMMENTS_FORM_VERIFY_TEXT}{COMMENTS_FORM_VERIFY_IMG}{COMMENTS_FORM_VERIFY}
	&lt;form action=&quot;{COMMENTS_FORM_SEND}&quot; method=&quot;post&quot; name=&quot;newcomment&quot;&gt;

	&lt;div class=&quot;block&quot;&gt;

		&lt;h4&gt;{PHP.skinlang.comments.Comment}&lt;/h4&gt;

		&lt;div style=&quot;width:96%;&quot;&gt;{COMMENTS_FORM_TEXTBOXER}&lt;/div&gt;

		&lt;p&gt;&lt;input type=&quot;submit&quot; value=&quot;{PHP.skinlang.comments.Send}&quot;&gt;&lt;/p&gt;

	&lt;/div&gt;

	&lt;/form&gt;

&lt;!-- END: COMMENTS_NEWCOMMENT --&gt;

&lt;!-- END: COMMENTS --&gt;</pre>]]></description>
			<pubDate>ср, 24 мар 2010 05:01:29 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=5424&d=0#post23737]]></link>
		</item>
		<item>
			<title>esclkm</title>
			<description><![CDATA[PLS Show comments template]]></description>
			<pubDate>ср, 24 мар 2010 04:11:31 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=5424&d=0#post23732]]></link>
		</item>
		<item>
			<title>Gökhan YILDIZ</title>
			<description><![CDATA[Comments are published, without management approval. In addition, user names is not doing well. They need to find a solution.]]></description>
			<pubDate>ср, 24 мар 2010 02:21:12 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=5424&d=0#post23731]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[What have you added in the tpl?<br />
<br />
Have you added:<br />
<div class="highlight"><pre class="html">&lt;!-- IF {PHP.usr.id} &lt; 1 --&gt;
{PHP.L.User}: {COMMENTS_FORM_POSTER}
&lt;!-- ENDIF --&gt;
&lt;!-- IF {PHP.usr.id} &lt; 1 --&gt;
{PHP.L.plu_robot} {COMMENTS_FORM_VERIFY_IMG}: {COMMENTS_FORM_VERIFY}
&lt;!-- ENDIF --&gt;</pre></div>
<br />
<br />
{COMMENTS_FORM_POSTER} is a box where the guest has to enter his name.<br />
Because this is what the error is telling you: <span style="color:#EF2929"><strong>The author name is too short or missing</strong></span><br />
<br />
<br />
<div style="margin:4px 0px 4px 0px"><input type="button" value="My new-comments block" onclick="if(this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; }" /><div style="display:none" class="spoiler">&lt;!-- BEGIN: COMMENTS_NEWCOMMENT --&gt;<br />
&lt;div class=&quot;block&quot;&gt;<br />
	&lt;form action=&quot;{COMMENTS_FORM_SEND}&quot; method=&quot;post&quot; name=&quot;newcomment&quot;&gt;<br />
	&lt;h4&gt;{PHP.skinlang.comments.Comment}&lt;/h4&gt;<br />
	&lt;table class=&quot;cells&quot;&gt;<br />
&lt;!-- IF {PHP.usr.id} &lt; 1 --&gt;<br />
		&lt;tr&gt;<br />
			&lt;td&gt;{PHP.L.Name}:&lt;/td&gt;<br />
			&lt;td&gt;{COMMENTS_FORM_POSTER}&lt;/td&gt;<br />
		&lt;/tr&gt;<br />
&lt;!-- ENDIF --&gt;<br />
		&lt;tr&gt;<br />
			&lt;td style=&quot;width:100px;&quot;&gt;{PHP.L.Comment}:&lt;/td&gt;<br />
			&lt;td&gt;&lt;div style=&quot;width:100%;&quot;&gt;{COMMENTS_FORM_TEXTBOXER}&lt;/div&gt;&lt;/td&gt;<br />
		&lt;/tr&gt;<br />
&lt;!-- IF {PHP.usr.id} &lt; 1 --&gt;<br />
		&lt;tr&gt;<br />
			&lt;td&gt;Enter CAPTCHA code:&lt;/td&gt;<br />
			&lt;td&gt;<br />
				{COMMENTS_FORM_VERIFY_IMG}<br />
&lt;!-- ENDIF --&gt;<br />
&lt;!-- IF !{PHP.cfg.plugin.recaptcha.privatekey} AND {PHP.usr.id} &lt; 1 --&gt;<br />
				&lt;br /&gt;{COMMENTS_FORM_VERIFY}<br />
&lt;!-- ENDIF --&gt;<br />
&lt;!-- IF {PHP.usr.id} &lt; 1 --&gt;<br />
			&lt;/td&gt;<br />
		&lt;/tr&gt;<br />
&lt;!-- ENDIF --&gt;<br />
		&lt;tr&gt;<br />
			&lt;td colspan=&quot;2&quot; class=&quot;valid&quot;&gt;&lt;input type=&quot;submit&quot; value=&quot;{PHP.skinlang.comments.Send}&quot;&gt;&lt;/td&gt;<br />
		&lt;/tr&gt;<br />
	&lt;/table&gt;<br />
	&lt;/form&gt;<br />
&lt;/div&gt;<br />
&lt;!-- END: COMMENTS_NEWCOMMENT --&gt;</div></div>
<br />
<strong>Added 2 minutes later:</strong><br />
<br />
Maybe give us your link.<br />
I use the block above and reCAPTCHA-plugin and it works fine.<br />
Which version of Cotonti do you have?]]></description>
			<pubDate>вт, 23 мар 2010 19:49:02 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=5424&d=0#post23727]]></link>
		</item>
		<item>
			<title>musashi9</title>
			<description><![CDATA[The CAPTCHA appears. <br />
It is when I enter the number that the CAPTCHA generates and then post my comment, I get this msg<br />
<span style="color:#EF2929">Verificaion failed!<br />
The author name is too short or missing</span><br />
<a href="http://www.cotonti.com/datas/users/prob_208.gif"><img src="http://www.cotonti.com/datas/users/prob_208.gif" alt="" class="scale" /></a>]]></description>
			<pubDate>вт, 23 мар 2010 19:30:49 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=5424&d=0#post23726]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[It's strange because the captcha should appear for guests. Check the CAPTCHA Manager plugin configuration and select a captcha there. You can also try using it without CAPTCHA Manager with just CAPTCHA alone, it should work.]]></description>
			<pubDate>вт, 23 мар 2010 18:03:24 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=5424&d=0#post23725]]></link>
		</item>
		<item>
			<title>musashi9</title>
			<description><![CDATA[I have installed this<br />
SecurImage CAPTCHA  	captcha<br />
+ CAPTCHA MANAGER<br />
and it still doesn't work<br /><br /><b>Added 4 days later:</b><br /><br />Do I have to disable a security setting before it will allow guests to post comments?]]></description>
			<pubDate>ср, 17 мар 2010 15:49:31 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=5424&d=0#post23617]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Have you installed a CAPTCHA plugin?]]></description>
			<pubDate>ср, 17 мар 2010 15:04:18 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=5424&d=0#post23612]]></link>
		</item>
		<item>
			<title>musashi9</title>
			<description><![CDATA[I installed Comments 4 Guests but when I go to post a comment as a guest, I keep getting this msg<br />
<span style="color:#EF2929">Verificaion failed!<br />
The author name is too short or missing</span><br />
I enter the correct code and a bogus name (4-8 long)]]></description>
			<pubDate>ср, 17 мар 2010 09:07:22 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=5424&d=0#post23601]]></link>
		</item>
	</channel>
</rss>