[BETA] [3.2] Prime Notify

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Anti-Spam Guide
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
User avatar
primehalo
Former Team Member
Posts: 2988
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA
Contact:

Re: [BETA] [3.2] Prime Notify

Post by primehalo »

Oh yes, you would also have to change this line in migrations/version_100.php:
\phpbb\db\migration\data\v32x\v322'

Change the end part, the v322.
Ken F. Innes IV
My Extensions | My MODs | My Topics | My Site: Absolute Anime
Experience the wonder of Japanese Animation!
User avatar
NAPWR
Registered User
Posts: 29
Joined: Thu May 11, 2017 5:40 am

Re: [BETA] [3.2] Prime Notify

Post by NAPWR »

Great Man Primehalo,

that did the trick,

your extension now sends subscribed topic post information,

via user email notification option checked,

with phpbb 3.2.1 :mrgreen:

Thank-you very much for your quick responces mate :ugeek:
primehalo wrote: Tue Feb 27, 2018 9:00 pm Oh yes, you would also have to change this line in migrations/version_100.php:
\phpbb\db\migration\data\v32x\v322'

Change the end part, the v322.
So in the end,

we only needed to change 3 things to convert Primehalo/Primenotify from phpbb 3.2.2 to php 3.2.1,

This 1 -
3Di wrote: Thu Feb 22, 2018 7:18 pm
primehalo wrote: Thu Feb 22, 2018 5:17 pm I couldn't find where to download older versions of phpBB 3.2
Hi :) https://download.phpbb.com/pub/release/3.2/
Btw..

Code: Select all

 "soft-require": {
         "phpbb/phpbb": ">=3.2.2,<3.2.*@dev"
      }
Should be (if you mean less than 3.3.0-dev)

Code: Select all

 "soft-require": {
         "phpbb/phpbb": ">=3.2.1,<3.3.0@dev"
      }
Regards.
This 2 -
NAPWR wrote: Tue Feb 27, 2018 3:07 am ext.php @ line 13

class ext extends \phpbb\extension\base { public function is_enableable() { $config = $this->container->get('config'); return phpbb_version_compare($config['version'], '3.2.1', '>=');
and This 3 -
primehalo wrote: Tue Feb 27, 2018 9:00 pm Oh yes, you would also have to change this line in migrations/version_100.php:
\phpbb\db\migration\data\v32x\v321'

Change the end part, the v322.
panhead
Registered User
Posts: 950
Joined: Sat Dec 20, 2003 8:17 pm

Re: [BETA] [3.2] Prime Notify

Post by panhead »

I made the changes (to 3.2.1), enabled the extension and it works! One question: I don't see the UCP options.
User avatar
NAPWR
Registered User
Posts: 29
Joined: Thu May 11, 2017 5:40 am

Re: [BETA] [3.2] Prime Notify

Post by NAPWR »

panhead wrote: Wed Feb 28, 2018 1:13 pm I made the changes (to 3.2.1), enabled the extension and it works! One question: I don't see the UCP options.
Great work Panhead,

I was just stating,

that a Board User has to check the email notification option in their UCP,

so they recieve the Email mate. :mrgreen:

Sorry if I misled us. :lol:
panhead
Registered User
Posts: 950
Joined: Sat Dec 20, 2003 8:17 pm

Re: [BETA] [3.2] Prime Notify

Post by panhead »

Hi,

But don't see this in the UCP (the notification emails part):

Image
1024KBUser
Registered User
Posts: 58
Joined: Mon Dec 23, 2013 1:18 pm

Re: [BETA] [3.2] Prime Notify

Post by 1024KBUser »

Can this also be configured to send mail when there's a post waiting for approval in the moderation queue ? Its useful for those niche sites that get little traffic which are configured to be approved by moderator.
User avatar
primehalo
Former Team Member
Posts: 2988
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA
Contact:

Re: [BETA] [3.2] Prime Notify

Post by primehalo »

The UCP options should only show up if the user has email notifications enabled and the ACP options are set to User's Choice.

I will have to look into the moderation queue email thing.
Ken F. Innes IV
My Extensions | My MODs | My Topics | My Site: Absolute Anime
Experience the wonder of Japanese Animation!
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] [3.2] Prime Notify

Post by 3Di »

NAPWR wrote: Wed Feb 28, 2018 12:43 pm
So in the end,

we only needed to change 3 things to convert Primehalo/Primenotify from phpbb 3.2.2 to php 3.2.1,

This 1 -
3Di wrote: Thu Feb 22, 2018 7:18 pm
primehalo wrote: Thu Feb 22, 2018 5:17 pm I couldn't find where to download older versions of phpBB 3.2
Btw..

Code: Select all

 "soft-require": {
         "phpbb/phpbb": ">=3.2.2,<3.2.*@dev"
      }
Should be (if you mean less than 3.3.0-dev)

Code: Select all

 "soft-require": {
         "phpbb/phpbb": ">=3.2.1,<3.3.0@dev"
      }
Regards.
This one is not needed, phpBB 3.1/3.2 does not care about that for the installation.
It was just an info for the author. ;)
🆓 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
panhead
Registered User
Posts: 950
Joined: Sat Dec 20, 2003 8:17 pm

Re: [BETA] [3.2] Prime Notify

Post by panhead »

The UCP options should only show up if the user has email notifications enabled and the ACP options are set to User's Choice.
I get it :)
User avatar
primehalo
Former Team Member
Posts: 2988
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA
Contact:

Re: [BETA] [3.2] Prime Notify

Post by primehalo »

I've uploaded a beta 2 which mainly involves code cleanup and a little better caching.
1024KBUser wrote: Wed Feb 28, 2018 4:02 pm Can this also be configured to send mail when there's a post waiting for approval in the moderation queue ? Its useful for those niche sites that get little traffic which are configured to be approved by moderator.
This seems to be a non-trivial addition so I'll have to leave it out for now.
Ken F. Innes IV
My Extensions | My MODs | My Topics | My Site: Absolute Anime
Experience the wonder of Japanese Animation!
NastyBoy
Registered User
Posts: 137
Joined: Wed May 31, 2017 7:03 pm
Location: Germany
Name: Tim
Contact:

Re: [BETA] [3.2] Prime Notify

Post by NastyBoy »

The notifications come in addition to the normal phpbb notifications
User avatar
primehalo
Former Team Member
Posts: 2988
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA
Contact:

Re: [BETA] [3.2] Prime Notify

Post by primehalo »

NastyBoy wrote: Tue Mar 06, 2018 12:32 pm The notifications come in addition to the normal phpbb notifications
Is anyone else having this issue? I've only been receiving the new notifications. The ext.php file should have disabled the original notifications when the extension was enabled. Do you have other extensions installed, maybe one that also affects notifications?
Ken F. Innes IV
My Extensions | My MODs | My Topics | My Site: Absolute Anime
Experience the wonder of Japanese Animation!
NastyBoy
Registered User
Posts: 137
Joined: Wed May 31, 2017 7:03 pm
Location: Germany
Name: Tim
Contact:

Re: [BETA] [3.2] Prime Notify

Post by NastyBoy »

I have Notify by Reply and Topic /Post Reactions
User avatar
primehalo
Former Team Member
Posts: 2988
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA
Contact:

Re: [BETA] [3.2] Prime Notify

Post by primehalo »

I can't find Notify by Reply. I found the page for Topic/Post Reactions but the download link there isn't working for me.
Ken F. Innes IV
My Extensions | My MODs | My Topics | My Site: Absolute Anime
Experience the wonder of Japanese Animation!
NastyBoy
Registered User
Posts: 137
Joined: Wed May 31, 2017 7:03 pm
Location: Germany
Name: Tim
Contact:

Re: [BETA] [3.2] Prime Notify

Post by NastyBoy »

But these notifications are in addition to the normal phpbb notifications?
Post Reply

Return to “Extensions in Development”