• Resolved colophonius

    (@colophonius)


    Hi again,

    I’m still working with Events-Manager. And i came across two new problems…

    1)
    I added the events-list to a page using shortcodes to group the list monthly. Now, the headline, listing the months, have the same date format as the table (d. M. Y; e.g: 01. Jan 2012).
    But I’d like the headline to show “January 2012”
    Is this possible?

    2)
    I’m using tags to add the title of the tour to the eventslist. But it allways appears as a link to the page of the tag and i’d like it to be just the txt, without the link.
    Is there a way to disable the link, may be using php?

    thanks and cheers,
    colophonius…

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter colophonius

    (@colophonius)

    i used problem 2) by editing the eventtags.php in line 9 to $tags_list[] = $tag->name;

    that worked well!

    1) yes, you can code that using PHP

    Thread Starter colophonius

    (@colophonius)

    do yo know which php-file i need to change and which entry?

    Thread Starter colophonius

    (@colophonius)

    found it.
    edited em-template-tags.php line 115 to $format = (!empty($args['date_format'])) ? $args['date_format']:'F Y';

    great, does this post is resolved?

    or add date_format to the shortcode and modify as needed (so it stays when you upgrade)

    Thread Starter colophonius

    (@colophonius)

    this seems to be the better solutions. if the update overwrites the other one.
    so this is what i did:
    [events_list_grouped mode="monthly" date_format="F Y"]

    and it works!

    thank you guys alot!

    that’s great.

    Hello!

    I’m having trouble getting the date format to work properly. I;m using the shortcode on my page as follows:

    [events_list mode=’monthly’ limit=10 pagination=1 date_format=’n j Y’]<div class=”dateTime”>#_EVENTDATES
    #_EVENTTIMES </div> <div class=”eventInfo”>#_EVENTLINK
    <i>#_EVENTEXCERPT</i></div> <hr/>[/events_list]

    but the date still show as 13/09/12 format…

    Any ideas?
    thanks,
    rich

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Events Manager] use different date format in Headline / disable tag-lin’ is closed to new replies.