Disable organizer and venue options

Home Forums Calendar Products Events Calendar PRO Disable organizer and venue options

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27348
    Sandro
    Participant

    Hi,

    I need your help once more! 🙂

    I’d like to disable event venue and event organiser features. I created custom fields, and I’d like to use that for google map, for displaying address, telephone etc.

    I’d like to get rid of orginizers and venue systems completely, I won’t be using that in my project.

    Can I have a little function that removes them?

    #27360
    Jonah
    Participant

    Hi Sandro,

    Your best bet is to just hide things with CSS in the admin. You can do that with one of these snippets:
    http://css-tricks.com/snippets/wordpress/apply-custom-css-to-admin-area/ or http://wp-snippets.com/custom-admin-css/ – then just find the elements you want to hide and use display: none to hide them. http://wordpress.org/extend/plugins/adminimize/ might also help in hiding the actual menu items.

    I hope that helps!

    – Jonah

    #27378
    Sandro
    Participant

    table#event_organizer, table#event_venue {display: none;}

    ok, that is the simplest solution… I was hoping for something cleaner… but anyhow, ty.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disable organizer and venue options’ is closed to new replies.