Unfortunately, the username and password you have entered do not match!

Registration

Unfortunately, this username is already taken!

Unfortunately, this e-mail address is already used!

Please retype the verification code.

All fields are required

Events Today

Welcome, Guest
Username Password: Remember me

Events Today
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Events Today

Events Today 2 years, 7 months ago #7703

Hi,

I want to display a list of events that are happening today, rather than between fixed dates.
Is there any way in the upcomingevents module to make the display date a variable 'today' rather than manually changing it?

Thanks

Re:Events Today 2 years, 7 months ago #7728

Please can anyone help me on this? I really need to be able to do this to save me having to manually change the display date on each of my modules everyb day!

If necessary I would consider an additional donation on top of the license fee I have already paid.

Thanks

Re:Events Today 2 years, 7 months ago #7729

  • bogdan
  • NOW ONLINE
  • Moderator
  • Posts: 111
Hello ,

Here i will let you know how to change the upcoming events module to show only the events from today :

go to /modules/mod_rsevents_upcoming/helper.php

at line 29 please enter :

 
$today = strtotime(date('m/d/Y',time()));
 


after delete line 44 and 45 and paste in this code :

$where .= " AND (e.EventStartDate < ".$today." AND e.EventEndDate > ".$today.") OR (e.EventStartDate >= ".$today." AND e.EventStartDate <= ".($today+86399).")";


Now , you will see all the today events that run by this rules :
- events started in the past(earlier than yesterday 23:59) and haven't finished till today 00:00
- events started today 00:00 to 23:59
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here

RSJoomla! Development Team
Last Edit: 2 years, 7 months ago by bogdan.

Re:Events Today - SOLVED 2 years, 7 months ago #7731

bogdan - THANK YOU!

That worked perfectly - your help is very much appreciated.

Jammin
Last Edit: 2 years, 7 months ago by bogdan.

Re:Events Today - SOLVED 6 hours, 1 minute ago #0

Hello,
This is an automatically generated message.
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 wish to receive our 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: http://www.rsjoomla.com/support-policy.html.

Thank You!
PLEASE NOTE: This topic is NOT locked and you can add replies to it. Other users are free to reply as well. This message has been generated by a bot and has no effect on the topic whatsoever.
Last Edit: 2 years, 7 months ago by bogdan.
  • Page:
  • 1
Moderators: alex, alexp, octavian, bogdanc, andreic
Time to create page: 0.80 seconds
Feedback