The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Custom Login Page & Navbar - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: Custom Login Page & Navbar (/showthread.php?tid=521) |
Custom Login Page & Navbar - MagikMindFreak - 04-10-2017 Hello, Tittle pretty much says all. I would like to know how to edit the login page to fit my template and custom design, I would also need to know how to connect my design // template with the database. Also, how would I go about changing the navigation bar, and customizing it for logged in users // guest? Thanks! Custom Login Page & Navbar - Brandin - 04-10-2017 You can copy the login.php page to your Code: usersc Code: usersc Code: users The navigation can be modified using the included file in Code: usersc Code: usersc/includes There is a great video mudmin did about connecting with the database at this link: https://www.youtube.com/watch?v=rb0kD5tCENM It is definitely worth taking the time to watch and learn about how UserSpice is coded and interacts with the database! Custom Login Page & Navbar - Busy Tech - 10-29-2017 Hi, When I copy the login.php in /users and paste login.php in /usersc I get a 500 error do I need to copy all the files into usersc? Custom Login Page & Navbar - Brandin - 10-29-2017 No you shouldn't have to...the only thing you need to do is change the init call to be ../users/init.php instead of just "init.php"... Check your error logs to see why the 500 error is occurring, this will give us more info. |