• 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: Delete "1 event" in module

Delete "1 event" in module 10 years 3 months ago #29951

  • maila
  • maila's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Hi!

In the module for showing the calendar for RS!Events it says "1 event - the name of the event". I would like to not show "1 event" but I´m not sure where in the code I should change? I tried but then it didnt show either "1 event" or the name of the event.

Thanks in advance!

Regards,
Linda
The administrator has disabled public write access.

Delete "1 event" in module 10 years 3 months ago #29954

  • adrianp
  • adrianp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 631
  • Thank you received: 146
Hello,

The tooltip details are returned by the following function:

getDetailsSmall()

Which is declared within the following file, located under this path:

\modules\mod_rseventspro_calendar\helper.php

You'll have to remove this snippet from the function:
$count = count($ids);
$details = $count.' ';
$details .= JText::plural('COM_RSEVENTSPRO_CALENDAR_EVENTS',$count);
$details .= '::';
This is not official customer support. To receive your support, submit a support ticket here.
The administrator has disabled public write access.

Delete "1 event" in module 10 years 3 months ago #29957

  • maila
  • maila's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
It works! :cheer:

Thanks a lot!
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!