MyBB Community Forums

Full Version: MentionMe 3.2.12 (for MyAlerts 2.x)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
^ you can try changing all occurrences of NULL with 0 (zero) in ~/plugins/MentionMe/install_data.php file
.m.

That worked.

However, the integration with MyAlerts 2.0 is still broken.
Additionally, I attempted translating to Spanish, but in the User CP, the MyAlerts option "Receive alert when mentioned in a post?" won't translate. No matter how I translate the ~/inc/languages/espanol/mention.lang.php file.
I have updated mybb to 1.8.12. Before everything has worked, except this here. Now comes the attached in the appendix. Solution? Thank you!

<div id="mentionme_popup" class="mentionme_popup" style="left: -1000px; top: -1000px;">
	<div id="mentionme_spinner" class="mentionme_spinner" style="display: none;">
		<img src="images/spinner.gif" alt="">
		<span></span>
	</div>
	<div id="mentionme_popup_input_container">
		<input id="mentionme_popup_input" autocomplete="off" type="text">
	</div>
	<div id="mentionme_popup_body"><div class="mentionme_popup_item">MMMMMMMMMMMMMMMMMMMMMMMMMMMMMM</div></div>
</div>
(2017-05-29, 12:53 PM)hkkp Wrote: [ -> ]I have updated mybb to 1.8.12. Before everything has worked, except this here. Now comes the attached in the appendix. Solution? Thank you!

<div id="mentionme_popup" class="mentionme_popup" style="left: -1000px; top: -1000px;">
	<div id="mentionme_spinner" class="mentionme_spinner" style="display: none;">
		<img src="images/spinner.gif" alt="">
		<span></span>
	</div>
	<div id="mentionme_popup_input_container">
		<input id="mentionme_popup_input" autocomplete="off" type="text">
	</div>
	<div id="mentionme_popup_body"><div class="mentionme_popup_item">MMMMMMMMMMMMMMMMMMMMMMMMMMMMMM</div></div>
</div>

Sad  I get the same thing. I thought it was the theme.
@albano

Which plugins did you install?

For me it is again. I have the plugin completely uninstalled, cache deleted and then reinstalled.

It is much more noticeable to me that when updating mybb the disable the plugins does not help.

Currently this does not work here yet.
(2017-06-04, 01:33 PM)hkkp Wrote: [ -> ]@albano

Which plugins did you install?

For me it is again. I have the plugin completely uninstalled, cache deleted and then reinstalled.

It is much more noticeable to me that when updating mybb the disable the plugins does not help.

Currently this does not work here yet.


Actually, I didn't install any new plugin. The only change I made was the one in this post https://community.mybb.com/thread-206710...pid1274347 to fix MentionMe giving me an error.
(2017-05-29, 12:53 PM)hkkp Wrote: [ -> ]I have updated mybb to 1.8.12. Before everything has worked, except this here. Now comes the attached in the appendix. Solution? Thank you!

<div id="mentionme_popup" class="mentionme_popup" style="left: -1000px; top: -1000px;">
	<div id="mentionme_spinner" class="mentionme_spinner" style="display: none;">
		<img src="images/spinner.gif" alt="">
		<span></span>
	</div>
	<div id="mentionme_popup_input_container">
		<input id="mentionme_popup_input" autocomplete="off" type="text">
	</div>
	<div id="mentionme_popup_body"><div class="mentionme_popup_item">MMMMMMMMMMMMMMMMMMMMMMMMMMMMMM</div></div>
</div>

(2017-06-02, 01:16 PM)albano Wrote: [ -> ]
(2017-05-29, 12:53 PM)hkkp Wrote: [ -> ]I have updated mybb to 1.8.12. Before everything has worked, except this here. Now comes the attached in the appendix. Solution? Thank you!

<div id="mentionme_popup" class="mentionme_popup" style="left: -1000px; top: -1000px;">
	<div id="mentionme_spinner" class="mentionme_spinner" style="display: none;">
		<img src="images/spinner.gif" alt="">
		<span></span>
	</div>
	<div id="mentionme_popup_input_container">
		<input id="mentionme_popup_input" autocomplete="off" type="text">
	</div>
	<div id="mentionme_popup_body"><div class="mentionme_popup_item">MMMMMMMMMMMMMMMMMMMMMMMMMMMMMM</div></div>
</div>

Sad  I get the same thing. I thought it was the theme.

(2017-06-18, 11:46 PM)albano Wrote: [ -> ]
(2017-06-04, 01:33 PM)hkkp Wrote: [ -> ]@albano

Which plugins did you install?

For me it is again. I have the plugin completely uninstalled, cache deleted and then reinstalled.

It is much more noticeable to me that when updating mybb the disable the plugins does not help.

Currently this does not work here yet.


Actually, I didn't install any new plugin. The only change I made was the one in this post https://community.mybb.com/thread-206710...pid1274347 to fix MentionMe giving me an error.

Did you guys fix the MMMMMMMMMMMMMMMMM error?
MentionMe 3.1.1 Released


Fixes:
  • a bug where inserting mentions via the postbit button disabled the Quick Reply autocomplete popup (reported by Eldenroot)
  • installation error where fields defined as NOT NULL were assigned a null value (reported by multiple users)
  • an error where mb_strtolower was not used when applied to user names which have the possibility of containing international characters


Changes:
  • added a setting to control whether mention links are directed to a new window/tab or opened in the current window/tab (requested by Eldenroot)
  • Design improvements for the autocomplete popup (by Eldenroot)
  • The name cache no longer caches banned users (by me :p )

To upgrade: Deactivate the plugin in ACP, overwrite the existing files, and activate the plugin.
MentionMe 3.1.2 Released

Fixes:
  • an issue where short names weren't properly padded in the autocomplete popup
  • a bug in the third party cursor positioning routines that caused the popup to be misaligned if the cursor was past the first 'page'
  • an issue where the popup appear to visually glitch when nearing the end of the name list
  • a bug where avatars were sometimes assigned to the wrong user in the autocomplete popup
Changes:
  • several minor JavaScript improvements


To upgrade: Deactivate in ACP, overwrite the existing files, and Activate again.
I get this error when trying to integrate with Myalerts.

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1062 - Duplicate entry 'mention' for key 'unique_code'
Query:
INSERT INTO mybb_alert_types (id,code,enabled,can_be_user_disabled) VALUES (0,'mention',1,1)