MyBB Community Forums
[For 1.8] DVZ Mentions 1.0.6 - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: [For 1.8] DVZ Mentions 1.0.6 (/thread-155882.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29


DVZ Mentions 1.0.6 - Devilshakerz - 2014-07-10

A simple plugin parsing @username (@"Complex Username") Twitter-style mentions into profile links with user's group display style.

It is compatible with AJAX-driven plugins - DVZ Shoutbox as an example:
[Image: 47371-1404929302-DVZ%20Shoutbox%20edit.png]

This is the most optimized edition among other plugins with similar functionality as user-related information is being loaded using a single SQL query where possible and cached.

Offers hard-coded configuration (keep the prefix, style usernames, ignored phrases).

The catch rules should eliminate any unwanted replaces (like e-mail addresses).

The plugin has been tested in various environments, however there may be issues related to different encoding (UTF-8).

Download, configuration, technical details: http://community.mybb.com/mods.php?action=view&pid=29


RE: DVZ Mentions 0.2 - Neovo - 2014-07-22

When I uploaded your file it gave me this error:

Parse error: syntax error, unexpected T_FUNCTION in /home/xxxxx/public_html/inc/plugins/dvz_mentions.php on line 65

Do you know what's causing this? :o


RE: DVZ Mentions 0.2 - p00lz - 2014-07-22

Installed to test and works absolutely fine here, what other plugins are you using?


also, would be nice if this worked like WildCard's MentionMe and integrated with MyAlerts.


RE: DVZ Mentions 0.2 - Devilshakerz - 2014-07-22

(2014-07-22, 10:53 AM)Neovo Wrote: When I uploaded your file it gave me this error:

Parse error: syntax error, unexpected T_FUNCTION in /home/xxxxx/public_html/inc/plugins/dvz_mentions.php on line 65

Do you know what's causing this? :o
Old PHP version is causing the problem. Switching to PHP version 5.3 or higher will fix the issue (should be available on any hosting).


RE: DVZ Mentions 0.2 - Neovo - 2014-07-22

(2014-07-22, 12:12 PM)Devilshakerz Wrote:
(2014-07-22, 10:53 AM)Neovo Wrote: When I uploaded your file it gave me this error:

Parse error: syntax error, unexpected T_FUNCTION in /home/xxxxx/public_html/inc/plugins/dvz_mentions.php on line 65

Do you know what's causing this? :o
Old PHP version is causing the problem. Switching to PHP version 5.3 or higher will fix the issue (should be available on any hosting).

I switched to php 5.3 but it still gives me the same error D:


RE: DVZ Mentions 0.2 - Devilshakerz - 2014-07-23

(2014-07-22, 09:56 PM)Neovo Wrote: I switched to php 5.3 but it still gives me the same error D:
Can you double-check that? You can also try 5.4 or 5.5.


RE: DVZ Mentions 0.2 - tetsu - 2014-09-15

I got this error right after uploading this plugin

syntax error, unexpected '[' in /home/content/xx/xxx/html/inc/plugins/dvz_mentions.php on line 5


RE: DVZ Mentions 0.2 - Devilshakerz - 2014-09-15

A compatibility patch for 1.8 included some code changes that require PHP 5.4 (or higher) in order to work and that is why you are getting this error.


RE: DVZ Mentions 0.2 - Archix - 2014-10-17

Wanting to add styling buttons to it but can't fit the template. Is there a specific location it is at?


RE: DVZ Mentions 0.2 - Anio_pke - 2014-11-16

Is it possible to do that when you mention a user, the system sends an alert? (similar to the new PM alert)