• 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: Remove "week" column on calendar view?

Remove "week" column on calendar view? 15 years 10 months ago #7749

I'm brand new to RSEvents and am trying to get it quickly set up for a client but wondered: How can I remove the "week" column from the overall calendar view? I am not sure which PHP file in which folder I need to modify and which lines to remove.
Last Edit: 15 years 10 months ago by michael.burgess.
The administrator has disabled public write access.

Re:Remove "week" column on calendar view? 15 years 10 months ago #7765

  • bogdan
  • bogdan's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 122
  • Thank you received: 4
Hello ,

Please edit /components/com_rsevents/helpers/calendar.php

and comment line 490
<?php /* if(!$this->is_module) { ?><th width="3%"><?php echo JText::_('RSE_WEEK'); ?></th><?php } */ ?>

and line 500-502
<?php /* if (!$this->is_module) { ?>
							<td class="week"><a href="<?php echo JRoute::_('index.php?option=com_rsevents&view=calendar&layout=week&date='.date('m/d/Y', $day->unixdate)); ?>"><?php echo $day->week; ?></a></td>
						<?php } */ ?>

Regards!
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here

RSJoomla! Development Team
The administrator has disabled public write access.

Re:Remove "week" column on calendar view? 15 years 10 months ago #7842

hello
i tried the example described above but it didn't work for me, after commenting mentioned lines i get en error and whole site is unavailable(probably due to calendar module on front page):

Parse error: syntax error, unexpected $end, expecting T_FUNCTION in /home/dokukino/public_html/components/com_rsevents/helpers/calendar.php on line 1055


+ lines mentioned in previous post do not correspond to lines in my calendar.php file
The administrator has disabled public write access.

Re:Remove "week" column on calendar view? 15 years 10 months ago #7852

  • bogdan
  • bogdan's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 122
  • Thank you received: 4
Hello ,

Also please try to remove those line codes. In our next revision we will add a option to show/hide the Week column .

Regards!
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here

RSJoomla! Development Team
The administrator has disabled public write access.

Re:Remove "week" column on calendar view? 14 years 11 months ago #10430

  • info123
  • info123's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 1
What are the additional line codes to successfully remove the week column? Is there a global setting for this?

Thank you.

Jason
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!