• 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: Joomla module rendered in User Email, possible?

Joomla module rendered in User Email, possible? 3 months 3 weeks ago #43195

Hi

I'm building a website for a young local musician - www.miareedmusic.com/

I want to include a Joomla module in the User Email that lists her next live dates, is that possible?

Roy
The administrator has disabled public write access.

Joomla module rendered in User Email, possible? 1 week 4 days ago #43452

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 564
  • Thank you received: 102
Hello,

You can take the following steps:

- add a PHP code in the 'Script called before the User Email is sent.', (while editing a form > Form Properties > PHP Email Scripts) for example:
$userEmail['text'] = JHtml::_('content.prepare', $userEmail['text']);

- add the following placeholder in your User Email message:
{loadmoduleid xxx}
Whereas xxx would be the ID of your Joomla! Module. Note that the module needs to be assigned on all pages, on a custom template position.
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!