Title: Branded Login Screen
Author: Kerry Webster
Published: <strong>29 de gener de 2010</strong>
Last modified: 18 de març de 2014

---

Cerca extensions

![](https://ps.w.org/branded-login-screen/assets/banner-772x250.jpg?rev=876964)

Aquesta extensió **no s’ha provat en les darreres 3 versions majors del WordPress**.
Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat
quan s’usa en versions recents del WordPress.

![](https://s.w.org/plugins/geopattern-icon/branded-login-screen_454545.svg)

# Branded Login Screen

 Per [Kerry Webster](https://profiles.wordpress.org/kwebster/)

[Baixa](https://downloads.wordpress.org/plugin/branded-login-screen.3.2.zip)

 * [Detalls](https://ca.wordpress.org/plugins/branded-login-screen/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/branded-login-screen/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/branded-login-screen/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/branded-login-screen/#developers)

 [Suport](https://wordpress.org/support/plugin/branded-login-screen/)

## Descripció

Features of the Branded Login Screen plugin:

 * FULL SCREEN BACKGROUND IMAGE
 * USE YOUR OWN HEADER IMAGE IN PLACE OF THE WORDPRESS LOGO
 * POSITION LOGIN FORM: LEFT, CENTER OR RIGHT / TOP, MIDDLE
 * LOGIN FORM IS RESPONSIVE FOR SMALLER SCREENS
 * SCROLLING OF FORM IF OUTSIDE OF VIEWPORT
 * BACKGROUND IMAGE SIZES WITH WINDOW RESIZE
 * REPEATING BACKGROUND IMAGES SUPPORTED
 * REMOVES ALL WORDPRESS BRANDING
 * STILL UPGRADE PROOF

## Captures

[⌊Login Form Locations⌉⌊Login Form Locations⌉[

Login Form Locations

[⌊Default Form Location⌉⌊Default Form Location⌉[

Default Form Location

[⌊Repeatable Background Image⌉⌊Repeatable Background Image⌉[

Repeatable Background Image

[⌊Responsive Login Form⌉⌊Responsive Login Form⌉[

Responsive Login Form

## Instal·lació

### Upgrading From A Previous Version

To upgrade from a previous version of this plugin, please uninstall any existing
version of the ‘Branded Login Screen’ plugin and follow the installation instructions
below.

### Installing The Plugin

See «[Installing Plugins](https://codex.wordpress.org/Managing_Plugins#Installing_Plugins)»
article on the WordPress Codex.

## PMF

Find all this information and more at the «[Branded Login Screen How To](http://brandedlogin.kerrywebster.com/branded-login-screen/faq-how-to/)«.

  Q) HOW TO: CHANGE THE LOGIN FORM LOCATION ON YOUR SITES LOGIN PAGE?

A) Go to the Plugins page in the Admin section of the site.

Locate the ‘Branded Login Screen’ plugin entry and select ‘Edit’. This will take
you to the ‘Edit Plugins’ screen with the ‘branded-login-screen.php’ loaded and 
ready to edit.

Scroll down and look for the following line:

    ```
    48    define( 'BLS_LOCATION', 0 );
    ```

On unedited versions of the plugin it is line 48.

Change the value to coordinate with your desired location for the login form.

 * 0 – Middle-center
 * 1 – Middle-left
 * 2 – Middle-right
 * 3 – Top-center
 * 4 – Top-left
 * 5 – Top-right

Click on the ‘Update File’ button below the edit textbox.
 Check the wp-login page
to make sure changes have taken affect.

  Q) HOW TO: CHANGE THE LOGIN HEADER IMAGE?

A) Go to the Plugins page in the Admin section of the site.

Locate the ‘Branded Login Screen’ plugin entry and select ‘Edit’. This will take
you to the ‘Edit Plugins’ screen with the ‘branded-login-screen.php’ loaded and 
ready to edit.

Scroll down and look for the following lines:

    ```
    53    define( 'BLS_HDR_LOGO', 'header.png' );
    54    define( 'BLS_RHDR_LOGO', 'header-sm.png' );
    ```

On unedited versions of the plugin it is lines 53 & 54.

These 2 settings are the full-sized header logo image (BLS_HDR_LOGO) and the responsive
header logo image (BLS_RHDR_LOGO).

The full-sized header is 340px X 87px (w x h). Your image doesn’t have to be that
wide but if it is taller the bottom will be cropped.

The responsive header is the same height but is only 260px wide. Again if it is 
taller or wider it will be cropped.

It is best to make 2 images, one for each mode although if properly laid out, 1 
image could work for both states. If you decide to use one image, you will have 
to make 2 copies and place in the appropriate folders.

The full-sized header logo image should be placed in the following folder:
 ‘/branded-
login-screen/assets/i/logo_main/’

The responsive header logo image should be placed in the following folder:
 ‘/branded-
login-screen/assets/i/logo_responsive/’

If the image names are not the default names ( header.png & header-sm.png ), you
will need to edit lines 53 & 54 mentioned above with the appropriate names.

Click on the ‘Update File’ button below the edit textbox.
 Check the wp-login page
to make sure changes have taken affect.

  Q) HOW TO: CHANGE THE BACKGROUND IMAGE?

A) Go to the Plugins page in the Admin section of the site.

Locate the ‘Branded Login Screen’ plugin entry and select ‘Edit’. This will take
you to the ‘Edit Plugins’ screen with the ‘branded-login-screen.php’ loaded and 
ready to edit.

Scroll down and look for the following lines:

    ```
    50    define( 'BLS_FULL_SCREEN',  true );
    51
    52    define( 'BLS_BG_IMG',       'default-img.jpg' );
    ```

If you are using a full-screen background image simply upload the new image to the
plugins ‘/assets/i/background_image’ folder. If the image has a different name than
on line 52 (default-img.jpg), edit line 52 to match the image name you uploaded.

If you are using a repeatable image for the background, on line 50 change true to
false (no quotes). This will of course require the new image to be uploaded to the‘/
assets/i/background_image’ folder and an edit of line 52 if the image name is not
the same as the image name on that line.

Click on the ‘Update File’ button below the edit textbox.
 Check the wp-login page
to make sure changes have taken affect.

## Ressenyes

![](https://secure.gravatar.com/avatar/f715d717ed0a885574c9334f3f4c58e65884070f53b48f91edcb26df76f55844?
s=60&d=retro&r=g)

### 󠀁[not working anymore](https://wordpress.org/support/topic/not-working-anymore-81/)󠁿

 [Steven](https://profiles.wordpress.org/stevenvdh/) 3 de setembre de 2016

I used this plugin for couple of years on several websites, I loved it. But recently
the plugin doesn’t work anymore, it asn’t been updated anymore since 2 years so 
I suppose that’s the problem. I asked for support already, but no answers, and no
updates neither… I suppose we should be looking for an alternative?

![](https://secure.gravatar.com/avatar/038bf2b4b114ac81e0468eb1d2e87777806a9dd52414739be9ae151e6a24fcc0?
s=60&d=retro&r=g)

### 󠀁[Meh…](https://wordpress.org/support/topic/meh-21/)󠁿

 [Jody Mitoma](https://profiles.wordpress.org/jody-mitoma/) 3 de setembre de 2016

Well, this was almost useless as a plugin. Not so user friendly, hey?

 [ Llegiu totes les 14 ressenyes ](https://wordpress.org/support/plugin/branded-login-screen/reviews/)

## Col·laboradors i desenvolupadors

«Branded Login Screen» és programari de codi obert. La següent gent ha col·laborat
en aquesta extensió.

Col·laboradors

 *   [ Kerry Webster ](https://profiles.wordpress.org/kwebster/)

[Traduïu «Branded Login Screen» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/branded-login-screen)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/branded-login-screen/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/branded-login-screen/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/branded-login-screen/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/branded-login-screen/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 3.2

 * updated .css for newer versions of WordPress
 * updated screenshots for WordPress plugin repository

#### 3.1

 * fixed uninstall.php typo causing php error on uninstall.
 * changed PHP required version from 5.3 to 5.2.4 to match the WordPress requirement.
 * changed readme.txt FAQ and Changelog

#### 3.0

 * ability to move the login screen to 6 positions on the page.
 * responsive header image and responsive login form width.
 * css changes to accomodate differences in WordPress 3.5+. Other minor changes 
   to .css, .js and images.

#### 2.1

 * css changes to accomodate differences in WordPress 3.3. Other minor changes to.
   css, .js and images.

#### 2.0

 * Complete rewrite of the Branded Login Screen version 1.2 (which will be know 
   as Branded Login Screen Classic going forward)

## Meta

 *  Versió **3.2**
 *  Darrera actualització **fa 12 anys**
 *  Instal·lacions actives **300+**
 *  Versió del WordPress ** 3.3 o posterior **
 *  Provada fins a **3.9.40**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/branded-login-screen/)
 * Etiquetes
 * [branding](https://ca.wordpress.org/plugins/tags/branding/)[login](https://ca.wordpress.org/plugins/tags/login/)
   [login screen](https://ca.wordpress.org/plugins/tags/login-screen/)[White Label](https://ca.wordpress.org/plugins/tags/white-label/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/branded-login-screen/advanced/)

## Valoracions

 2.6 sobre 5 estrelles.

 *  [  4 valoracions de 5 estrelles     ](https://wordpress.org/support/plugin/branded-login-screen/reviews/?filter=5)
 *  [  2 valoracions de 4 estrelles     ](https://wordpress.org/support/plugin/branded-login-screen/reviews/?filter=4)
 *  [  0 valoracions de 3 estrelles     ](https://wordpress.org/support/plugin/branded-login-screen/reviews/?filter=3)
 *  [  1 valoració de 2 estrelles     ](https://wordpress.org/support/plugin/branded-login-screen/reviews/?filter=2)
 *  [  7 valoracions de 1 estrelles     ](https://wordpress.org/support/plugin/branded-login-screen/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/branded-login-screen/reviews/#new-post)

[Visualitzeu totes les ressenyes](https://wordpress.org/support/plugin/branded-login-screen/reviews/)

## Col·laboradors

 *   [ Kerry Webster ](https://profiles.wordpress.org/kwebster/)

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/branded-login-screen/)

## Feu una donació

Voleu ajudar a què l’extensió millori?

 [ Feu una donació a aquesta extensió ](http://brandedlogin.kerrywebster.com)