CoreBOSBB
Login Page - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Development (https://discussions.corebos.org/forumdisplay.php?fid=18)
+--- Forum: coreBOS Development (https://discussions.corebos.org/forumdisplay.php?fid=4)
+---- Forum: coreBOS (https://discussions.corebos.org/forumdisplay.php?fid=5)
+---- Thread: Login Page (/showthread.php?tid=88)



Login Page - myhomewise - 02-10-2015

Joe,

Is there a way I can Modify the login page, i.e Background image, I would like to add motivational quote, and move login box around the page?


Re: Login Page - joebordes - 02-11-2015

You have to code that. The files would be:

module/Users/Login.php which has access to information

and the template

Smarty/templates/Login.tpl

which uses:

Smarty/templates/LoginHeader.tpl
Smarty/templates/LoginFooter.tpl


Re: Login Page - myhomewise - 02-13-2015

Joe,


I have found the bg.png file inside the images folder. After looking in the
Smarty/templates/Login.tpl ,
Smarty/templates/LoginHeader.tpl
Smarty/templates/LoginFooter.tpl
module/Users/Login.ph

I cant find where the bg.png file is being called from. I want to resize the image it will accept to a full page if possible


Re: Login Page - joebordes - 02-13-2015

include/styles.css

#loginWrapper {