Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to show all events including past and future? #24

Open
sehrish-iftikhar opened this issue Aug 25, 2015 · 0 comments
Open

How to show all events including past and future? #24

sehrish-iftikhar opened this issue Aug 25, 2015 · 0 comments

Comments

@sehrish-iftikhar
Copy link

In event calendar plugin we are using following script

<script type="text/javascript">
            (function ($) {
                'use strict';
                $(document).ready(function ($) {
                    $("#event-calendar-limit<?php echo $rand_id; ?>").eventCalendar({
                        jsonData:<?php echo $event_calendar; ?>,
                        jsonDateFormat: 'human',
                        txt_noEvents: '<?php _e ( 'No results found.', 'events' ); ?>',
                        showDescription: true,
                        eventsLimit:<?php echo $events_limit; ?>,
                        txt_NextEvents: '<?php echo $txt_NextEvents; ?>',
                        monthNames: ["January, ", "February, ", "March, ", "April, ", "May, ", "June, ",
                            "July", "August, ", "September, ", "October, ", "November, ", "December, "],
                    });
                });
            })(jQuery);

        </script>

This shows the upcoming events.We want to show all events including past and future events.Is any parameter exist to show all events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant