All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

How to display next day's event?

Y 3 Apr 2013 18:37 question, complete

For Example - while posting a newsletter on April 2 , we want events to be displayed from next day, April 3 onwards? the code below displays events from April 2 onwards

code used

{exp:low_events:entries channel="event" show_active="no" show_passed="no" unit="upcoming" status="not closed" disable="member_data|categories|category_fields|pagination" category="44|161"}

Replies

  1. Low 3 Apr 2013 18:47

    You'd have to use a custom date range. For example:

    unit="custom" date="tomorrow;+10 years"

  2. Y 3 Apr 2013 20:32

    Thanks. I tried it but it does not seem to be working. The code im using is

    {exp:low_events:entries channel="event" show_active="no" show_passed="no" unit="upcoming" unit="custom" date="tomorrow;+5 days" category="44|161"}

    Is this the correct way to write ?

    I also tried including - unit="custom" date_from="+1 day" - that did not work either!

    Please help. Thanks.

  3. Low 3 Apr 2013 20:39

    What version of Low Events are you using? The unit="custom" was added to version 1.1.2.

  4. Y 3 Apr 2013 21:00

    We are using 1.0.4 . Is there a work around with this version?

  5. Low 3 Apr 2013 21:08

    Not without enabling PHP in your template and manually calculate the date for tomorrow and populating the date="" param with that value and explicitly setting unit="upcoming". I'd recommend upgrading.

  6. Y 3 Apr 2013 21:36

    Is there an upgrade link I can use?

  7. Low 3 Apr 2013 21:39

    Where did you buy your copy of Low Events?

  8. Y 4 Apr 2013 15:56

    I did not purchase the product myself. Trying to find out the details from my organization. But thanks a lot for your prompt reply.

    Before i get the information could you tell me how i can display weekly events? for example events that occur every wednesday orFriday? Can i do it with the current version (1.0.4) ?

  9. Low 5 Apr 2013 06:25

    Low Events doesn't support recurring events.

  10. Y 5 Apr 2013 18:36

    I believe the software was bought at Low. Could you check please for an account name - Housingworks?

  11. Low 7 Apr 2013 08:44

    I have no record of a member 'housingworks', neither in username or email. Please email me your license key for further assistance.

  12. Y 8 Apr 2013 14:07

    Could you check for the name Keith Mancuso ? He is the one who bought the software. I will check with him for the license key. thanks a lot for the help.

  13. Y 8 Apr 2013 15:09

    Never Mind , I understand it was bought at Devot-ee. Thanks.

  14. Y 10 Apr 2013 18:55

    Hi, to upgrade software , should I copy the downloaded folder to the existing location and over write the existing Low events folder?

  15. Y 10 Apr 2013 19:14

    I copied the files and replaced the existing files but did not see a link to run the upgrade under Add on -- Modules? Could you please help?

  16. Low 10 Apr 2013 19:41

    There's a "Run Module Updates" button on the top-right of the Addons -> Modules screen, as mentioned in the upgrade instructions. Use that and you should be fine.

  17. Y 10 Apr 2013 20:11

    It worked. Thank you so much.