Page 1 of 2

Prime Notify

Posted: Fri Jan 22, 2010 4:39 am
by Extensions Robot
Modification name: Prime Notify
Author: primehalo
Modification description: Inserts the content of a post or private messages into the notification e-mail.
Modification version: 1.0.10b
Tested on phpBB version: 3.0.12

Download file: Prime Notify.zip
File size: 89.71 KiB

Modification overview page: View

The phpBB Team is not responsible nor required to provide support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB Extension Customisations Team may not be able to provide support.

-->Modification support<--

Prime Notify

Posted: Fri Jan 22, 2010 4:39 am
by DavidIQ
Modification validated/released

Notes:

Prime Notify

Posted: Fri Jan 22, 2010 4:39 am
by primehalo
This post has been reserved for the MOD author.

Re: Prime Notify

Posted: Fri Jan 22, 2010 8:45 pm
by MichaelTunnell
thank you very much...this should really be standard. :)

Re: Prime Notify

Posted: Sat Jan 23, 2010 2:05 pm
by PinoyEngineâ„¢
RottNKorpse wrote:thank you very much...this should really be standard. :)
I agree. At least they will be notified if the message is really important or just a spam.

cool and thanks!

Re: Prime Notify

Posted: Tue Jan 26, 2010 6:43 pm
by kopacko
I have two errors when attempting to post.

The first error is:
Fatal error: Call to a member function alter_post_sql() on a non-object in /includes/functions_posting.php on line 1216


I commented out that line:

Code: Select all

//-- mod: Prime Notify ------------------------------------------------------//
//   global $prime_notify;
//   $prime_notify->alter_post_sql($sql);
//-- end: Prime Notify ------------------------------------------------------//
Then received this error:
Fatal error: Call to a member function alter_post_sql() on a non-object in /includes/functions_posting.php on line 1255

So I commented out that line:

Code: Select all

//-- mod: Prime Notify ------------------------------------------------------//
//      $prime_notify->alter_post_sql($sql);
//-- end: Prime Notify ------------------------------------------------------//
At this point, I am assuming that Prime Notify is disabled?

I am not sure what to do next.

Re: Prime Notify

Posted: Wed Jan 27, 2010 5:32 pm
by dimitrisg
has anyone tested this mod ? is it stable enought to install it ?

Re: Prime Notify

Posted: Wed Jan 27, 2010 5:43 pm
by Jackanape
dimitrisg wrote:has anyone tested this mod ? is it stable enought to install it ?
If it has been released into the mod Database--and it has--then YES, it is stable.

Re: Prime Notify

Posted: Wed Jan 27, 2010 6:11 pm
by dimitrisg
thanks for the answere. I'd like to ask if this file :
/Prime Notify/root/styles/prosilver/template/prime_notify.html
which is included in the archive, may be it has to be uploaded. ?
i did nt find it in the instructions

Re: Prime Notify

Posted: Wed Jan 27, 2010 8:15 pm
by kopacko
Per PrimeHalo, I added global $prime_notify; to both locations within /includes/functions_posting.php that were generating errors.

Code: Select all

//-- mod: Prime Notify ------------------------------------------------------//
   global $prime_notify;
   $prime_notify->alter_post_sql($sql);
//-- end: Prime Notify ------------------------------------------------------//

Code: Select all

//-- mod: Prime Notify ------------------------------------------------------//
   global $prime_notify;
      $prime_notify->alter_post_sql($sql);
//-- end: Prime Notify ------------------------------------------------------//
My issue appears to be resolved.

Re: Prime Notify

Posted: Thu Jan 28, 2010 1:49 am
by MichaelTunnell
dimitrisg wrote:thanks for the answere. I'd like to ask if this file :
/Prime Notify/root/styles/prosilver/template/prime_notify.html
which is included in the archive, may be it has to be uploaded. ?
i did nt find it in the instructions
yes it needs to be uploaded...to the prosilver theme and to your custom theme if you have one and if it is based on prosilver.

you can upload it just to prosilver and use the bb3 feature of referencing prosilver in your custom theme...but depends on who made the custom theme for you...I'd suggest just uploading to both.

Re: Prime Notify

Posted: Thu Jan 28, 2010 2:41 am
by primehalo
dimitrisg wrote:thanks for the answere. I'd like to ask if this file :
/Prime Notify/root/styles/prosilver/template/prime_notify.html
which is included in the archive, may be it has to be uploaded. ?
i did nt find it in the instructions
No, you don't need to upload it unless you are using the optional User Choice add-on, and in that case those instructions will tell you to upload it.

Re: Prime Notify

Posted: Thu Jan 28, 2010 3:15 am
by MichaelTunnell
primehalo wrote:
dimitrisg wrote:thanks for the answere. I'd like to ask if this file :
/Prime Notify/root/styles/prosilver/template/prime_notify.html
which is included in the archive, may be it has to be uploaded. ?
i did nt find it in the instructions
No, you don't need to upload it unless you are using the optional User Choice add-on, and in that case those instructions will tell you to upload it.
right...my bad for not recognizing not everyone is as user choice focused as me...oh well...no harm done (hopefully :) )

Re: Prime Notify

Posted: Sat Feb 13, 2010 5:40 pm
by dan.crouthamel
kopacko wrote:Per PrimeHalo, I added global $prime_notify; to both locations within /includes/functions_posting.php that were generating errors.

Code: Select all

//-- mod: Prime Notify ------------------------------------------------------//
   global $prime_notify;
   $prime_notify->alter_post_sql($sql);
//-- end: Prime Notify ------------------------------------------------------//

Code: Select all

//-- mod: Prime Notify ------------------------------------------------------//
   global $prime_notify;
      $prime_notify->alter_post_sql($sql);
//-- end: Prime Notify ------------------------------------------------------//
My issue appears to be resolved.
Hmm -- I seem to be having this same issue. Hopefully I can figure out what's going wrong :)

Re: Prime Notify

Posted: Sat Feb 13, 2010 6:06 pm
by dan.crouthamel
RottNKorpse wrote:
primehalo wrote:
dimitrisg wrote:thanks for the answere. I'd like to ask if this file :
/Prime Notify/root/styles/prosilver/template/prime_notify.html
which is included in the archive, may be it has to be uploaded. ?
i did nt find it in the instructions
No, you don't need to upload it unless you are using the optional User Choice add-on, and in that case those instructions will tell you to upload it.
right...my bad for not recognizing not everyone is as user choice focused as me...oh well...no harm done (hopefully :) )
I think this is my bad -- there is a difference between "Before" & "After" :mrgreen: