Customize files in admin-views folder

Home Forums Ticket Products Event Tickets Plus Customize files in admin-views folder

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1232770
    Pascal Feltrin
    Participant

    Hi,

    With the help of the themer’s guide (https://theeventscalendar.com/knowledgebase/themers-guide) I have been able to customize files like email.php.

    All I had to do was copy the file there :
    /wp-content/plugins/event-tickets/src/views/tickets/email.php
    And put it there :
    /wp-content/themes/mytheme/tribe-events/tickets/email.php

    But here I would like to know how to customize a file in the “admin-views” folder :
    /wp-content/plugins/event-tickets/src/admin-views/meta-box.php

    Is it possible ? If yes, where does the copied file need to be in my theme folder ?

    Thanks

    #1233980
    Nico
    Member

    Hi there Clement,

    Thanks for getting in touch with us on this!

    Unfortunately the ‘template override’ method just works for templates inside ‘src/views/…’ folders of the plugins. We do have an internal ticket to make admin views overridable, but it still doesn’t have a scheduled date. I’ve linked this thread to the ticket, this way you’ll get a heads-up when it’s ready.

    Can you please let me know what you are trying to accomplish? Maybe there’s another way of getting it done.

    Best,
    Nico

    #1234310
    Pascal Feltrin
    Participant

    Hi, thanks or your answer.
    I just wanted to hide some elements and put some custom fields I created. Anyway It’s not a priority for me so It’s not a big deal. I managed to customize a little bit with CSS so it’s ok.

    Thanks,
    Clement

    #1234500
    Nico
    Member

    You are welcome Clement. Indeed I was going to suggest a CSS/JS workaround 🙂

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Customize files in admin-views folder’ is closed to new replies.