• lilywinkle

    (@lilywinkle)


    when you hover over a future event on the event calendar, it tells you the event as well as the time you post, such as “thanksgiving @8:45 pm”

    i want to know how i can get it to not show the time i post. i want to be able to just make it show the subject so that i can have it say “thanksgiving 12AM-3PM”

    i saw this done at atourworst.org. can anyone help me?

Viewing 9 replies - 1 through 9 (of 9 total)
  • vkaryl

    (@vkaryl)

    Did you enquire of the plugin author? Were there some docs on the author’s site about this sort of customization?

    Thread Starter lilywinkle

    (@lilywinkle)

    i got the plugin here: https://blog.firetree.net/2005/07/18/eventcalendar-30/

    i looked through the readme file and the questions asked on his site but found nothing to answer my question.

    Beel

    (@beel)

    You would have to edit the core file not to do that. Set the timestamp to 10 a.m. if you don’t want to delve into the plugin and remove the time post in the link title.

    Thread Starter lilywinkle

    (@lilywinkle)

    i would like to edit the core file, however i don’t know how because i’m not good with such things.

    i found on his site that you can make it do what i want if the events are listed, but i want them shown in the calendar. his event customization goes like this:
    <?php ec3_get_events(5,'%TITLE% (%TIME%)',
    'úTE%:','l, F j'); ?>

    i tried doing that with the calendar but couldn’t.

    Thread Starter lilywinkle

    (@lilywinkle)

    i did it! ha! lol. i edited the core file on my own and i got it. thank you thought. ??

    Beel

    (@beel)

    Don’t never say I didn’t do nothing for ya no how ?? On line 502 of the plugin, uncomment the line like this:

    // $safe_title.=’ @’.$time;

    At least that looks like it would be the line.

    Thread Starter lilywinkle

    (@lilywinkle)

    that’s exactly what i did ??

    Beel

    (@beel)

    yeah, I saw, after I hit “enter”, you had made a post.

    Thread Starter lilywinkle

    (@lilywinkle)

    lol. well thank you for the help, i appeciate it. ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘don’t show time on event calendar’ is closed to new replies.