Events Made Easy Forums Bug fixed or feature request implemented Couple questions with eme_get_events_list

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #43148
    Anonymous
    Inactive

    Hi!

    Events Manager Extended is great solution for events and calendars but I have little problems and don’t know how to resolve it. I use template api tags to get list of my events with these args shown below:

    eme_get_events_list(“limit=0&scope=this_week&showperiod=daily&order=ASC”)

    and first problem is that list of generated events shows Sunday as first day of week but my wordpress setting is Monday. Calendar shows Monday as first day of week but List of Events shows Sunday… Why? How to resolve it? Does somebody encounter this problem?

    Second question is how do I get day of the week after day of the month when I use “showperiod=daily”? For example I need to get “27 Jun, Monday” and “28 Jun, Tuesday” inside li class=”eme_period”

    <ul class="eme_events_list">
    <li class="eme_period">27 Jun, Monday</li>
    <li><b>15:00</b> Event 01</li>
    <li><b>18:00</b> Event 02</li>
    <li class="eme_period">28 Jun, Tuesday</li>
    <li><b>12:00</b> Event 01</li>
    <li><b>16:00</b> Event 02</li>
    <li><b>19:00</b> Event 03</li>
    </ul>

    Thanks!

    #48003
    Franky
    Keymaster

    scope=this_week probably doesn’t take your setting concerning “start day of week” into account. So I’ll move this to bugs.

    For the list setting when using showperiod=daily: it’s a general wordpress setting there, you can configure it in the “General” settings of wordpress

    #48004
    Franky
    Keymaster

    this_week should now take the shift into account, please test the current devel version: http://downloads.wordpress.org/plugin/events-manager-extended.zip

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top