Conversation
supportHey! I’d like to use a background hosted on another server. How can I add an url instead of the local src? Great plugin! Regards, K http://wordpress.org/plugins/branded-login-screen/
We will have to do a little plugin hacking. I will post back when I have the code hack.
In an unedited version of the plugin, go to line 171 of the branded-login-screen.php file: $imageName = BLS_BG_IMG_DIR.BLS_BG_IMG; and change to: $imageName = "http://yoursite.com/path/to/image/background.jpg"; Let me know how it goes.
Closing item.
We will have to do a little plugin hacking. I will post back when I have the code hack.
In an unedited version of the plugin, go to line 171 of the branded-login-screen.php file: $imageName = BLS_BG_IMG_DIR.BLS_BG_IMG; and change to: $imageName = "http://yoursite.com/path/to/image/background.jpg"; Let me know how it goes.
Closing item.