Gurdeep Sandhu

Forum Replies Created

Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • in reply to: Links taking the contributor to wp backend. #1371508
    Gurdeep Sandhu
    Participant

    Hi Cliff, any more news about this issue.

    in reply to: Event form – Image submission #1364301
    Gurdeep Sandhu
    Participant

    In the first event image case, customer needs to add a new event image again, can`t use old image from wp image lib. It has only upload option,

    not option like they get when to add a ticket image where organiser get two option, one to upload and other to reuse their images already uploaded.

    so the solution will work just for the second. This is one way not logical, why option in one case and not in other on the same form.

    in reply to: Event form – Image submission #1363639
    Gurdeep Sandhu
    Participant

    Here is the solution for part two atleast. Paste this code, into your theme’s functions.php file (or a plugin file).

    add_filter( 'ajax_query_attachments_args', 'show_users_own_attachments', 1, 1 );
    function show_users_own_attachments( $query ) 
    {
     $id = get_current_user_id();
     if( !current_user_can('manage_options') )
     $query['author'] = $id;
     return $query;
    }
    in reply to: Ticket Fieldsets #1362277
    Gurdeep Sandhu
    Participant

    So in other words, this particular feature is useless, because the full idea behind the community event plugin is to be able to do thing in the frontend without going to backend, for the organiser.

    Other issue which i have already posted if it can be fixed soon, would be appreciated. It is not a very complicated issue as you have the solution , someone has to fix the template file for “my events” and direct the organiser to the right page.

    https://theeventscalendar.com/support/forums/topic/links-taking-the-contributor-to-wp-backend/

    in reply to: Organiser cannot edit their profile or venue #1359408
    Gurdeep Sandhu
    Participant

    This reply is private.

    in reply to: Organiser cannot edit their profile or venue #1359365
    Gurdeep Sandhu
    Participant

    This reply is private.

    in reply to: Organiser cannot edit their profile or venue #1358715
    Gurdeep Sandhu
    Participant

    This reply is private.

    in reply to: Organiser cannot edit their profile or venue #1358604
    Gurdeep Sandhu
    Participant

    1. Yes its right what you have described.

    However, while on the Event edit form, the “Edit” button won’t appear unless they deselect it and re-select the same one, in which case it’ll take them to the wp-admin editor. We logged this newly-discovered bug.

    Going back to wp-admin is a issue. Organiser should be able to edit this on the front end.

    2. And their needs a one more field for description of the organiser.

    3. And on edit form i have to click some other user and back to the organiser i created, then the edit links appears.

    Same problem with edit venue which i have created.

    in reply to: Organiser cannot edit their profile or venue #1357255
    Gurdeep Sandhu
    Participant

    I have done all what you wrote above.

    1. I don’t think you got the point. The Organiser submits a event, and then when they want to edit there organiser profile, the link takes them to wp-admin. Purpose is to not to take them to the back admin.

    They have permission to edit their venue and organiser profile, but not to go to wp-admin, and it should be possible in the frontend not backend.

    in reply to: Month View says, "No Events Found" #1351688
    Gurdeep Sandhu
    Participant

    ok it is working again after the upgrade thanks.

    in reply to: Month View says, "No Events Found" #1351684
    Gurdeep Sandhu
    Participant

    I have the same problem.

    in reply to: Community Ticket Plus #1349417
    Gurdeep Sandhu
    Participant

    Ok i have bought the bundle. Lets me see where i can reach. Thanks for your help.

Viewing 12 posts - 16 through 27 (of 27 total)