Page 6 of 9
Re: [3.2][RC] Simple mentions
Posted: Thu Mar 02, 2017 9:16 pm
by Puchahawa
permissions / group permissions / admin / misc tab / can use mention system. YES. Same for registered users. When I look at my account it says yes for that permission.
Is there another permission I missed?
EDIT: I am running abbc3 version 3.1.3 on that test board. Don't know if it may have a conflict.
EDIT2: Changed my style to prosilver and it works. Previous test was using Aero-Black style.
EDIT3: ok, now it's working with prosilver and Aero-black. Must have been a glitch of my machine.
Nicely done Paul!!
Re: [3.2][RC] Simple mentions
Posted: Sun Mar 05, 2017 11:02 am
by maras2626
Hi, after adding a @user and try to send a reply, appears an error:
Code: Select all
[phpBB Debug] PHP Notice: in file [ROOT]/phpbb/auth/auth.php on line 424: Undefined index: user_type
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 1835: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3257)
phpBB 3.2
PHP 7
style: prosilver se
sorry for my English

Re: [3.2][RC] Simple mentions
Posted: Sun Mar 05, 2017 12:01 pm
by Paul
maras2626 wrote: ↑Sun Mar 05, 2017 11:02 am
Hi, after adding a @user and try to send a reply, appears an error:
Code: Select all
[phpBB Debug] PHP Notice: in file [ROOT]/phpbb/auth/auth.php on line 424: Undefined index: user_type
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 1835: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3257)
phpBB 3.2
PHP 7
style: prosilver se
sorry for my English
Will be fixed in the next release. Should only happen in specific cases when permissions are not initialised for a user that is mentioned.
Re: [3.2][RC] Simple mentions
Posted: Mon Mar 06, 2017 6:53 pm
by prl
Paul wrote: ↑Thu Mar 02, 2017 6:33 pm
First post has been updated with the download for the first release candidate. Please keep in mind that this is still a Extension in development and should not be used on a live board.
Hi Paul, just a couple of questions:
- I have the idea that I saw previously that this extension required PHP7, but the first post now says PHPH5.4 or higher. Has this changed?
- I know this is the most annoying question ever, but any idea on when this will be ready to be used on a live board? I have some requests for this functionality so it's just to have an idea.
Re: [3.2][RC] Simple mentions
Posted: Mon Mar 06, 2017 6:55 pm
by Paul
prl wrote: ↑Mon Mar 06, 2017 6:53 pm
Paul wrote: ↑Thu Mar 02, 2017 6:33 pm
First post has been updated with the download for the first release candidate. Please keep in mind that this is still a Extension in development and should not be used on a live board.
Hi Paul, just a couple of questions:
- I have the idea that I saw previously that this extension required PHP7, but the first post now says PHPH5.4 or higher. Has this changed?
Yes.
- I know this is the most annoying question ever, but any idea on when this will be ready to be used on a live board? I have some requests for this functionality so it's just to have an idea.
When it is done.
Re: [3.2][RC] Simple mentions
Posted: Mon Mar 06, 2017 8:00 pm
by onlyproevo
Although I'm sure you have some great ideas up your sleeve for future versions, here are a few of mine that I hope you enjoy:
- Username links should be in
bold and
italics should be removed
- Usernames should be turned into urls pointing back to that user's profile page (eg.
Paul)
- Username drop-down list should include user avatars
- When deciding which five users to show in the drop-down list, priority should be given to users with the greatest post count
Re: [3.2][RC] Simple mentions
Posted: Mon Mar 06, 2017 8:29 pm
by Paul
onlyproevo wrote: ↑Mon Mar 06, 2017 8:00 pm
Although I'm sure you have some great ideas up your sleeve for future versions, here are a few of mine that I hope you enjoy:
- Username links should be in
bold and
italics should be removed
- Usernames should be turned into urls pointing back to that user's profile page (eg.
Paul)
- Username drop-down list should include user avatars
- When deciding which five users to show in the drop-down list, priority should be given to users with the greatest post count
As per the TS, please post feature requests in the github tracker (And for each feature a seperate issue). Having it here will get lost.
Re: [3.2][RC] Simple mentions
Posted: Mon Mar 06, 2017 9:22 pm
by onlyproevo
Paul wrote: ↑Mon Mar 06, 2017 8:29 pm
As per the TS, please post feature requests in the github tracker (And for each feature a seperate issue). Having it here will get lost.
Done!
Have used the Issue function to let you know (I hope that's the right method!)
Re: [3.2][RC] Simple mentions
Posted: Fri Mar 10, 2017 3:22 am
by serek
installed from github today,
Code: Select all
PHP message: PHP Fatal error: Uncaught Error: Cannot use object of type phpbb\user as array in /srv/www/ext/paul999/mention/event/main_listener.php
Re: [3.2][RC] Simple mentions
Posted: Fri Mar 10, 2017 9:49 am
by Paul
You should use the releases, not the direct download from github, as that is in development, and can have errors.
Re: [3.2][RC] Simple mentions
Posted: Sat Mar 11, 2017 3:11 pm
by DonAngelo
Hi Paul. I am encountering an issue with your mod. It's about using the mention system in the ajaxshoutbox, also a mod made by you. It will not get the good path of my forum when creating the link to the user's profile.
For example:
My forum is installed in in a folder called forum, so the link it's
www.cstopz.com/forum/. When I use the mention in the chat, the link the mod creates it's the absolute one and it won't get the /forum/ folder.
Thanks.
PS: Can you make it to send a notification when I'm being mention in the ajaxshoutbox?
Re: [3.2][RC] Simple mentions
Posted: Sat Mar 11, 2017 3:13 pm
by Paul
The mention system only works in topics.
Re: [3.2][RC] Simple mentions
Posted: Sat Mar 11, 2017 3:16 pm
by DonAngelo
Understood. Anyway, is there a way I can correct the link in the chat?
Re: [3.2][RC] Simple mentions
Posted: Sat Mar 11, 2017 3:17 pm
by Paul
This extension doesn't create urls to profiles.
Re: [3.2][RC] Simple mentions
Posted: Sat Mar 11, 2017 3:18 pm
by DonAngelo
Paul wrote: ↑Sat Mar 11, 2017 3:17 pm
This extension doesn't create urls to profiles.
I've managed to solve the problem.
Code: Select all
Open the file: /paul999/ajaxshoutbox/styles/all/template/js/ajax_shoutbox.js
Find:
function addPostsFront(result) {
console.log(result);
Add after:
$(result).each(function(index, value){
$(value).each(function(){
var str = value.message;
var rep = str.replace("./../../", "./");
value.message = rep;
});
});