Forum Index phpBB2MODs.com
... Under New Management ...
 
 Home  • FAQ  • Search  • Register 
 Forum Index  • Downloads  • Log in  

send pm on registration mod
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Forum Index -> Discussion
View previous topic :: View next topic  
Author Message
azw



Joined: 10 May 2006
Posts: 4

PostPosted: Wed May 10, 2006 5:08 pm    Post subject: send pm on registration mod Reply with quote

Hi, I'm glad to hear that you'll be reviewing the send pm on registration mod. That's one I've been using. I'm not sure it works in the latest 2.0.20 version of phpbb. It's not working for me.
Back to top
View user's profile
Dave Rathbun
MOD Author


Joined: 26 Apr 2006
Posts: 25
Location: everywhere, nowhere, somewhere

PostPosted: Thu May 11, 2006 9:43 pm    Post subject: Reply with quote

Yes, that's one of the more complex MODs we inherited, and so it's on the delayed track for re-posting on the site. Smile The simple MODs were easy enough to review and post. The complex ones (Send PM and Referrals are the two most complex MODs remaining) are going to take a bit more time.
_________________
<sigh>
Back to top
View user's profile Visit poster's website
azw



Joined: 10 May 2006
Posts: 4

PostPosted: Thu May 11, 2006 10:21 pm    Post subject: Reply with quote

I understand. They do look much more complex. Still, I'm glad to hear you're planning on working on them!
Back to top
View user's profile
Dave Rathbun
MOD Author


Joined: 26 Apr 2006
Posts: 25
Location: everywhere, nowhere, somewhere

PostPosted: Fri May 12, 2006 8:14 am    Post subject: Reply with quote

Maybe you can give me a head start... when you say it's not working, are there any specific symptoms you can provide? or is it simply that no PM is delivered?
_________________
<sigh>
Back to top
View user's profile Visit poster's website
azw



Joined: 10 May 2006
Posts: 4

PostPosted: Fri May 12, 2006 10:15 am    Post subject: Reply with quote

That's it: No PM is delivered. I didn't see any other errors. It did seem as though the routine was being run. I placed some test messages in the code, like:
Code:
echo "I'm at this point in the script";

Those messages printed on the screen when I registered.
Back to top
View user's profile
Dave Rathbun
MOD Author


Joined: 26 Apr 2006
Posts: 25
Location: everywhere, nowhere, somewhere

PostPosted: Fri May 12, 2006 11:47 am    Post subject: Reply with quote

I'm planning on installing the MOD on this board in order to test. I don't use / enable PMs on any of the boards I run for various reasons, so I'll need to try installing it and see what happens. Cool
_________________
<sigh>
Back to top
View user's profile Visit poster's website
azw



Joined: 10 May 2006
Posts: 4

PostPosted: Fri May 12, 2006 12:47 pm    Post subject: Reply with quote

I don't like dealing with PMs, but there are times when forum members' email isn't working, so that's the only way to get a message to them.

There is a "Extended PM Notifications" mod that adds the subject and message to the notification email. That makes PMs more convenient (as long as your email is working).
http://sourceforge.net/project/showfiles.php?group_id=100259
Back to top
View user's profile
Dave Rathbun
MOD Author


Joined: 26 Apr 2006
Posts: 25
Location: everywhere, nowhere, somewhere

PostPosted: Sun May 14, 2006 10:38 pm    Post subject: Reply with quote

I've reviewed the code, and I think I've found the answer. I've set up a test board (since the PM system has been removed from this one, it's sort of hard to test Wink) and am waiting for the subdomain to become recognized so the cookies for the board will work. From looking at the code, however, I think I've got the fix.

The coming weeks are really booked solid for me, however, so no promises as to when I can deliver a working version for 2.20 (and beyond, hopefully). The code is really not difficult, it just seems that one of the default values used is not working for later versions of phpBB.
_________________
<sigh>
Back to top
View user's profile Visit poster's website
espicom



Joined: 25 Apr 2006
Posts: 5

PostPosted: Tue May 16, 2006 7:40 am    Post subject: Reply with quote

Dave Rathbun wrote:
am waiting for the subdomain to become recognized so the cookies for the board will work.


Can I introduce you to the web tester's friend, the hosts file? Wink

Even though I have direct control of DNS for our domains and can make things work in 5 minutes, I often have to test servers that are replacing others, so I can't change their "real" DNS name until the testing is finished. An entry in C:\windows\system32\drivers\etc\hosts takes care of that in 10 seconds.
Back to top
View user's profile
Dave Rathbun
MOD Author


Joined: 26 Apr 2006
Posts: 25
Location: everywhere, nowhere, somewhere

PostPosted: Tue May 16, 2006 7:50 am    Post subject: Reply with quote

espicom wrote:
Dave Rathbun wrote:
am waiting for the subdomain to become recognized so the cookies for the board will work.


Can I introduce you to the web tester's friend, the hosts file? Wink

Hmm. So if I set up a subdomain on my server (this server) I can fool my browser running on my pc into finding the subdomain before it has propagated?

It's a non-issue now, as it generally only takes a few hours (or overnight) to work, so the test site is up and running at http://beta.phpbb2mods.com anyway. At the moment that's a pure 2.0.20 install, and I'll be setting up and testing my fixes for the Welcome on PM for testing on that board. At which point I'll then register a few times and see what happens.
_________________
<sigh>
Back to top
View user's profile Visit poster's website
Dave Rathbun
MOD Author


Joined: 26 Apr 2006
Posts: 25
Location: everywhere, nowhere, somewhere

PostPosted: Tue May 16, 2006 4:17 pm    Post subject: Reply with quote

The update is complete, and ready for testing. If you want to test, please register at http://beta.phpbb2mods.com and ensure that you get the welcome PM. The issue was with how the value for phpbb_users.user_last_privmsg was getting set, and it's fixed. I also changed some other things around as well, but the main thing is that the function appears to be fixed.

If you test / register on the beta board and do not see the welcome PM, please let me know.
_________________
<sigh>
Back to top
View user's profile Visit poster's website
Dave Rathbun
MOD Author


Joined: 26 Apr 2006
Posts: 25
Location: everywhere, nowhere, somewhere

PostPosted: Tue May 16, 2006 4:24 pm    Post subject: Reply with quote

azw wrote:
There is a "Extended PM Notifications" mod that adds the subject and message to the notification email. That makes PMs more convenient (as long as your email is working).
http://sourceforge.net/project/showfiles.php?group_id=100259

Just to be clear, no email is sent out for this PM since it's inserted outside of the normal PM system. So even if the user asked for email notification on PMs during the registration process, no email will be sent for this initial "welcome" PM.

I don't intend to change that behavior. Cool
_________________
<sigh>
Back to top
View user's profile Visit poster's website
Dave Rathbun
MOD Author


Joined: 26 Apr 2006
Posts: 25
Location: everywhere, nowhere, somewhere

PostPosted: Mon May 22, 2006 4:55 pm    Post subject: Reply with quote

Dave Rathbun wrote:
If you test / register on the beta board and do not see the welcome PM, please let me know.

I know this isn't the most active board on the planet, but if anyone could help me out here I would appreciate the extra testing. Wink All content from the beta board is going to be dropped in a few weeks anyway, so there won't be any extra registration info sitting around.
_________________
<sigh>
Back to top
View user's profile Visit poster's website
Dicky



Joined: 25 Apr 2006
Posts: 7

PostPosted: Wed May 24, 2006 11:18 pm    Post subject: Reply with quote

I registered at the beta site and got the welcome PM just fine. A popup telling me that I had a PM would have been nice. I may not have noticed I received one if I wasn't expecting it.
Back to top
View user's profile
espicom



Joined: 25 Apr 2006
Posts: 5

PostPosted: Wed May 24, 2006 11:43 pm    Post subject: Reply with quote

Got my PM also, that seems to work. I disabled the PM notifications during registration out of habit...
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    Forum Index -> Discussion All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
Powered by phpBB © 2001, 2005 phpBB Group Brought to you by the phpBBDoctor.com phpBBDoctor