Support » Plugin: wpForo Forum » opening member profile and hovering mouse over delete button

  • Resolved branhampaul

    (@branhampaul)


    I. Wow! This is serious. As an admin, opening a member’s profile and hovering the mouse cursor over the delete user button (even without clicking) deletes the user, on page reload.

    Two members of my forum were deleted this way; I never intended that.

    How could I resolve this?

    II. What does “Dashboard – Can delete member” in Admin user group settings mean; I ask because I deactivated this yet the delete user button still shows in a member’s profile page.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Support gVectors Dev

    (@gvectorsdevs)

    @branhampaul,
    please double-check the account deletion on a test user, you have missed something as even if you press Delete Account button from User’s wpForo Profile Page, the browser opens a pop-up message with saying: Please confirm you want to do this action?
    Until you don’t press OK button, the user Account won’t be deleted.

    Thread Starter branhampaul

    (@branhampaul)

    Pop-up message was showing before for confirming deletion, now, it does not.

    This time, I am not even clicking, just hovering over, and reloading the profile page deletes the user.

    Thread Starter branhampaul

    (@branhampaul)

    Also, please answer my question on:

    What does “Dashboard – Can delete member” in Admin user group settings mean; I ask because I deactivated this yet the delete user button still shows in a member’s profile page.

    Plugin Support gVectors Dev

    (@gvectorsdevs)

    @branhampaul,
    Dashboard – Can delete member option lets to Delete the User from Dashboard, but don’t forget that Website Admin(WordPress User Role Admin) can delete users from dashboard.
    That Dashboard – Can delete member option won’t work for the admin, as WordPress lets the Admin delete users from the Dashboard.

    Thread Starter branhampaul

    (@branhampaul)

    How do I activate deleting a user only via admin page and not via profile page?

    Plugin Support gVectors Dev

    (@gvectorsdevs)

    @branhampaul,
    Not sure why you want that, but I would recommend you to use User’s wpForo Profiles: Delete user In Dashboard Option, as by using that option you can select what to do with that current user’s content.
    1) Delete it or 2) Assign to another user.

    Plugin Support gVectors Dev

    (@gvectorsdevs)

    @branhampaul,
    if you want to remove one of those field from user’s profile I can give you a CSS Code which will hide them, just provide the Names of those options.

    Thread Starter branhampaul

    (@branhampaul)

    Kindly give me the CSS code to hide “user delete” button from the profile page.

    Thread Starter branhampaul

    (@branhampaul)

    PS. I do not want to be able to delete a user via its profile page but via dashboard alone.

    Thread Starter branhampaul

    (@branhampaul)

    I tested this today again. I further found that the “delete user in dashboard” takes me to the wp dashboard to confirm deletion. This is very fine.

    The problem is the “delete account” icon/link; this is a terrible icon. Simply hovering over it deletes a user.

    Plugin Support gVectors Dev

    (@gvectorsdevs)

    @branhampaul,
    insert the below CSS Code in Custom CSS Code field from Dashboard > wpForo > Settings > Colors & Styles Settings

    #wpforo #wpforo-wrap .wpforo-profile .wpforo-user-actions .wpforo-user-tools a:nth-child(4){
        display: none;
    }
Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘opening member profile and hovering mouse over delete button’ is closed to new replies.