Giri

Forum Replies Created

Viewing 15 posts - 121 through 135 (of 185 total)
  • Author
    Posts
  • in reply to: Create new tabs #308

    Giri
    Expired Member
    Post count: 3155
    This reply has been marked as private.
    in reply to: Create new tabs #306

    Giri
    Expired Member
    Post count: 3155
    This reply has been marked as private.
    in reply to: Create new tabs #304

    Giri
    Expired Member
    Post count: 3155

    Privicy link isnt hiding fields selected No
    The Update account button isnt working either when you update the bio field

    I need more detail for this too. Its much easier for me to understand your problem if you can record your problem and post the video here.

    Thanks

    in reply to: Create new tabs #303

    Giri
    Expired Member
    Post count: 3155

    is there a way to add a secret question to the register form and the forgot password page

    Its not possible at the moment. But expect that feature in future releases.

    Thanks

    in reply to: Create new tabs #302

    Giri
    Expired Member
    Post count: 3155

    Yes that works brilliantly however it only takes the 1st fieldset

    Could you elaborate that part? I don’t see any issue in my dev site.

    in reply to: Bio not displaying correctly #301

    Giri
    Expired Member
    Post count: 3155

    Hi there,

    Thanks for reporting.

    I have fixed it. The fix will be available in next version.

    Just remove the -1 in this line.

    Thanks

    https://github.com/mistergiri/userswp/commit/93e801ab36202f0c486dc7337703e8c7892666dc

    in reply to: Create new tabs #291

    Giri
    Expired Member
    Post count: 3155

    Hi Derek, I’m off today due to my local festival. I’ll be back on monday. I’ll look into your issue on monday.

    Thanks

    in reply to: Create new tabs #285

    Giri
    Expired Member
    Post count: 3155

    Hi Derek,

    I added that feature.

    Could you delete the userswp in your site and then download, install the latest from here?

    https://github.com/mistergiri/userswp

    “Show in what locations” setting now has a new option called fieldset. If you select that option for a field, it will appear in the parent fieldset.

    Please test and let me know if you face any issues.

    Thanks

    in reply to: Create new tabs #283

    Giri
    Expired Member
    Post count: 3155

    You cannot display whole fieldset (set of fields) in separate tab at this moment.

    I’m about to work on that feature now. So i’ll let you know once I’m done.

    Thanks

    in reply to: Create new tabs #281

    Giri
    Expired Member
    Post count: 3155
    This reply has been marked as private.
    in reply to: Create new tabs #279

    Giri
    Expired Member
    Post count: 3155

    Hi Derek,

    Guust just clarified that you are talking about userswp fields. Let me check your site whats wrong.

    Thanks

    in reply to: Create new tabs #277

    Giri
    Expired Member
    Post count: 3155

    Hi Derek,

    I hope you are talking about non UsersWP fields when you mean custom tabs.

    Its possible. But it requires some code. You need to add it in child theme functions.php or use code snippets plugin to add the code.

    Here is the sample code.

    
    
    add_filter('uwp_profile_tabs', 'uwp_add_profile_custom_tabs', 10, 3);
    function uwp_add_profile_custom_tabs($tabs, $user, $allowed_tabs) {
        
        $tabs['xxxxx']  = array(
            'title' => 'Hello',
            'count' => 1
        );
        
        return $tabs;
    }
    
    add_action('uwp_profile_xxxxx_tab_content', 'uwp_add_profile_xxxxx_tab_content');
    function uwp_add_profile_xxxxx_tab_content($user) {
        echo "Hello World";
    }

    Replace xxxxx with you tab id. example hello_world

    Hope that helps.

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

    Giri
    Expired Member
    Post count: 3155

    You are welcome 🙂

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

    Giri
    Expired Member
    Post count: 3155

    Yes forbes,

    Its displaying correctly now.

    in reply to: GD_DashBoard #261

    Giri
    Expired Member
    Post count: 3155

    Hi Terry,

    I have added a setting just now for admin notifications. It will be included in next version.

    Thanks

Viewing 15 posts - 121 through 135 (of 185 total)