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
$xoopsMailer =& getMailer();
[
d]$xoopsMailer->useMail();[/d]
$xoopsMailer->usePM();


Notification on user registration
register.php line 265-266
$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:







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

Who's Online

358 user(s) are online (307 user(s) are browsing Support Forums)


Members: 0


Guests: 358


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Nov 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits