• 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: Print Subscription for an event

Print Subscription for an event 11 years 7 months ago #24738

  • Arphaxad
  • Arphaxad's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
Hello,
How can I print a list of subscriptions to an event?
Thank You
The administrator has disabled public write access.

Print Subscription for an event 11 years 7 months ago #24740

Hello Arphaxad,

This can be achieved by using the RSEvents!Pro Attendees module, which you can find in our downloads area > RSEvents!Pro > view all plugins and modules > RSEvents!Pro Files > Modules > Attendees Module for Joomla! 2.5 & 3.0
Please remember that my responses aren't considered customer support, to receive customer support please submit a new customer support ticket, and we will gladly assist you.

Best Regards,
Cristian Nicolae.
The administrator has disabled public write access.
The following user(s) said Thank You: Arphaxad

Print Subscription for an event 11 years 7 months ago #24762

  • Arphaxad
  • Arphaxad's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
Thank You Cristian
The administrator has disabled public write access.

Print Subscription for an event 9 years 5 months ago #33109

  • massageindy
  • massageindy's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 18
  • Thank you received: 2
Is there a module position BUILT into the template for event display to allow this attendees module to display nicely in the event and NOT taking up a right or left position in our main joomla template?
The administrator has disabled public write access.

Print Subscription for an event 9 years 5 months ago #33112

  • massageindy
  • massageindy's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 18
  • Thank you received: 2
Here is what you add to the show.php file to bring in the attendees module (once you assign it to show on ALL PAGES for the position of "attendees". The formating is not pretty, you can figure that out yourself hopefully and share it back with me. BUt it gets the names pulled in and saves a module position from taking up space.

[code type=php-brief]<!-- ATTENDEES MODULE -->




<?php
$modules = JModuleHelper::getModules("attendees");
$document = JFactory::getDocument();
$renderer = $document->loadRenderer('module');
$attribs = array();
$attribs = 'xhtml';

foreach($modules as $mod){

echo JModuleHelper::renderModule($mod, $attribs);
}?>



<!--//end Attendees Module -->[/code]
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!