WildcardSearch / MentionMe

A plugin for MyBB 1.8.x that allows Twitter-style tagging and integration with MyAlerts
GNU General Public License v3.0
21 stars 9 forks source link

"Popup Item" appearing on Quick Reply and Full Reply #251

Closed vanessasickles closed 5 years ago

vanessasickles commented 5 years ago

I updated my forum to myBB 1.8.21, and then updated the MentionMe plugin. Since then, I've experienced a strange issue on the quick and full replies/at the bottom of the page. I've tested this on the default theme as well to ensure it isn't just a theme issue:

image image

Here is the full code of the block that is appearing:


    <div class="mentionme_spinner" style="display: none;">
        <img src="images/spinner.gif">
        <span></span>
    </div>
    <div class="mentionme_popup_input_container">
        <input class="mentionme_popup_input" type="text" autocomplete="off">
    </div>
    <div class="mentionme_popup_body"><div class="mentionme_popup_item"><img class="mention_user_avatar" src="https://forum.pokemonurpg.com/images/default_avatar.png">MMMMMMMMMMMMMMMMMMMMMMMMMMMMMM</div></div>
</div>
WildcardSearch commented 5 years ago

Hi,

That is likely the result of a long-standing bug that I still can't quite track down.

Usually, uninstalling and installing again will fix this.

vanessasickles commented 5 years ago

Thanks for the prompt response. I will give an uninstall + reinstall a try tonight and report back.

vanessasickles commented 5 years ago

A little late on my part, but just gave it a shot and it did fix the issue. Best of luck in tracking that down in the future, that's a bizarre one!

WildcardSearch commented 5 years ago

I'm glad you got it working 👍