• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: email not from rsevents, but form rsforms?

email not from rsevents, but form rsforms? 14 years 8 months ago #8311

I don't want RSEvents to write Registration or Activation Emails. I'am using RSForms too und I like the Admin und User Emails mutch more. Because I'am able to write Registration Email mutch more Event specific, I can use Scripts and so on.
Is there a way to turn off the RSEvents emailing?

Newbie form Cologne Germany

Eugene
The administrator has disabled public write access.

Re:email not from rsevents, but form rsforms? 14 years 8 months ago #8326

  • oliver
  • oliver's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
I'd also like to know that. In combination RSEvents and RSForms send too many emails.
I would also like to know if you can prevent the user registration...

Oli
The administrator has disabled public write access.

Re:email not from rsevents, but form rsforms? 14 years 8 months ago #8360

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Hello,

this can be done... but this will require a small source code alteration. You will have to edit the components/com_rsevents/controllers/subscriptions.php, and add this on line 251:

if($cid != '1')

right before:

JUtility::sendMail($from , $fromName , $to , $subject , $body , $mode , $cc , $bcc , null , $replyto);

Instead of '1' note that you will have to use the id of your event.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!