1
Dolorian
Registration Method
  • 2005/2/17 7:29

  • Dolorian

  • Just popping in

  • Posts: 6

  • Since: 2005/2/17


Hi,

i was just wondering, is there a way to change the registration method of a new user. I installed XOOPS on the local server, but there is no SMTP.
When a new user redisters i want to become a PM as it were a mail and activate the user from there.
Any hints from similar hack or module ?

2
Mithrandir
Re: Registration Method

Activation by webmaster
register.php line 241-242
le="color: #000000"><?php $xoopsMailer =& getMailer(); [d]$xoopsMailer->useMail();[/d] $xoopsMailer->usePM();


Notification on user registration
register.php line 265-266
le="color: #000000"><?php $xoopsMailer =& getMailer(); [d]$xoopsMailer->useMail();[/d] $xoopsMailer->usePM();

3
Dolorian
Re: Registration Method
  • 2005/2/17 9:31

  • Dolorian

  • Just popping in

  • Posts: 6

  • Since: 2005/2/17


Thanks for the immediate support !
It's however oddly, there is no such option in the admin settings.

4
Dolorian
Re: Registration Method
  • 2005/2/17 15:53

  • Dolorian

  • Just popping in

  • Posts: 6

  • Since: 2005/2/17


I changed the above lines. When a new user registers a blank page (register.php) comes out by pressing 'Finish' button. I don't recieve any PM. I turned on the PHP debugging from the admin panel, but it didn't produce any errors. The page is actually not blank:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1251"></HEAD>
<BODY></BODY></HTML>


The options in the admin panel are:

Notify by mail when a new user is registered? - Yes (i tried with 'No' too)
Select group to which new user notification mail will be sent - Webmasters
Select activation type of newly registered users - Activation by administrators

Login

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits