Page Index Toggle Pages: [1] 2 3 4 Send TopicPrint
Very Hot Topic (More than 25 Replies) New Member Notification 1.3 For YaBB 2.1 (Read 15473 times)
Xavier
Senior Member
****
Offline



Posts: 442
Location: Ipswich
Joined: Apr 5th, 2005
Gender: Male
New Member Notification 1.3 For YaBB 2.1
Nov 11th, 2005 at 6:12pm
Print Post  
This mod allows the webmaster of the forum to recieve an email notification everytime a member joins.

Version History
1.0 Initial Release
1.1 Added Seperate English Language Pack
1.2 Now Includes German Language Pack Thanks to CasRas
1.2a Fixed Bug in Mod file. Excessive >
1.3 Add extra support for new email address andpre-register

This Mod Was Originally Created by Gekko and I have only adapted it for YaBB 2.1.

Still looking at the ability to choose when to recieve the email. Before or after activation. But as I have very limited ability in perl it might take a while
« Last Edit: Jan 28th, 2006 at 5:44am by Xavier »  

Back to top
WWWYIM  
IP Logged
 
CasRas
Junior Member
**
Offline



Posts: 98
Location: Terra, the blue planet
Joined: Jun 7th, 2005
Gender: Male
Re: New Member Notification 1.0 For YaBB 2.1
Reply #1 - Nov 13th, 2005 at 9:56am
Print Post  
Hi Xavier,

mods works well but i have two things to change.
I would like to receive the mail not direct after registration, better is imho after account activation.

The second but not so urgent is a german version, i can do the translation if you handle the language files. Wink
  

See Ya CasRas
aka RasCas
aka Vip2002
Back to top
 
IP Logged
 
Outumuro
God Member
*****
Offline


Publisher - YaBB Toolbar

Posts: 569
Location: Los Angeles
Joined: Apr 14th, 2004
Gender: Male
Re: New Member Notification 1.0 For YaBB 2.1
Reply #2 - Nov 13th, 2005 at 11:53am
Print Post  
Would also be possible to add new user logging?  So instead of getting an email, I could go to the Admin Center and look up a log of new users?
  


Back to top
WWW  
IP Logged
 
CasRas
Junior Member
**
Offline



Posts: 98
Location: Terra, the blue planet
Joined: Jun 7th, 2005
Gender: Male
Re: New Member Notification 1.0 For YaBB 2.1
Reply #3 - Nov 13th, 2005 at 12:06pm
Print Post  
It is already there,
look at RegistrierungLog
  

See Ya CasRas
aka RasCas
aka Vip2002
Back to top
 
IP Logged
 
Xavier
Senior Member
****
Offline



Posts: 442
Location: Ipswich
Joined: Apr 5th, 2005
Gender: Male
Re: New Member Notification 1.0 For YaBB 2.1
Reply #4 - Nov 13th, 2005 at 11:48pm
Print Post  
CasRas wrote on Nov 13th, 2005 at 9:56am:
Hi Xavier,

mods works well but i have two things to change.
I would like to receive the mail not direct after registration, better is imho after account activation.

The second but not so urgent is a german version, i can do the translation if you handle the language files. Wink

Thanks for the feedback. The language pack will be in the next version, and I'l try and incorporate it after account activation if the option is chossen
  
Back to top
WWWYIM  
IP Logged
 
Xavier
Senior Member
****
Offline



Posts: 442
Location: Ipswich
Joined: Apr 5th, 2005
Gender: Male
Re: New Member Notification 1.0 For YaBB 2.1
Reply #5 - Nov 14th, 2005 at 1:24am
Print Post  
New Version in post 1. Contains seperate language pack
  
Back to top
WWWYIM  
IP Logged
 
CasRas
Junior Member
**
Offline



Posts: 98
Location: Terra, the blue planet
Joined: Jun 7th, 2005
Gender: Male
Re: New Member Notification 1.1 For YaBB 2.1
Reply #6 - Nov 14th, 2005 at 7:23am
Print Post  
Code
Select All
###############################################################################
# New_Member_Notification.lng (New Member Notification text definitions)	#
###############################################################################
# YaBB: Yet another Bulletin Board							  #
# Open-Source Community Software for Webmasters					 #
# Version:	  YaBB 2.1								    #
# Released:	 November 8, 2005							  #
# Distributed by: http://www.yabbforum.com						#
# =========================================================================== #
# Copyright (c) 2000-2005 YaBB (www.yabbforum.com) - All Rights Reserved.     #
# Software by: The YaBB Development Team						  #
#		  with assistance from the YaBB community.			     #
# Sponsored by: Xnull Internet Media, Inc. - http://www.ximinc.com		#
#		   Your source for web hosting, web design, and domains.	   #
###############################################################################

$germanlngver = 'YaBB 2.1 $Revision: 1.6 $';

%nmn_txt = (
'1' => "Ein neues Mitglied hat sich registriert",
'2' => "Jemand hat sich in Deinem Forum neu registriert.",
'3' => "Der Benutzername lautet: ",
'4' => "Folge dem Link, um das Profil zu betrachten: ",
'5' => "Achtung: Wenn Du die Vorregistrierung nutzt kann es sein, dass der Benutzer seinen Account noch nicht aktiviert hat.",
);

1; 

  

See Ya CasRas
aka RasCas
aka Vip2002
Back to top
 
IP Logged
 
Xavier
Senior Member
****
Offline



Posts: 442
Location: Ipswich
Joined: Apr 5th, 2005
Gender: Male
Re: New Member Notification 1.2 For YaBB 2.1
Reply #7 - Nov 15th, 2005 at 2:30am
Print Post  
New Version available in first post. This includes the German Language Pack thanks to CasRas
  
Back to top
WWWYIM  
IP Logged
 
kibonge
New Member
*
Offline


I love YaBB Foren!

Posts: 15
Location: Burkhardtsdorf
Joined: Sep 15th, 2003
Gender: Male
Re: New Member Notification 1.2 For YaBB 2.1
Reply #8 - Nov 16th, 2005 at 8:39am
Print Post  
after the installation i become a error

Quote:
String found where operator expected at ./Sources/Register.pl line 361, near "}", ""
  

first Kenya ........... for ever Kenya
Back to top
IP Logged
 
Xavier
Senior Member
****
Offline



Posts: 442
Location: Ipswich
Joined: Apr 5th, 2005
Gender: Male
Re: New Member Notification 1.2a For YaBB 2.1
Reply #9 - Nov 18th, 2005 at 5:32am
Print Post  
New Zip Pakage in first post. Fixed bug which would cause an error in the register.pl
  
Back to top
WWWYIM  
IP Logged
 
JD_Steele
Guest


Re: New Member Notification 1.2a For YaBB 2.1
Reply #10 - Nov 20th, 2005 at 12:01am
Print Post  
I've installed this mod, but for some odd reason it's not emailing me when someone registers. I know the mail feature on the forum is working because I get my thread notifications and some of my test registrations were to email addresses that get forwarded to my main one. However, no email indicating a new registration. Am I the only one having this problem? Maybe I'm blind and there's something I have to select in the forum setting?

Any help is appreciated. Thanks.

JD
  
Back to top
 
IP Logged
 
JD_Steele
Guest


Re: New Member Notification 1.2a For YaBB 2.1
Reply #11 - Nov 20th, 2005 at 12:10am
Print Post  
I figured out my problem. I had it set to "pre-register" in my forum settings. Alot of us probably will have it set up this way due to the large amount of members signing up with bogus email addresses.

I simply put this code in the pre-register subroutine:

Code
Select All
&sendmail($webmaster_email,"$nmn_txt{'1'}", "$nmn_txt{'2'}\n $nmn_txt{'3'}$member{'username'}\n e'}\n $nmn_txt{'5'}\n");
 



Works like a charm now.

JD
  
Back to top
 
IP Logged
 
Red Barchetta
Guest


Re: New Member Notification 1.2a For YaBB 2.1
Reply #12 - Dec 8th, 2005 at 8:00pm
Print Post  
Ok, so I'm doing something wrong. I've installed the mod, copied the files, and registered a couple of times. I get the password emailed to me, but never the notification once I verify my dummy user. I do not have Pre-registration checked. Any thoughts?
  
Back to top
 
IP Logged
 
multikon
Full Member
***
Offline


Hakuna Matata

Posts: 240
Joined: May 14th, 2003
Re: New Member Notification 1.2a For YaBB 2.1
Reply #13 - Dec 30th, 2005 at 1:44am
Print Post  
Hi

Hmm, Y2.1 with pre-register ...

new user notification dont work ?!


cya
  

beware ... yabb goes wbb ^^
Back to top
ICQ  
IP Logged
 
alexik
Senior Member
****
Offline


gone with the wind

Posts: 275
Location: Lahti
Joined: Dec 20th, 2002
Gender: Male
Re: New Member Notification 1.2a For YaBB 2.1
Reply #14 - Jan 5th, 2006 at 9:01am
Print Post  
It would be nice to have the possibility to choose the receiver of the email.

In one of my projects, there will be one particular Gmod who takes care of registrations, don't want to appoint him to be admin and don't want to deal with each and every registration either.

EDIT: Doesn't seem to work here either Sad

Offtopic: This was my first post in BM in about two years... yikes
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: [1] 2 3 4
Send TopicPrint