 | Re: Just downloaded... |  |
Posted: 05/18/2007 5:22 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 2:41 PM
Location: St Pete, FL
|

|
|
|
|
 |
Ok, I sent it to you in your Test forum. However, I had to fix a couple of problems before it would send the PM. The Index default value in your phpbb_privmsgs was set to 0 rather than auto-increment, so it returned a duplicate key value. I corrected that problem. Then there was a division by zero error in the functions_cash.php file on line 1256, so I made the following adjustments to make sure that would never happen again:
OPEN
includes/functions_cash.php
FIND
| Code:
|
|
$sum /= $cash->currencies[$cash_id]->factor($modifier);
|
REPLACE WITH
| Code:
|
$factor_val = ( $cash->currencies[$cash_id]->factor($modifier) == 0 ) ? 1 : $cash->currencies[$cash_id]->factor($modifier);
$sum /= $factor_val;
|
You will probably receive 4 or 5 PM notifications from your Test board...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Just downloaded... |  |
Posted: 05/18/2007 5:40 PM |
|
|
|
|
|
| Citation |
| Posts |
556 |
| Word Cnt. |
20,326 |
| BDay |
Jan 26 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Nov 26, 2006
Local time: 7:41 PM
Location: west midlands:uk
|

|
|
|
|
 |
ah thanks for that, as im never using pms in my test forum i would never of known! I think its fine with my live forum, unless its summat we fixed a while ago!
Yea i recieved 4 pms, and it all seems to be working ok! |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Just downloaded... |  |
Posted: 05/18/2007 5:56 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 2:41 PM
Location: St Pete, FL
|

|
|
|
|
 |
That's good to hear. I thought this MOD did more than it does. There are other MODs that enhance all the email notifications sent. I have them installed here. I will be happy to look for them if you want. I can't do it now since I have to leave for a few hours, but this is something I can do when we return home...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Just downloaded... |  |
Posted: 05/19/2007 1:20 PM |
|
|
|
|
|
| Citation |
| Posts |
556 |
| Word Cnt. |
20,326 |
| BDay |
Jan 26 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Nov 26, 2006
Local time: 7:41 PM
Location: west midlands:uk
|

|
|
|
|
 |
| yea that would be great, when you have got 5 minutes! |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Just downloaded... |  |
Posted: 05/19/2007 6:25 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 2:41 PM
Location: St Pete, FL
|

|
|
|
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Just downloaded... |  |
Posted: 05/20/2007 9:34 AM |
|
|
|
|
|
| Citation |
| Posts |
556 |
| Word Cnt. |
20,326 |
| BDay |
Jan 26 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Nov 26, 2006
Local time: 7:41 PM
Location: west midlands:uk
|

|
|
|
|
 |
| Thanks nightrider il give them ago later!! |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Just downloaded... |  |
Posted: 05/20/2007 7:45 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 2:41 PM
Location: St Pete, FL
|

|
|
|
|
 |
Ok, sounds good...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Just downloaded... |  |
Posted: 05/20/2007 9:55 PM |
|
|
|
|
|
| Seagull |
| Posts |
111 |
| Word Cnt. |
6,112 |
| BDay |
May 8 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 2:41 PM
|

|
|
|
|
 |
| I was looking in here cos I thought I've seen a mod that when some one pms you and you get you email notification, that it will include the message , and saw the mods you posted so now have to ask is there something different in this mod ...Admin Email notification on New Registration I get notified on new registrations w/o a mod so am wondering if this adds some features or something |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Just downloaded... |  |
Posted: 05/20/2007 11:17 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 2:41 PM
Location: St Pete, FL
|

|
|
|
|
 |
If you are already receiving email notifications on new registrations, then you would not need that MOD. I'm just curious how you are receiving the notifications if you haven't added the functionality. I don't think any of the phpBB updates added it...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Just downloaded... |  |
Posted: 05/20/2007 11:43 PM |
|
|
|
|
|
| Seagull |
| Posts |
111 |
| Word Cnt. |
6,112 |
| BDay |
May 8 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 2:41 PM
|

|
|
|
|
 |
I dont know maybe I did add that mod or something like it way back in january when was still doing all mods manually, I am sure that I'm getting notified with new registrations tho  |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|