Felicia Felicia

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: users page design #1134

    Felicia Felicia
    Buyer
    Post count: 140

    Thanks ok what about filter by user role such as author, contributor etc?

    in reply to: users page design #1132

    Felicia Felicia
    Buyer
    Post count: 140

    Ok thanks it works.

    Can I also filter by user role and make Grid 5 col as the default?

    Thanks

    in reply to: users page design #1129

    Felicia Felicia
    Buyer
    Post count: 140

    Hi Kiran,

    Ok i understand. Is it possible to have a similar css that targets the name in the profile page only, but not the user page?

    thanks

    in reply to: Allow new users to select role #1127

    Felicia Felicia
    Buyer
    Post count: 140
    This reply has been marked as private.
    in reply to: Allow new users to select role #1126

    Felicia Felicia
    Buyer
    Post count: 140

    Hi Alex, I understand the approach, but that will be too troublesome for the users.

    Possible if I use this? I have seen this somewhere, but I do not know how to customise it with mine.

    //Create the user
    $user_id = wp_create_user( $username, $password, $email );
    $user = new WP_User( $user_id );

    //If the user selects vendor set the role to vendor
    if( $_POST[‘user_role’] == ‘vendor’ )
    {
    $user->set_role( ‘vendor’ );
    }
    //Else they are a customer
    else
    {
    $user->set_role( ‘customer’ );
    }

    Could you help with this?

    in reply to: users page design #1124

    Felicia Felicia
    Buyer
    Post count: 140
    This reply has been marked as private.
    in reply to: users page design #1123

    Felicia Felicia
    Buyer
    Post count: 140

    Yes it’s working now thanks.

    But the information isn’t displayed i.e. name. How do I display them?

    in reply to: users page design #1119

    Felicia Felicia
    Buyer
    Post count: 140
    This reply has been marked as private.
    in reply to: users page design #1114

    Felicia Felicia
    Buyer
    Post count: 140
    This reply has been marked as private.
    in reply to: Redirect non-logged in #1062

    Felicia Felicia
    Buyer
    Post count: 140
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 10 total)