Photo gallery on profile page? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Asking to recommend a product (plugin, theme, book, hosting provider), tool, library or off-site resource is out of scope of the site, as it attracts opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it. Closed … Read more

Compare post levels and user levels wishlist member

I’m using Wishlist Member plugin and I’m building a function which compares user_levels and post_levels, but I can’t get my function to work: check_user_access($userid, $postid){ // get user_levels $user_levels = WLMAPI::GetUserLevels($userid); // get the post levels $post_levels = WLMAPI::GetPostLevels($postid); // Compare user_levels with post_level $result = array_search($user_levels, $post_levels); if ($result === false) { return false; … Read more

Is there a way to localize role labels?

I’m using Justin Tadlock’s Members plugin to create new roles and WP Role on Registration to display them on the registration form. I’ve got a multilang site (English and Spanish) and I’ve localized my custom taxonomies using qTranslate. I can’t use qTranslate’s quicktags in the Role Label field on the Member’s plugin because it doesn’t … Read more

Remove Ability for Other Users to View Administrator in User List?

(Moderator’s note: Original title was “Remove Admin from User Menu”) I have created a client administrator role which is essentially an Editor with ability to add/remove users. The article “Editor can create any new user except administrator” was excellent in helping keep my new client admin role from editing or creating a True admin user. … Read more