Giri

Forum Replies Created

Viewing 15 posts - 166 through 180 (of 185 total)
  • Author
    Posts

  • Giri
    Expired Member
    Post count: 3155

    Can you download and try the latest addon?

    We released new version yesterday.

    Thanks

    in reply to: Social Login not working #142

    Giri
    Expired Member
    Post count: 3155

    Yes twitter don’t provide email. Thats why we have additional settings in each network setting page.

    Check “Let the user enter email?” in twitter setting page.

    That will ask the user to enter email

    in reply to: Social Login not working #140

    Giri
    Expired Member
    Post count: 3155
    This reply has been marked as private.
    in reply to: Social Login not working #137

    Giri
    Expired Member
    Post count: 3155

    Hi I have fixed a bug yesterday and new version of social login released yesterday. Its available in our downloads section. Please download it and try. Let me know if you still face any problem.

    Thanks

    in reply to: Social Login not working #132

    Giri
    Expired Member
    Post count: 3155

    Can you post your wp-admin and ftp credentials?

    Thanks

    in reply to: User's page – comments invoice tabs/results #129

    Giri
    Expired Member
    Post count: 3155

    Hi,

    Like I mentioned earlier the count also includes unpublished comments. I modified the code.

    So now the count uses only the approved comments.

    If you want you can replace this function with the following code.

    https://github.com/UsersWP/userswp/blob/master/includes/helpers.php#L68

    
    
    function uwp_comment_count($user_id) {
        global $wpdb;
    
        $count = $wpdb->get_var('
                 SELECT COUNT(comment_ID)
                 FROM ' . $wpdb->comments. '
                 WHERE user_id = "' . $user_id . '"
                 AND comment_approved = "1"
                 AND comment_type NOT IN ("pingback", "trackback" )'
        );
        return $count;
    }

    Let me know if that fixes your issue.

    in reply to: User's page – comments invoice tabs/results #119

    Giri
    Expired Member
    Post count: 3155
    I updated via UsersWP and the comment count is still off (shows 6 comments, but there is only 1), and there is nothing under invoices, even though there are 6 invoices under this acct.

    It seems like it includes unpublished comments too. I’ll make it to display only the published comments. Thanks for reporting.


    Giri
    Expired Member
    Post count: 3155

    Could you explain where you are planning to add the link?.

    If you want php code, then this is the function that builds the url

    uwp_build_profile_tab_url()
    in reply to: Security Issue #116

    Giri
    Expired Member
    Post count: 3155

    Only admin can control the tab display.

    UsersWP -> Profile -> Choose the tabs to display in Profile

    in reply to: Security Issue #112

    Giri
    Expired Member
    Post count: 3155

    Hi Jonathan,

    Those privacy settings are available in our “UsersWP Roles” addon.

    Plugin is under review by stiofan. He will release the plugin next week. Thanks for your patience.

    in reply to: Issue with Profile page #102

    Giri
    Expired Member
    Post count: 3155

    🙂

    in reply to: Issue with Profile page #100

    Giri
    Expired Member
    Post count: 3155

    Did you have any chance to look at the issue with the fields on the Manage Register Form Fields tab of the form builder?

    Forgot to mention, thats not a bug. All defaults field is already added to your form. Only pending register form fields will be listed there.

    If you add a new field and then check the “Include in register form” option then that field would appear there.

    in reply to: Issue with Profile page #98

    Giri
    Expired Member
    Post count: 3155

    Hi there, We published the plugin in wp.org just now.

    https://wordpress.org/plugins/userswp/

    Please use that plugin. That fixes the “show in what locations” and the profile popup issues.

    Thanks

    in reply to: 4 important features I miss #85

    Giri
    Expired Member
    Post count: 3155

    We have not relaesed the addons yet. Addons are under review. Stiofan review the plugins and then release it one by one.

    I’ll check the bugs you mentioned.

    At the moment users can login only with username. I’ll fix that in future versions.

    Thanks

    in reply to: GeoDirectory addon question #84

    Giri
    Expired Member
    Post count: 3155

    Hey there, Its not possible to add a listing from profile. Our GD integration addon does the same thing what our “geodirectory buddypress integration” addon does with buddypress. It adds GD related tabs.

    Most likely you have added those “Add Listing” links in the main menu. So adding it in the profile not making any sense.

Viewing 15 posts - 166 through 180 (of 185 total)