Erident Custom Login and Dashboard - Version 1.1

Version Description

  • Added "background-position" option for the screen & login form background images.
  • Added a link on Settings tab for directly open the login.php page on a new tab.
  • Improved the css layout of Settings page
  • Added a "Quick Links" section at the bottom of settings page.
  • Improved the tutorial texts on settings page.
Download this release

Release Info

Developer libinvbabu
Plugin Icon 128x128 Erident Custom Login and Dashboard
Version 1.1
Comparing to
See all releases

Code changes from version 1.0 to 1.1

Files changed (5) hide show
  1. er-admin.css +36 -2
  2. er-custom-login.php +90 -17
  3. readme.txt +20 -9
  4. screenshot-1.jpg +0 -0
  5. screenshot-1.png +0 -0
er-admin.css CHANGED
@@ -20,7 +20,7 @@
20
  font-weight:normal;
21
  }
22
  .wp-erident-dashboard table {
23
- padding-top: 20px;
24
  }
25
  #ilctabscolorpicker, #ilctabscolorpicker2, #ilctabscolorpicker3, #ilctabscolorpicker4, #ilctabscolorpicker5, #ilctabscolorpicker6 {
26
  margin-left:210px;
@@ -42,7 +42,7 @@
42
  margin-top:-110px;
43
  }
44
  #ilctabscolorpicker6 {
45
- margin-top:-110px;
46
  }
47
  .er_notice {
48
  padding: 10px 20px;
@@ -52,7 +52,41 @@
52
  background: lightYellow;
53
  border: 1px solid #E6DB55;
54
  margin: 10px 5px 10px 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  }
56
  .wp-erident-dashboard select {
57
  height:30px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  }
20
  font-weight:normal;
21
  }
22
  .wp-erident-dashboard table {
23
+
24
  }
25
  #ilctabscolorpicker, #ilctabscolorpicker2, #ilctabscolorpicker3, #ilctabscolorpicker4, #ilctabscolorpicker5, #ilctabscolorpicker6 {
26
  margin-left:210px;
42
  margin-top:-110px;
43
  }
44
  #ilctabscolorpicker6 {
45
+ margin-top:-160px;
46
  }
47
  .er_notice {
48
  padding: 10px 20px;
52
  background: lightYellow;
53
  border: 1px solid #E6DB55;
54
  margin: 10px 5px 10px 0;
55
+
56
+ float: left;
57
+ width: 40%;
58
+ min-width: 310px;
59
+ }
60
+ .er_notice2 {
61
+ color: #00529B;
62
+ background-color: #BDE5F8;
63
+ border: 1px solid;
64
+ margin: 10px 0px;
65
+ padding:15px 20px;
66
+
67
+ width: 32%;
68
+ float: left;
69
+ margin-right: 1%;
70
+ min-width: 260px;
71
  }
72
  .wp-erident-dashboard select {
73
  height:30px;
74
+ }
75
+
76
+ .postbox, .er_notice, .er_notice2 {
77
+ max-width:1100px;
78
+ }
79
+ .postbox .hndle {
80
+ padding:5px;
81
+ }
82
+ .postbox .hndle span {
83
+ font-size: 15px;
84
+ }
85
+ .postbox .hndle .postbox-title-action {
86
+ font-size:12px;
87
+ font-style:italic;
88
+ padding-left:5px;
89
+ }
90
+ .er_notice2 li.login-page a {
91
+ color:red;
92
  }
er-custom-login.php CHANGED
@@ -3,9 +3,9 @@
3
  Plugin Name: Erident Custom Login and Dashboard
4
  Plugin URI: http://www.eridenttech.com/wp-plugins/erident-custom-login-and-dashboard
5
  Description: Customize completly your WordPress Login Screen and Dashboard. Add your company logo to login screen, change background colors, styles etc. Customize your Dashboard footer text also for complete branding.
6
- Version: 1.0.0
7
  Author: Erident Technologies
8
- Author URI: http://www.eridenttech.com
9
  License: GPL
10
  */
11
 
@@ -86,13 +86,17 @@ function er_login_logo() {
86
  $er_top_bg_color = get_option('wp_erident_top_bg_color');
87
  $er_top_bg_image = get_option('wp_erident_top_bg_image');
88
  $er_top_bg_repeat = get_option('wp_erident_top_bg_repeat');
 
 
89
 
90
  $er_login_bg_image = get_option('wp_erident_login_bg_image');
91
  $er_login_bg_repeat = get_option('wp_erident_login_bg_repeat');
 
 
92
  ?>
93
  <style type="text/css">
94
  body.login {
95
- background: <?php echo $er_top_bg_color ?> url(<?php echo $er_top_bg_image ?>) <?php echo $er_top_bg_repeat ?>;
96
  }
97
  body.login div#login h1 a {
98
  background-image: url(<?php echo $er_logo ?>);
@@ -105,7 +109,7 @@ function er_login_logo() {
105
  .login form {
106
  border-radius:<?php echo $er_login_radius ?>px;
107
  border:<?php echo $er_login_border_thick ?>px <?php echo $er_login_border ?> <?php echo $er_login_border_color ?>;
108
- background:<?php echo $er_login_bg ?> url(<?php echo $er_login_bg_image ?>) <?php echo $er_login_bg_repeat ?>;
109
  }
110
  body.login div#login form p label {
111
  color:<?php echo $er_login_text_color ?>;
@@ -160,8 +164,12 @@ add_option("wp_erident_dashboard_link_shadow", '#ffffff', '', 'yes');
160
  add_option("wp_erident_top_bg_color", '#f9fad2', '', 'yes');
161
  add_option("wp_erident_top_bg_image", plugins_url('images/top_bg.jpg', __FILE__), '', 'yes');
162
  add_option("wp_erident_top_bg_repeat", 'repeat', '', 'yes');
 
 
163
  add_option("wp_erident_login_bg_image", plugins_url('images/form_bg.jpg', __FILE__), '', 'yes');
164
  add_option("wp_erident_login_bg_repeat", 'repeat', '', 'yes');
 
 
165
 
166
  add_option("wp_erident_dashboard_delete_db", 'No', '', 'yes');
167
  }
@@ -189,8 +197,12 @@ delete_option('wp_erident_dashboard_link_shadow');
189
  delete_option('wp_erident_top_bg_color');
190
  delete_option('wp_erident_top_bg_image');
191
  delete_option('wp_erident_top_bg_repeat');
 
 
192
  delete_option('wp_erident_login_bg_image');
193
  delete_option('wp_erident_login_bg_repeat');
 
 
194
 
195
  delete_option('wp_erident_dashboard_delete_db');
196
  }
@@ -209,8 +221,6 @@ add_options_page('Custom Login and Dashboard', 'Custom Login and Dashboard', 'ad
209
  }
210
  }
211
 
212
-
213
-
214
  function wp_erident_dashboard_html_page() {
215
  ?>
216
 
@@ -220,9 +230,12 @@ function wp_erident_dashboard_html_page() {
220
  <p><i>Plugin Loads default values for all below entries. Please change the values to yours.</i></p>
221
  <form class="wp-erident-dashboard" method="post" action="options.php">
222
  <?php wp_nonce_field('update-options'); ?>
223
- <h3>Dashboard Settings</h3>
224
- <p><i>(These settings will be reflected when a user/admin logins to the WordPress Dashboard.)</i></p>
225
 
 
 
 
 
 
226
  <table border="0">
227
  <tr valign="top">
228
  <th scope="row">Enter the text for dashboard left side footer:</th>
@@ -242,11 +255,15 @@ value="<?php echo get_option('wp_erident_dashboard_data_right'); ?>" placeholder
242
  </td>
243
  </tr>
244
  </table>
245
- <h3>Login Screen Settings</h3>
246
- <p><i>(These settings will be reflected on the "wp-login.php" page. )</i></p>
247
- <h4>Screen Background</h4>
 
 
 
 
 
248
  <table border="0">
249
-
250
  <tr valign="top">
251
  <th scope="row">Login Screen Background Color:</th>
252
  <td>
@@ -307,14 +324,32 @@ value="<?php echo get_option('wp_erident_top_bg_image'); ?>" />
307
  <span class="description">Select an image repeat option from dropdown.</span>
308
  </td>
309
  </tr>
 
 
 
 
 
 
 
 
 
 
 
310
  </table>
 
 
311
 
312
- <h4>Screen Logo</h4>
 
 
 
 
 
313
  <table>
314
  <tr valign="top">
315
  <th scope="row">Logo Url:</th>
316
  <td><input class="er-textfield" name="wp_erident_dashboard_image_logo" type="text" id="wp_erident_dashboard_image_logo"
317
- value="<?php echo get_option('wp_erident_dashboard_image_logo'); ?>" />
318
  <br />
319
  <span class="description">(URL path to image to replace default WordPress Logo. (You can upload your image with the media uploader)</span>
320
  </td>
@@ -328,8 +363,15 @@ value="<?php echo get_option('wp_erident_dashboard_power_text'); ?>" />
328
  </td>
329
  </tr>
330
  </table>
 
 
 
331
 
332
- <h4>Login Form Settings</h4>
 
 
 
 
333
  <table>
334
  <tr valign="top">
335
  <th scope="row">Login form width:</th>
@@ -472,6 +514,17 @@ value="<?php echo get_option('wp_erident_login_bg_image'); ?>" />
472
  </td>
473
  </tr>
474
 
 
 
 
 
 
 
 
 
 
 
 
475
  <tr valign="top">
476
  <th scope="row">Login Form Text Color</th>
477
  <td>
@@ -520,7 +573,14 @@ value="<?php echo get_option('wp_erident_login_bg_image'); ?>" />
520
  </tr>
521
 
522
  </table>
523
- <h3>Plugin Un-install Settings</h3>
 
 
 
 
 
 
 
524
  <table border="0">
525
  <tr valign="top">
526
  <th scope="row">Delete custom settings upon plugin deactivation?</th>
@@ -541,8 +601,12 @@ value="<?php echo get_option('wp_erident_login_bg_image'); ?>" />
541
  </td>
542
  </tr>
543
  </table>
 
 
 
 
544
  <input type="hidden" name="action" value="update" />
545
- <input type="hidden" name="page_options" value="wp_erident_dashboard_data_left,wp_erident_dashboard_data_right,wp_erident_dashboard_image_logo,wp_erident_dashboard_power_text,wp_erident_dashboard_login_width,wp_erident_dashboard_login_radius,wp_erident_dashboard_login_border,wp_erident_dashboard_border_thick,wp_erident_dashboard_border_color,wp_erident_dashboard_login_bg,wp_erident_dashboard_text_color,wp_erident_dashboard_delete_db,wp_erident_top_bg_color,wp_erident_top_bg_image,wp_erident_top_bg_repeat,wp_erident_login_bg_image,wp_erident_login_bg_repeat,wp_erident_dashboard_link_color,wp_erident_dashboard_link_shadow,wp_erident_dashboard_check_shadow" />
546
 
547
  <p>
548
  <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
@@ -550,6 +614,15 @@ value="<?php echo get_option('wp_erident_login_bg_image'); ?>" />
550
 
551
  </form>
552
 
 
 
 
 
 
 
 
 
 
553
  <div class="er_notice">
554
  <h3>Wants to customize your WordPress theme?</h3>
555
  <p>If you wants professional customization to your wordpress themes, Contact <a href="http://www.eridenttech.com" target="_blank">Erident Technologies</a></p>
3
  Plugin Name: Erident Custom Login and Dashboard
4
  Plugin URI: http://www.eridenttech.com/wp-plugins/erident-custom-login-and-dashboard
5
  Description: Customize completly your WordPress Login Screen and Dashboard. Add your company logo to login screen, change background colors, styles etc. Customize your Dashboard footer text also for complete branding.
6
+ Version: 1.1
7
  Author: Erident Technologies
8
+ Author URI: http://www.eridenttech.com/
9
  License: GPL
10
  */
11
 
86
  $er_top_bg_color = get_option('wp_erident_top_bg_color');
87
  $er_top_bg_image = get_option('wp_erident_top_bg_image');
88
  $er_top_bg_repeat = get_option('wp_erident_top_bg_repeat');
89
+ $er_top_bg_xpos = get_option('wp_erident_top_bg_xpos');
90
+ $er_top_bg_ypos = get_option('wp_erident_top_bg_ypos');
91
 
92
  $er_login_bg_image = get_option('wp_erident_login_bg_image');
93
  $er_login_bg_repeat = get_option('wp_erident_login_bg_repeat');
94
+ $er_login_bg_xpos = get_option('wp_erident_login_bg_xpos');
95
+ $er_login_bg_ypos = get_option('wp_erident_login_bg_ypos');
96
  ?>
97
  <style type="text/css">
98
  body.login {
99
+ background: <?php echo $er_top_bg_color ?> url(<?php echo $er_top_bg_image ?>) <?php echo $er_top_bg_repeat ?> <?php echo $er_top_bg_xpos ?> <?php echo $er_top_bg_ypos ?>;
100
  }
101
  body.login div#login h1 a {
102
  background-image: url(<?php echo $er_logo ?>);
109
  .login form {
110
  border-radius:<?php echo $er_login_radius ?>px;
111
  border:<?php echo $er_login_border_thick ?>px <?php echo $er_login_border ?> <?php echo $er_login_border_color ?>;
112
+ background:<?php echo $er_login_bg ?> url(<?php echo $er_login_bg_image ?>) <?php echo $er_login_bg_repeat ?> <?php echo $er_login_bg_xpos ?> <?php echo $er_login_bg_ypos ?>;
113
  }
114
  body.login div#login form p label {
115
  color:<?php echo $er_login_text_color ?>;
164
  add_option("wp_erident_top_bg_color", '#f9fad2', '', 'yes');
165
  add_option("wp_erident_top_bg_image", plugins_url('images/top_bg.jpg', __FILE__), '', 'yes');
166
  add_option("wp_erident_top_bg_repeat", 'repeat', '', 'yes');
167
+ add_option("wp_erident_top_bg_xpos", 'top', '', 'yes');
168
+ add_option("wp_erident_top_bg_ypos", 'left', '', 'yes');
169
  add_option("wp_erident_login_bg_image", plugins_url('images/form_bg.jpg', __FILE__), '', 'yes');
170
  add_option("wp_erident_login_bg_repeat", 'repeat', '', 'yes');
171
+ add_option("wp_erident_login_bg_xpos", 'top', '', 'yes');
172
+ add_option("wp_erident_login_bg_ypos", 'left', '', 'yes');
173
 
174
  add_option("wp_erident_dashboard_delete_db", 'No', '', 'yes');
175
  }
197
  delete_option('wp_erident_top_bg_color');
198
  delete_option('wp_erident_top_bg_image');
199
  delete_option('wp_erident_top_bg_repeat');
200
+ delete_option('wp_erident_top_bg_xpos');
201
+ delete_option('wp_erident_top_bg_ypos');
202
  delete_option('wp_erident_login_bg_image');
203
  delete_option('wp_erident_login_bg_repeat');
204
+ delete_option('wp_erident_login_bg_xpos');
205
+ delete_option('wp_erident_login_bg_ypos');
206
 
207
  delete_option('wp_erident_dashboard_delete_db');
208
  }
221
  }
222
  }
223
 
 
 
224
  function wp_erident_dashboard_html_page() {
225
  ?>
226
 
230
  <p><i>Plugin Loads default values for all below entries. Please change the values to yours.</i></p>
231
  <form class="wp-erident-dashboard" method="post" action="options.php">
232
  <?php wp_nonce_field('update-options'); ?>
 
 
233
 
234
+ <div class="postbox">
235
+ <h3 class="hndle"><span>Dashboard Settings</span>
236
+ <span class="postbox-title-action">(These settings will be reflected when a user/admin logins to the WordPress Dashboard)</span>
237
+ </h3>
238
+ <div class="inside">
239
  <table border="0">
240
  <tr valign="top">
241
  <th scope="row">Enter the text for dashboard left side footer:</th>
255
  </td>
256
  </tr>
257
  </table>
258
+ </div><!-- end inside -->
259
+ </div><!-- end postbox -->
260
+
261
+ <div class="postbox">
262
+ <h3 class="hndle"><span>Login Screen Background</span>
263
+ <span class="postbox-title-action">(The following settings will be reflected on the "wp-login.php" page)</span>
264
+ </h3>
265
+ <div class="inside">
266
  <table border="0">
 
267
  <tr valign="top">
268
  <th scope="row">Login Screen Background Color:</th>
269
  <td>
324
  <span class="description">Select an image repeat option from dropdown.</span>
325
  </td>
326
  </tr>
327
+ <tr valign="top">
328
+ <th scope="row">Background Position:</th>
329
+ <td>Horizontal Position: <input class="er-textfield-small" name="wp_erident_top_bg_xpos" type="text" id="wp_erident_top_bg_xpos"
330
+ value="<?php echo get_option('wp_erident_top_bg_xpos'); ?>" />
331
+ Vertical Position: <input class="er-textfield-small" name="wp_erident_top_bg_ypos" type="text" id="wp_erident_top_bg_ypos"
332
+ value="<?php echo get_option('wp_erident_top_bg_ypos'); ?>" />
333
+ <br />
334
+ <span class="description">The background-position property sets the starting position of a background image. If you entering the value in "pixels" or "percentage", add "px" or "%" at the end of value. This will not show any changes if you set the Background Repeat option as "Repeat". <a href="http://www.w3schools.com/cssref/pr_background-position.asp" target="_blank">More Info</a></span>
335
+ </td>
336
+ </tr>
337
+
338
  </table>
339
+ </div><!-- end inside -->
340
+ </div><!-- end postbox -->
341
 
342
+
343
+ <div class="postbox">
344
+ <h3 class="hndle"><span>Login Screen Logo</span>
345
+ <span class="postbox-title-action">(Change the default WordPress logo and powered by text)</span>
346
+ </h3>
347
+ <div class="inside">
348
  <table>
349
  <tr valign="top">
350
  <th scope="row">Logo Url:</th>
351
  <td><input class="er-textfield" name="wp_erident_dashboard_image_logo" type="text" id="wp_erident_dashboard_image_logo"
352
+ value="<?php echo get_option('wp_erident_dashboard_image_logo'); ?>" /> <span class="description">Default Logo Size 274px × 63px</span>
353
  <br />
354
  <span class="description">(URL path to image to replace default WordPress Logo. (You can upload your image with the media uploader)</span>
355
  </td>
363
  </td>
364
  </tr>
365
  </table>
366
+ </div><!-- end inside -->
367
+ </div><!-- end postbox -->
368
+
369
 
370
+ <div class="postbox">
371
+ <h3 class="hndle"><span>Login Form Settings</span>
372
+ <span class="postbox-title-action">(The following settings will change the Login Form style)</span>
373
+ </h3>
374
+ <div class="inside">
375
  <table>
376
  <tr valign="top">
377
  <th scope="row">Login form width:</th>
514
  </td>
515
  </tr>
516
 
517
+ <tr valign="top">
518
+ <th scope="row">Background Position:</th>
519
+ <td>Horizontal Position: <input class="er-textfield-small" name="wp_erident_login_bg_xpos" type="text" id="wp_erident_login_bg_xpos"
520
+ value="<?php echo get_option('wp_erident_login_bg_xpos'); ?>" />
521
+ Vertical Position: <input class="er-textfield-small" name="wp_erident_login_bg_ypos" type="text" id="wp_erident_login_bg_ypos"
522
+ value="<?php echo get_option('wp_erident_login_bg_ypos'); ?>" />
523
+ <br />
524
+ <span class="description">The background-position property sets the starting position of a background image. If you entering the value in "pixels" or "percentage", add "px" or "%" at the end of value. This will not show any changes if you set the Background Repeat option as "Repeat". <a href="http://www.w3schools.com/cssref/pr_background-position.asp" target="_blank">More Info</a></span>
525
+ </td>
526
+ </tr>
527
+
528
  <tr valign="top">
529
  <th scope="row">Login Form Text Color</th>
530
  <td>
573
  </tr>
574
 
575
  </table>
576
+ </div><!-- end inside -->
577
+ </div><!-- end postbox -->
578
+
579
+
580
+ <div class="postbox">
581
+ <h3 class="hndle"><span>Plugin Un-install Settings</span>
582
+ </h3>
583
+ <div class="inside">
584
  <table border="0">
585
  <tr valign="top">
586
  <th scope="row">Delete custom settings upon plugin deactivation?</th>
601
  </td>
602
  </tr>
603
  </table>
604
+ </div><!-- end inside -->
605
+ </div><!-- end postbox -->
606
+
607
+
608
  <input type="hidden" name="action" value="update" />
609
+ <input type="hidden" name="page_options" value="wp_erident_dashboard_data_left,wp_erident_dashboard_data_right,wp_erident_dashboard_image_logo,wp_erident_dashboard_power_text,wp_erident_dashboard_login_width,wp_erident_dashboard_login_radius,wp_erident_dashboard_login_border,wp_erident_dashboard_border_thick,wp_erident_dashboard_border_color,wp_erident_dashboard_login_bg,wp_erident_dashboard_text_color,wp_erident_dashboard_delete_db,wp_erident_top_bg_color,wp_erident_top_bg_image,wp_erident_top_bg_repeat,wp_erident_login_bg_image,wp_erident_login_bg_repeat,wp_erident_dashboard_link_color,wp_erident_dashboard_link_shadow,wp_erident_dashboard_check_shadow,wp_erident_top_bg_xpos,wp_erident_top_bg_ypos,wp_erident_login_bg_xpos,wp_erident_login_bg_xpos" />
610
 
611
  <p>
612
  <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
614
 
615
  </form>
616
 
617
+ <div class="er_notice2">
618
+ <h3>Quick Links</h3>
619
+ <ul>
620
+ <li class="login-page"><a href="<?php bloginfo( 'wpurl' ); ?>/wp-login.php" target="_blank">Open Your WP Login Page in a New Tab</a></li>
621
+ <li><a href="http://wordpress.org/extend/plugins/erident-custom-login-and-dashboard/" target="_blank">Plugin Documentation</a></li>
622
+ <li><a href="http://wordpress.org/support/plugin/erident-custom-login-and-dashboard" target="_blank">Plugin Support Page</a></li>
623
+ <li><a href="http://www.eridenttech.com/wp-plugins/erident-custom-login-and-dashboard" target="_blank">Plugin Website</a></li>
624
+ </ul>
625
+ </div>
626
  <div class="er_notice">
627
  <h3>Wants to customize your WordPress theme?</h3>
628
  <p>If you wants professional customization to your wordpress themes, Contact <a href="http://www.eridenttech.com" target="_blank">Erident Technologies</a></p>
readme.txt CHANGED
@@ -1,14 +1,14 @@
1
  === Erident Custom Login and Dashboard ===
2
  Contributors: libinvbabu
3
  Donate link: http://www.eridenttech.com/wp-plugins/erident-custom-login-and-dashboard
4
- Tags: login, customisation, admin, dashboard, customise, erident
5
  Requires at least: 3.0.0
6
  Tested up to: 3.4.1
7
- Stable tag: 1.0
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- Customize completly your WordPress Login Screen and Dashboard easily. Add your logo, change background image, colors, styles ,Dashboard footer etc.
12
 
13
  == Description ==
14
 
@@ -38,16 +38,18 @@ Customize completely your WordPress Login Screen and Dashboard easily. Add your
38
 
39
  **Login Screen Settings**
40
 
41
- (These settings will be reflected on the wp-login.php page. )
42
 
43
  * Login Screen Background Color/Image
44
  * Login Screen Background Repeat
 
45
  * Logo Url
46
  * Powered by Text
47
  * Login form width
48
  * Login Form Border Style/Radius/Color/Thickness
49
  * Login Form Background Color/Image
50
  * Login Form Background Repeat
 
51
  * Login Form Text Color
52
  * Enable Link Shadow
53
  * Login Form Link Shadow Color
@@ -56,7 +58,9 @@ Customize completely your WordPress Login Screen and Dashboard easily. Add your
56
 
57
  * Delete custom settings upon plugin deactivation or not
58
 
59
- Here's the link to [Plugin Website](http://www.eridenttech.com/wp-plugins/erident-custom-login-and-dashboard)
 
 
60
 
61
  == Installation ==
62
 
@@ -70,7 +74,7 @@ This section describes how to install the plugin and get it working.
70
 
71
  == Frequently Asked Questions ==
72
 
73
- = Is it leagel to change WordPress Logo and texts? =
74
 
75
  Yes. WordPress gives you the permission to change whole login screen and dashboard to yours by using WordPress hooks.
76
 
@@ -84,14 +88,21 @@ By default you will not lose any of your previous settings. Check the Plugin Un-
84
  == Screenshots ==
85
 
86
  1. The complete options on the settings page.
87
- 2. This is the Login Page Demo
88
 
89
  == Changelog ==
90
 
 
 
 
 
 
 
 
91
  = 1.0 =
92
  * First version.
93
 
94
  == Upgrade Notice ==
95
 
96
- = 1.0 =
97
- No need to upgrade. Just install it. This is the first version.
1
  === Erident Custom Login and Dashboard ===
2
  Contributors: libinvbabu
3
  Donate link: http://www.eridenttech.com/wp-plugins/erident-custom-login-and-dashboard
4
+ Tags: login, customisation, admin, dashboard, customise, erident, custom, form, logo, branding
5
  Requires at least: 3.0.0
6
  Tested up to: 3.4.1
7
+ Stable tag: 1.1
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ Customize completly your WordPress Login Screen and Dashboard easily. Add your logo, change background image, colors, styles, Dashboard footer etc.
12
 
13
  == Description ==
14
 
38
 
39
  **Login Screen Settings**
40
 
41
+ (These settings will be reflected on the "wp-login.php" page. )
42
 
43
  * Login Screen Background Color/Image
44
  * Login Screen Background Repeat
45
+ * Login Screen Background Position
46
  * Logo Url
47
  * Powered by Text
48
  * Login form width
49
  * Login Form Border Style/Radius/Color/Thickness
50
  * Login Form Background Color/Image
51
  * Login Form Background Repeat
52
+ * Login Form Background Position
53
  * Login Form Text Color
54
  * Enable Link Shadow
55
  * Login Form Link Shadow Color
58
 
59
  * Delete custom settings upon plugin deactivation or not
60
 
61
+ Here's the link to [Plugin Website](http://www.eridenttech.com/wp-plugins/erident-custom-login-and-dashboard).
62
+
63
+ Enjoy your completely branded WordPress Version. Don't forget to rate the plugin :)
64
 
65
  == Installation ==
66
 
74
 
75
  == Frequently Asked Questions ==
76
 
77
+ = Is it legel to change WordPress Logo and texts? =
78
 
79
  Yes. WordPress gives you the permission to change whole login screen and dashboard to yours by using WordPress hooks.
80
 
88
  == Screenshots ==
89
 
90
  1. The complete options on the settings page.
91
+ 2. This is the default Login Page Demo
92
 
93
  == Changelog ==
94
 
95
+ = 1.1 =
96
+ * Added "background-position" option for the screen & login form background images.
97
+ * Added a link on Settings tab for directly open the login.php page on a new tab.
98
+ * Improved the css layout of Settings page
99
+ * Added a "Quick Links" section at the bottom of settings page.
100
+ * Improved the tutorial texts on settings page.
101
+
102
  = 1.0 =
103
  * First version.
104
 
105
  == Upgrade Notice ==
106
 
107
+ = 1.1 =
108
+ This version added a new settings for background position of images and other handy features. Upgrade now.
screenshot-1.jpg DELETED
Binary file
screenshot-1.png ADDED
Binary file