Import event without description and picture

Home Forums Calendar Products Event Aggregator Import event without description and picture

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1040547
    Pascal
    Participant

    HI there,
    how can I set what information should be imported. I want only the general information without any pictures and description text of an event.

    Best regards
    Tobias

    #1041291
    Josh
    Participant

    Hey Pascal,

    Thanks for reaching out to us!

    You can take a look at the src > Tribe > importer.php file where the import is defined to determine which sections you would like to remove and utilize the filters there to prevent those from importing.

    For example, you should be able to prevent the image from importing by adding the following to your theme’s functions.php file:

    
    add_filter( 'tribe_fb_event_img', 'remove_facebook_image' );
    function remove_facebook_image() {
    return false;
    }
    

    Let me know if this helps.

    Thanks!

     

    #1076218
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Import event without description and picture’ is closed to new replies.