Forums / Cotonti / Support / Something broke with "minichat" plugin and some tags don't work

Trying to figure out what these tags mean and where they come frmo

singh336
#1 2013-06-29 22:13

Here is the site http://www.streetlegalmods.com/index.php

 

See the minichat panel on the middle right side...

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

 

here is the source for the TPL of the minichat... This tag =

{PHP.skinlang.comments.Send} 

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?

 

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...

 

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

 

Any ideas?

 

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

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

{MINICHAT_DIV_AJAXPAGINATION_END}
{MINICHAT_DIV_AJAX_END}
<p style="text-align: center;">{MINICHAT_LINK}</p>
<!-- END: MINICHAT -->

<!-- BEGIN: MINICHAT_MAIN -->
{MINICHAT_TIMER}
{MINICHAT_DIV_AJAX_BEGIN}

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

    <!-- BEGIN: MINICHAT_ERRORBLOCK -->
    <div class="error">{MINICHAT_ERROR}</div>
    <!-- END: MINICHAT_ERRORBLOCK -->
    <!-- BEGIN: MINICHAT_EMPTY -->
    <div class="error">{MINICHAT_EMPTYTEXT}</div>
    <!-- END: MINICHAT_EMPTY -->


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

{MINICHAT_DIV_AJAX_END}

<!-- END: MINICHAT_MAIN -->

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

 

Added 42 minutes later:

Found out another user has this issue, check the latest comment here

 

http://www.cotonti.com//57#c1641

 

 

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

<a href="http://www.streetlegalmods.com/">http://www.streetlegalmods.com/</a>
This post was edited by singh336 (2013-06-29 22:55, 10 years ago)