ozks
Forum Replies Created
-
@chiefalchemist
thank you very much, it really works with:
$wp_admin_bar->remove_menu(‘wpseo-menu’);gracias…
danke…
mercy…
grazie…Forum: Plugins
In reply to: [Theme My Login] after activate an account, try to login, and doesn't work?hi me again.
everything now works perfect
what a do?
i change the custom user email, i think the mail a put its what makes everything slow. custom email defaultsolved – sorry about that 🙂
Forum: Plugins
In reply to: [Theme My Login] Theme My Login 6.3.3hi i’m very happy with the plugin!
and i always edited “userpanel.php” to show the user role if is editor, admin, etc
and i wondered? can you make some option to display the user role, with a checkbox? and something to change the names to another lenguage. example Editor for Administrador…here is the code i use to make that
<?php $user_roles = $current_user->roles; $user_role = array_shift($user_roles); if ($user_role == 'administrator') { echo ' ►Administrador'; } elseif ($user_role == 'editor') { echo ' ►Moderador'; } elseif ($user_role == 'author') { echo ' ►Autor'; } elseif ($user_role == 'contributor') { echo ' ►Colaborador'; } elseif ($user_role == 'subscriber') { echo ' ►Suscriptor'; } else { echo '<strong>' . $user_role . '</strong>'; } ?>Forum: Reviews
In reply to: [Extra Authors Redirect] New more infonew more info! instead need more info. thats what i wrote? i must have been hi that day…
thank you…Forum: Plugins
In reply to: [Centrora WordPress Security™] Banner Moveresolved
Forum: Plugins
In reply to: [Centrora WordPress Security™] Banner Movehi osexcel!
thank you…Forum: Plugins
In reply to: [User Avatar] Doesn't work after image cropi crop the image and then just show me a blank square.
my problem was the plugin user role, i unmark upload files for all the users