• 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: Action after save

Action after save 10 years 7 months ago #25184

Hi,

I need to connect another database to my RS Membership.
The way that works is after the user register on my website using RS Membership, I need to send the user information to another database. Is there a easy way to do that using RS Membership or a plugin?

IF yes can you send me the documentation file with the API? I tried to search it but I didn't find it.
The administrator has disabled public write access.

Action after save 10 years 7 months ago #25185

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
You could try using the specialized PHP scripting areas for this. More info here:

http://www.rsjoomla.com/support/documentation/view-article/316-memberships.html
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.

Action after save 10 years 7 months ago #25193

We have the same need. The ability to integrate to an external database.

I see you can add custom PHP code after a save. It there a way to add custom code after a cancel, or expiration?

Also what's contained in the variables that are visible inside the custom PHP. So for example $membership we assume it's an array; what are the elements available?

We assume the RS-Membership is RS-Forms Pro friendly. Meaning we can use the RS-Forms and easily integrate with RS-Membership. Is this a correct assumption?
The administrator has disabled public write access.

Action after save 10 years 7 months ago #25197

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
You can easily view the content of the variables by using standard PHP knowledge ( for example var_dump(variable here); die();).. and see if there is anything there that would fit your needs.

There is no direct or built-in integration between RSMembership! and RSForm!Pro.
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!