• Hello,
    I create custom events attributes and now want to modify the layout of the events submission form.

    1) Deactivate some fields and change order
    I don’t want to display location_region and change the order of some data. So I modify location.php and save this in folder of the template. But no change will displayed.
    I compare several times the path, but I think thats correct:
    original: /wp-content/plugins/events-manager/templates/forms/event/location.php
    modified version: /wp-content/themes/Divi/plugins/events-manager/templates/forms/event/location.php

    Any idea why this doesn’t work?

    2) Layout of custom events attributes
    The customs events will be displayed, but how can I modify the layout? I want to display them in the same way as location adress and the other data with a little distance and in the same order. But fields are displayed just next to key-name. Here you can see, the layout: https://www.dropbox.com/s/a7taso7bkk47cc9/CustomAttributes.PNG?dl=0

    Is there also a way to modify the dislayed label of the key?

    I study attributes-public.php but can’t find a way how to do this.

    Thanks for help!
    Gerd

    https://www.ads-software.com/plugins/events-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    1. try to change the template path to /wp-content/themes/Divi/plugins/events-manager/forms/event/location.php

    2. try to use php sort

    Hi ! wpgerd !
    I am not part of support…

    And as always backup your data…

    I have a good success “removing” fields from Admin to lowest level user using
    https://www.ads-software.com/plugins/adminimize/

    It doesn’t really remove them but hides them…

    There is a lot of info to absorb at first with the plugin… but I think you would get the hang of it… You will see options right away to remove items for Events Manager, Events, Locations, etc…

    I just tested it for you question about Regions…
    If you are unfamiliar with Adminimize…
    What you would do… to “hide” Regions…
    Look at (click)
    “Write Options – Events”
    it will scroll down and open those options..

    You won’t find an option to remove “Regions”…
    But here’s the beauty.. You can add it ! At the bottom box..
    “You own Events Options….”
    On the left box give it a name…
    “Remove Regions”
    The right side box Id or Class

    As I gather from your knowledge.. you know how to use Chrome or Firefox Inspector…
    Find the Id for the item…
    In this case… the “input box” for Regions is…
    Id = #em-location-data-region
    Now that will only remove the “Input box”
    But Class = .em-location-data-region
    will remove the whole item.
    Thus…
    Left side box Name —- Right side box the Id or Class
    Remove Regions ———- .em-location-data-region

    Click the Update button !
    Your new “hide” item will be in the list.. and you can “hide” it from whoever you want.

    I have so many options.. custom Taxonomy’s, attributes.. etc… my users would get dizzy if they saw them all on the page to enter info.
    I can “hide” or display which metabox or whatever !

    I don’t have any other “User Role” management plugins activated… this one has been working well for me.. I don’t know if you will have a conflict with other “User Role Managment” plugins.

    Have a great day !

    Robswaimea : Adminimize worked great! Thanks for the suggestion.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Modify Events Submission form’ is closed to new replies.