Changeset 724602
- Timestamp:
- 06/09/2013 07:31:35 AM (13 years ago)
- Location:
- branded-login-screen
- Files:
-
- 2 edited
-
tags/3.1/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branded-login-screen/tags/3.1/readme.txt
r724601 r724602 47 47 Scroll down and look for the following line: 48 48 49 48 define( 'BLS_LOCATION', 0 );49 48 define( 'BLS_LOCATION', 0 ); 50 50 51 51 On unedited versions of the plugin it is line 48. … … 70 70 Scroll down and look for the following lines: 71 71 72 53 define( 'BLS_HDR_LOGO', 'header.png' );73 54 define( 'BLS_RHDR_LOGO', 'header-sm.png' );72 53 define( 'BLS_HDR_LOGO', 'header.png' ); 73 54 define( 'BLS_RHDR_LOGO', 'header-sm.png' ); 74 74 75 75 On unedited versions of the plugin it is lines 53 & 54. … … 101 101 Scroll down and look for the following lines: 102 102 103 50 define( 'BLS_FULL_SCREEN', true );104 51105 52 define( 'BLS_BG_IMG', 'default-img.jpg' );103 50 define( 'BLS_FULL_SCREEN', true ); 104 51 105 52 define( 'BLS_BG_IMG', 'default-img.jpg' ); 106 106 107 107 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. -
branded-login-screen/trunk/readme.txt
r724601 r724602 47 47 Scroll down and look for the following line: 48 48 49 48 define( 'BLS_LOCATION', 0 );49 48 define( 'BLS_LOCATION', 0 ); 50 50 51 51 On unedited versions of the plugin it is line 48. … … 70 70 Scroll down and look for the following lines: 71 71 72 53 define( 'BLS_HDR_LOGO', 'header.png' );73 54 define( 'BLS_RHDR_LOGO', 'header-sm.png' );72 53 define( 'BLS_HDR_LOGO', 'header.png' ); 73 54 define( 'BLS_RHDR_LOGO', 'header-sm.png' ); 74 74 75 75 On unedited versions of the plugin it is lines 53 & 54. … … 101 101 Scroll down and look for the following lines: 102 102 103 50 define( 'BLS_FULL_SCREEN', true );104 51105 52 define( 'BLS_BG_IMG', 'default-img.jpg' );103 50 define( 'BLS_FULL_SCREEN', true ); 104 51 105 52 define( 'BLS_BG_IMG', 'default-img.jpg' ); 106 106 107 107 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.
Note: See TracChangeset
for help on using the changeset viewer.