"Are you interested?" widget issue

This topic contains 5 replies, has 3 voices, and was last updated by  Kiran 5 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #461110

    Kerrin Sampson
    Expired Member
    Post count: 95

    Is the “Are you interested widget?” supposed to act this way or is there a problem with it? For me it is a problem as it wrongly assumes that the author is going.

    When you create an event and have the “Are you interested widget?” installed it automatically puts the author as “going”. To me this logic is incorrect as although an author may create the event they may not be attending. For my industry there is a high chance that the event author won’t be attending the event and therefore they will have to manually unclick their attendance, that is if they even notice that they have been automatically entered as attending. For me, this widget is best served if the author has to manually click “going” after the event has been created

    #461111

    Kerrin Sampson
    Expired Member
    Post count: 95
    This reply has been marked as private.
    #461174

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    I can see what you mean about V1. Even if the author of the post is changed, the original author of the listing is still listed as “Im in”

    This has been changed in V2 and you should convert to V2 if this is an important part of your business.

    I have flagged the question for the developers and they will let us know if a they can get a fix into V1, but, since this has already been addressed in V2 that is the way to go.

    https://wpgeodirectory.com/try-geodirectory-v2/

    #461272

    Kiran
    Moderator
    Post count: 7069

    Hello Kerrin,

    Add following code snippet to skip author from auto adding to attendee.

    
    
    /*
     * Prevent author from auto attend.
     */
    function gd_snippet_init_20190103() {
    	remove_action( 'wp_insert_post', 'geodir_ayi_rsvp_add_on_event_creation', 10, 3 );
    }
    add_action( 'init', 'gd_snippet_init_20190103', 100 );

    Kiran

    #461287

    Kerrin Sampson
    Expired Member
    Post count: 95
    This reply has been marked as private.
    #461289

    Kiran
    Moderator
    Post count: 7069

    Code snippets can be placed in child theme functions.php or via snippet plugin. We recommend to use snippet plugin to place snippets. See https://wpgeodirectory.com/docs/useful-plugins/#snippets

    Kiran

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket