<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Something broke with &quot;minichat&quot; plugin and some tags don&#039;t work</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Mon, 06 Apr 2026 22:00:42 -0000</pubDate>

		<item>
			<title>singh336</title>
			<description><![CDATA[<p>Here is the site http://www.streetlegalmods.com/index.php</p>

<p> </p>

<p>See the minichat panel on the middle right side...</p>

<p>When logged in , the "submit" button for the minichat panel shows nothing... it used to say submit or something like that...</p>

<p> </p>

<p>here is the source for the TPL of the minichat... This tag =</p>

<pre class="brush:xml;">
{PHP.skinlang.comments.Send} </pre>

<p>does not work, at least not in this situation, it used to work fine, don't know what changed to break it. Does anyone know where this tag is calling from?</p>

<p> </p>

<p>Also before, you could post a comment in the minichat panel, and it would refresh using ajax and show your posted comment without reloading the page, now its seems ajax fails and the entire panel goes away and all is left is "All messages" link...</p>

<p> </p>

<p>However, the ajax refresh works fine if you delete a comment, or use the auto reload option in the settings for the this plugin.</p>

<p> </p>

<p>Any ideas?</p>

<p> </p>

<pre class="brush:xml;">
&lt;!-- BEGIN: MINICHAT --&gt;
{MINICHAT_TIMER}
{MINICHAT_DIV_AJAX_BEGIN}
        &lt;!-- BEGIN: MINICHAT_FORM --&gt;
        &lt;form  {MINICHAT_FORM_SEND} method="post" name="minichat"&gt;
        &lt;textarea {MINICHAT_FORM_TXT} rows="2" cols="30"&gt;{MINICHAT_FORM_TEXT}&lt;/textarea&gt;
        &lt;div style="text-align: center;"&gt;
        &lt;input type="submit" value="{PHP.skinlang.comments.Send}" /&gt;&lt;/div&gt;
        &lt;/form&gt;
        &lt;!-- END: MINICHAT_FORM --&gt;
{MINICHAT_DIV_AJAXPAGINATION_BEGIN}
        &lt;!-- BEGIN: MINICHAT_ERRORBLOCK --&gt;
        &lt;div class="error"&gt;{MINICHAT_ERROR}&lt;/div&gt;
        &lt;!-- END: MINICHAT_ERRORBLOCK --&gt;
        &lt;!-- BEGIN: MINICHAT_EMPTY --&gt;
        &lt;div class="error"&gt;{MINICHAT_EMPTYTEXT}&lt;/div&gt;
        &lt;!-- END: MINICHAT_EMPTY --&gt;

        &lt;!-- BEGIN: MINICHAT_ROW --&gt;
        &lt;b&gt;{MINICHAT_ROW_AUTHOR} [{MINICHAT_ROW_DATE_SHORT}]&lt;/b&gt;{MINICHAT_ROW_ADMIN_LITE} :&lt;br /&gt;
        {MINICHAT_ROW_TEXT}&lt;hr /&gt;
        &lt;!-- END: MINICHAT_ROW --&gt;
        &lt;!-- BEGIN: MINICHAT_PNAV --&gt;
        &lt;div class="pagnav" style="text-align: center;"&gt;{MINICHAT_PREV}{MINICHAT_NEXT}&lt;/div&gt;
        &lt;!-- END: MINICHAT_PNAV --&gt;

{MINICHAT_DIV_AJAXPAGINATION_END}
{MINICHAT_DIV_AJAX_END}
&lt;p style="text-align: center;"&gt;{MINICHAT_LINK}&lt;/p&gt;
&lt;!-- END: MINICHAT --&gt;

&lt;!-- BEGIN: MINICHAT_MAIN --&gt;
{MINICHAT_TIMER}
{MINICHAT_DIV_AJAX_BEGIN}

{MINICHAT_DIV_AJAXPAGINATION_BEGIN}
    &lt;!-- BEGIN: MINICHAT_ROW --&gt;
    &lt;div class="block"&gt;
        &lt;span class="title"&gt;
            &lt;img src="https://www.cotonti.com/skins/{PHP.skin}/img/system/icon-comment.gif" alt="" /&gt; {MINICHAT_ROW_ID}.
        &amp;nbsp; {MINICHAT_ROW_AUTHOR}&lt;/span&gt; &amp;nbsp; {MINICHAT_ROW_DATE} {MINICHAT_ROW_ADMIN}
        &lt;p&gt; {MINICHAT_ROW_TEXT}
        &lt;/p&gt;
    &lt;/div&gt;
    &lt;!-- END: MINICHAT_ROW --&gt;
    &lt;!-- BEGIN: MINICHAT_PNAV --&gt;
    &lt;div class="pagnav"&gt;{MINICHAT_PREV}{MINICHAT_PAGENAV}{MINICHAT_NEXT}&lt;/div&gt;
    &lt;!-- END: MINICHAT_PNAV --&gt;

    &lt;!-- BEGIN: MINICHAT_ERRORBLOCK --&gt;
    &lt;div class="error"&gt;{MINICHAT_ERROR}&lt;/div&gt;
    &lt;!-- END: MINICHAT_ERRORBLOCK --&gt;
    &lt;!-- BEGIN: MINICHAT_EMPTY --&gt;
    &lt;div class="error"&gt;{MINICHAT_EMPTYTEXT}&lt;/div&gt;
    &lt;!-- END: MINICHAT_EMPTY --&gt;


{MINICHAT_DIV_AJAXPAGINATION_END}
    &lt;!-- BEGIN: MINICHAT_FORM --&gt;
    &lt;br /&gt;&lt;form {MINICHAT_FORM_SEND} method="post"&gt;
    {PHP.skinlang.forumspost.Message}:
    &lt;div style="text-align: center;"&gt;&lt;textarea class="minieditor"  {MINICHAT_FORM_TXT} rows="2" cols="64"&gt;{MINICHAT_FORM_TEXT}&lt;/textarea&gt;&lt;/div&gt;
            &lt;div style="text-align: center;"&gt;
&lt;input type="submit" value="{PHP.skinlang.comments.Send}" /&gt;&lt;/div&gt;
&lt;/form&gt;
    &lt;!-- END: MINICHAT_FORM --&gt;

{MINICHAT_DIV_AJAX_END}

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

&lt;!-- BEGIN: MAIN --&gt;
&lt;div class="mboxHD"&gt;{PHP.L.minichat_caption}&lt;/div&gt;
&lt;div class="mboxBody"&gt;
{MINICHAT}
&lt;/div&gt;
&lt;!-- END: MAIN --&gt;
</pre>

<p> </p>
<p><strong>Added 42 minutes later:</strong></p><p>Found out another user has this issue, check the latest comment here</p>

<p> </p>

<p>http://www.cotonti.com//57#c1641</p>

<p> </p>

<p> </p>

<p>Maybe it has something to do with updating, i haven't been messing with the site in a long time so I forgot if we updated or not and if that had anything to do with it</p>
]]></description>
			<pubDate>Sat, 29 Jun 2013 22:13:22 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=7465&d=0#post37660]]></link>
		</item>
	</channel>
</rss>