Skip to main content

Home/ Wordpress/ Group items tagged Admin

Rss Feed Group items tagged

1More

WordPress › Dashboard Tweaks « WordPress Plugins - 4 views

  •  
    "A list of the tweaks included in the Dashboard Tweaks plugin: - change the WordPress logo in the top-left of the admin bar with a custom admin logo - link that logo to the home URL instead of the new wp-admin/about.php - remove the entire sub-menu with links to Codex, forums and what not - remove the Visit Site sub-menu under the site's name - change "Howdy" into "Welcome back" - add a special favicon for the Dashboard only (ideally different from the frontend, but up to you) - change the tab title into a standard "Dashboard of [sitename]" - remove icons in front of Dashboard menus - reduce page heading size - remove publish icon of Add new Post/Page screens - add colored background to sidebar active sub-menu to add contrast - add colored background to activated plugins to add contrast - add custom footer text"
1More

WordPress › Peter's Login Redirect « WordPress Plugins - 0 views

  •  
    "Redirect users to different locations after logging in and logging out. Define a set of redirect rules for specific users, users with specific roles, users with specific capabilities, and a blanket rule for all other users. Also, set a redirect URL for post-registration. This is all managed in Settings > Login/logout redirects. You can use the syntax [variable]username[/variable] in your URLs so that the system will build a dynamic URL upon each login, replacing that text with the user's username. In addition to username, there is "userslug", "homeurl", "siteurl", "postid-23", "http_referer" and you can also add your own custom URL "variables". See Other Notes / How to Extend for documentation. If you're using a plugin such as Gigya that bypasses the regular WordPress login redirect process (and only allows one fixed redirect URL), set that plugin to redirect to wp-content/plugins/peters-login-redirect/wplogin_redirect_control.php and set the relevant setting to "Yes" at the bottom of the Settings > Login/Logout redirects page in the WordPress admin panel. You can add your own code logic before and between any of the plugin's normal redirect checks if needed. See Other Notes / How to Extend for documentation. Some examples include: redirecting the user based on their IP address; and redirect users to a special page on first login. This plugin also includes a function rul_register that acts the same as the wp_register function you see in templates (typically producing the Register or Site Admin links in the sidebar), except that it will return the custom defined admin address. rul_register takes three parameters: the "before" code (by default ""), the "after" code (by d"
1More

Kerry Webster» Branded Admin for WordPress 2.7 Released - 0 views

  •  
    'Branded Admin' Plugin for WordPress 2.7. WordPress 2.7 actually made this plugin much easier to implement. There are a few css restrictions based on the height values of the image used in the header & padding values in the css. I will explain them below. One of the things I would like to implement in a future version is an admin page for settings so that the css and php files will not have to be editied manually.
1More

Seguridad WordPress: Añadir un pestillo a WordPress para evitar acceso - 0 views

  •  
    " Un archivo .htaccess que es el que hará de pestillo. Cuando tenga el punto delante(.htacess) estará echado. Cuando no tenga el punto(htaccess) estará quitado. Un archivo close.php que es el que determinará que acción realizar cuando intenten entrar cuando el pestillo esté echado. Un archivo opcional close.html, por si queremos mostrar una página html como respuesta. Montaje Creamos el archivo .htaccess en el directorio /wp-admin/ de nuestro WordPress. Su contenido será el siguiente Archivo /wp-admin/.htaccess Apache RewriteEngine on RewriteBase /wp-admin/ RewriteCond %{REQUEST_FILENAME} !^(.+)\.(css|js)$ RewriteCond %{REQUEST_FILENAME} !^(.+)\.(gif|jpg|jpeg|png|ico)$ RewriteCond %{REQUEST_FILENAME} !^(.+)\.(eot|svg|ttf|woff)$ RewriteRule ^(.+)$ close.php [NC] "
1More

WordPress › Support » I want to create more than one Super Admin. Is that pos... - 1 views

  •  
    "I want to create more than one Super Admin. Is that possible?"
2More

WordPress › Support » Cannot delete default admin user in multisite - 0 views

  • It's fixed in WordPress 3.6
  •  
    "[resolved] Cannot delete default admin user in multisite"
1More

Everything You Need to Know About Wordpress Admin Themes - 0 views

  •  
    If you're not happy with the look of your dashboard in WordPress, don't worry, there great solutions available. Why not make use of WordPress admin themes.
1More

How to Change WordPress Default Username for Security | TiPS4BLOG - 0 views

  •  
    If you don't set an admin username at the time of installation, by default WordPress set username as the Admin. This will throw you in risk because hackers know very [...]
1More

Redirección de usuarios a páginas personalizadas al registrarse en WordPress - 0 views

  •  
    "// --------------------------------- // Redirección de registro (login) // según el tipo (rol) de usuario. // --------------------------------- function mytheme_custom_login_redirect($redirect_to, $request, $user) { global $user; if ( isset( $user->roles ) && is_array( $user->roles ) ) { // Si es un usuario administrador // le redirigimos a la página de gestión de plugins if ( in_array( 'administrator', $user->roles ) ) return home_url( '/wp-admin/plugins.php' ); // Si es un usuario con permisos de editor // le enviamos a la página de gestión de entradas. elseif ( in_array( 'editor', $user->roles ) ) return home_url( '/wp-admin/edit.php' ); // Y a todos los demás usuarios // les redirigimos a la página de inicio de la web. else return home_url(); } else { return $redirect_to; } } add_filter( 'login_redirect', 'mytheme_custom_login_redirect', 10, 3 );"
1More

the Idea Shower » » Wordpress Plugin: Extra Comment Fields - 0 views

  •  
    This Wordpress plugin allows you to add additional fields for users to complete when submitting a comment. The extra data will be saved in the wp database and can be retrieved when showing a post's list of comments. The extra comment variables will show up in the list of comments in your Wordpress admin and are editable through the standard admin comment edit page.
1More

Admin Menu Editor - 0 views

  •  
    Lets you directly edit the WordPress admin menu. You can re-order, hide or rename existing menus, add custom menus and more.
1More

Admin Menu Tree Page View - 0 views

  •  
    Get a tree view of all your pages directly in the admin menu. Search, edit, view, re-order/sort and add pages - all with just one click away!
1More

WordPress › MG Parallax Slider « WordPress Plugins - 0 views

  •  
    "Create parallax slider for your website. It provide ultimate admin panel for slide customizaton. "We provide two ways for creating slider." Create parallax slider for your website. It provide ultimate admin panel for slide customization."
1More

WordPress › Participants Database « WordPress Plugins - 1 views

  •  
    "Build and maintain a fully customizable database of participants, members or anything with signup forms, admin backend, custom lists, and CSV support. This plugin offers all the functionality needed to build and maintain a database of people. The database is fully configurable, allowing you to define all the fields of information you want to store for each record. The records can be entered individually in the WordPress admin section, imported with a CSV file, or let the individuals themselves create their own record. Display lists of records can be sorted and filtered by any field, and the result exported as a CSV file."
1More

Agregar opciones en menú admin bar de WordPress - 0 views

  •  
    En este artículo os voy a mostrar cómo agregar opciones en menú admin bar de WordPress.
2More

How to remove menus in WordPress dashboard - 6 views

  • function remove_menus () { global $menu; $restricted = array(__('Dashboard'), __('Posts'), __('Media'), __('Links'), __('Pages'), __('Appearance'), __('Tools'), __('Users'), __('Settings'), __('Comments'), __('Plugins')); end ($menu); while (prev($menu)){ $value = explode(' ',$menu[key($menu)][0]); if(in_array($value[0] != NULL?$value[0]:"" , $restricted)){unset($menu[key($menu)]);} } } add_action('admin_menu', 'remove_menus');
  •  
    Remove Admin Menu Items
2More

WordPress › Codestyling Localization « WordPress Plugins - 0 views

  •  
    You can manage and edit all gettext translation files (*.po/*.mo) directly out of WordPress Admin Center without any need of an external editor.
  •  
    "You can manage and edit all gettext translation files (*.po/*.mo) directly out of WordPress Admin Center without any need of an external editor. "
1 - 20 of 77 Next › Last »
Showing 20 items per page