• 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: Don't want to show week numbers in the frontend?

Don't want to show week numbers in the frontend? 14 years 2 weeks ago #13326

  • colatm
  • colatm's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
So I searched and searched and couldn't find a way to just say "No" to showing the week numbers in the frontend calendar view for my J1.6 install.

I finally figured out a way to do it. maybe this will help someone.

File: "/j1.6/components/com_rsevents/helpers/calendar.php"
Line 557, change the '1' to '0'
$show_week = $params->get('sweek','0');

You can also change those other lines value's to 1 or 0 to further customize.

Hope this helps someone.
The administrator has disabled public write access.

Re:Don't want to show week numbers in the frontend? 14 years 2 weeks ago #13373

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

Note that this is actually a configuration option, available in the RSEvents! calendar menu item configuration.
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!