[ABD] @mentions system for 3.2

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
rocketjedi
Registered User
Posts: 20
Joined: Wed Jan 11, 2017 4:02 am

Re: [BETA] @mentions system for 3.2

Post by rocketjedi »

BSchool wrote: Mon Feb 06, 2017 4:41 am So I've read all the posts. Why can't some users use it?
for some reason when *some users do @username it will let you choose the name from the drop down but when they make the post the names aren't highlighted. I have also seen this in the previous 3.1 version where names with special characters would yield the same result.

Image
rocketjedi
Registered User
Posts: 20
Joined: Wed Jan 11, 2017 4:02 am

Re: [BETA] @mentions system for 3.2

Post by rocketjedi »

Here is an example of a name that doesn't work with mentions this wont work for anyone period :(

@=(\/)=_\/3|\|0/\/\

also a feature that was requested in the old 3.1 version was the ability to use mentions in the quick reply box

please and thank you
bcurran3
Registered User
Posts: 127
Joined: Sat Aug 29, 2015 2:52 am

Re: [BETA] @mentions system for 3.2

Post by bcurran3 »

I finally got brave enough to install it just now. I haven't fully tested it and hope it works while I go snore. :)

One thing I noticed is that it does not work with editing old posts. Using @username will pop up the list but doesn't use it or display the avatar when the post is re-saved. Seems to work on new posts fine (full editor).

@ inuyaksa - do you plan on developing it further or just make it compatible with 3.2?
scheccia
Registered User
Posts: 94
Joined: Fri Feb 10, 2017 8:16 am

Re: [BETA] @mentions system for 3.2

Post by scheccia »

fix 2 iusse...
1) mention no work on first mentioned user
./core/mentions.php
line 361

Code: Select all

edit
$regular_expression_match = '#(?:^|\\s)@(.+?)(?:\n|$)#';
in 
$regular_expression_match = '#(?:^|)@(.+?)(?:\n|$)#';
2) on dropbox avatar not show

Code: Select all

edit
/styles/all/template/even/overall_header_head_append.html
remove
<!-- INCLUDECSS ../theme/mentions.css -->
User avatar
Mammouth
Registered User
Posts: 74
Joined: Wed Apr 27, 2016 11:06 am

Re: [BETA] @mentions system for 3.2

Post by Mammouth »

Hello,

Small problem with extension Advanced BBcode Box I do not see the BBcode Mention : http://image.noelshack.com/fichiers/201 ... ention.png
It's good when I write [mention]Username[/mention] but I want a visible button :?
bcurran3
Registered User
Posts: 127
Joined: Sat Aug 29, 2015 2:52 am

Re: [BETA] @mentions system for 3.2

Post by bcurran3 »

@inuyaksa - no word from you in three weeks. Are you still out there? Yes, we understand how meatspace conflicts with the important things like extension development; but we are hoping for some sort of update.

It has been working with some problems like the mentioned no worky on first user and not in re-edited posts, but no crashes at least.
bcurran3
Registered User
Posts: 127
Joined: Sat Aug 29, 2015 2:52 am

Re: [BETA] @mentions system for 3.2

Post by bcurran3 »

scheccia wrote: Fri Feb 10, 2017 8:31 am fix 2 iusse...
1) mention no work on first mentioned user
./core/mentions.php
line 361

Code: Select all

edit
$regular_expression_match = '#(?:^|\\s)@(.+?)(?:\n|$)#';
in 
$regular_expression_match = '#(?:^|)@(.+?)(?:\n|$)#';
2) on dropbox avatar not show

Code: Select all

edit
/styles/all/template/even/overall_header_head_append.html
remove
<!-- INCLUDECSS ../theme/mentions.css -->
Just did this (regular expression change) and it fixed the problem for me - THANKS!
User avatar
Puchahawa
Registered User
Posts: 769
Joined: Sat Jan 01, 2011 10:33 pm
Name: Randy

Re: [BETA] @mentions system for 3.2

Post by Puchahawa »

Mammouth wrote: Mon Feb 13, 2017 4:21 pm Hello,

Small problem with extension Advanced BBcode Box I do not see the BBcode Mention : http://image.noelshack.com/fichiers/201 ... ention.png
It's good when I write [mention]Username[/mention] but I want a visible button :?
I've noticed with a few other extensions that they needed to add a bit of code for the button to show when abbc3 is used. The extension author can look at snipers - tables or signs extensions to see how he dealt with that issue. ;)
Avatar courtesy of artist Faith Coyotë
User avatar
Mammouth
Registered User
Posts: 74
Joined: Wed Apr 27, 2016 11:06 am

Re: [BETA] @mentions system for 3.2

Post by Mammouth »

Yop !

Mention does not work with smilies in the same post ?
User avatar
Mammouth
Registered User
Posts: 74
Joined: Wed Apr 27, 2016 11:06 am

Re: [BETA] @mentions system for 3.2

Post by Mammouth »

Good evening !

I put the problem here : viewtopic.php?f=456&t=2272431&p=14669046#p14669046
Also when i use bbcode [img] with mention...
User avatar
Mammouth
Registered User
Posts: 74
Joined: Wed Apr 27, 2016 11:06 am

Re: [BETA] @mentions system for 3.2

Post by Mammouth »

Hello,

The creator is alive ?
rocketjedi
Registered User
Posts: 20
Joined: Wed Jan 11, 2017 4:02 am

Re: [BETA] @mentions system for 3.2

Post by rocketjedi »

really sucks this isn't being worked on. Someone else made a similar mod but it is useless.
cvxcvx
Registered User
Posts: 8
Joined: Thu Apr 20, 2017 10:39 am

Re: [BETA] @mentions system for 3.2

Post by cvxcvx »

inuyaksa wrote: Tue Jan 31, 2017 9:27 pm Hello,
I ported @mentions system to PhpBB3.2

Please let me know If it works for you too.

https://github.com/inuyaksa/mentions
Hi. From me not working, show

The selected extension can not be enabled. Check his requirements
rocketjedi
Registered User
Posts: 20
Joined: Wed Jan 11, 2017 4:02 am

Re: [BETA] @mentions system for 3.2

Post by rocketjedi »

cvxcvx wrote: Thu Apr 20, 2017 10:58 am
inuyaksa wrote: Tue Jan 31, 2017 9:27 pm Hello,
I ported @mentions system to PhpBB3.2

Please let me know If it works for you too.

https://github.com/inuyaksa/mentions
Hi. From me not working, show

The selected extension can not be enabled. Check his requirements
same problem at this point very weird.
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: [BETA] @mentions system for 3.2

Post by 3Di »

Looking at the code it seems to me that this extension can not be enabled if:

1 - phpBB is less than 3.2.0
2 - PHP is less than 5.4
3 - A bbcode_tag = "mention" OR bbcode_tag = "mention=" already exists
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
Locked

Return to “Abandoned Extensions”