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.
(2016-12-21, 11:59 AM)WallBB Wrote: [ -> ]
(2016-12-21, 06:05 AM)andrewjs18 Wrote: [ -> ]
(2016-12-21, 01:22 AM)Wildcard Wrote: [ -> ]
(2016-12-20, 10:37 PM)andrewjs18 Wrote: [ -> ]if I'm already using dvz mentions and I uninstall that and install your plugin, will your plugin replace the old mentions?

If you are asking if the mentions stored in posts will still be recognized, displayed, and linked, then yes. The two plugins work the same way in terms of mention recognition.

(2016-12-20, 10:37 PM)andrewjs18 Wrote: [ -> ]also, with that previous question in mind, will it then alert users of 'new mentions' even if they're old?

No. Mention alerts are only created when the post/thread is initially created or when it is edited.

thank you.  can we strip the @ from being shown when the post is submitted?

You can do it by changing the file forum.php in inc>plugins>mentionme>forum.php
@<a id="mention_{$user['uid']}" href="{$url}">{$username}</a>

Remove @ from above file.

It should work, I haven't tried it.

thanks.

(2016-12-21, 12:16 PM)Wildcard Wrote: [ -> ]
(2016-12-21, 06:05 AM)andrewjs18 Wrote: [ -> ]thank you.  can we strip the @ from being shown when the post is submitted?

(2016-12-21, 11:59 AM)WallBB Wrote: [ -> ]You can do it by changing the file forum.php in inc>plugins>mentionme>forum.php
@<a id="mention_{$user['uid']}" href="{$url}">{$username}</a>

Yeah, WallBB is correct. That is currently the only way to remove the '@'.

Is this a popular thing to remove the '@'? If so, I can create a setting so you don't have to modify the source.

yes, I think it looks cleaner without the symbol.
andrewjs18, I have confirmed that feature for the next minor point update: https://github.com/WildcardSearch/MentionMe/issues/102
MentionMe 3.0.3 Released

Fixes template editing issues with the footer.

To upgrade: deactivate, overwrite the existing files. and then activate.
(2016-12-23, 01:34 PM)Wildcard Wrote: [ -> ]andrewjs18, I have confirmed that feature for the next minor point update: https://github.com/WildcardSearch/MentionMe/issues/102

great, thanks!
You're welcome. I have started on CKEditor integration over the holiday break. It should be the biggest obstacle to get 3.1 released.
I am experiencing repeats when a person mentions some like @"username""username"

my forum link: http://www.bigbrotheronline.xyz
That is quite a coincidence as I was just discovering a problem with that myself. I'll try to isolate the changes I made to solve it on the development version and get a patch ready for the current version.

Thanks for the report.
(2016-12-27, 08:03 PM)robbie626 Wrote: [ -> ]I am experiencing repeats when a person mentions some like @"username""username"

I thought I had come across that problem, but it was a different one. Your problem is caused by two instances of MentionMe's JavaScript in the header.

Go to ACP -> Templates & Style -> Templates -> Ungrouped Templates -> headerinclude and remove the second instance of

{$mentionAutocomplete}
I get the following error when trying to activate MentionMe:

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)