Requests | Blesta

Requests

Company Logo on Login Page

TSC Media shared this idea 19 hours ago
Under Consideration

Please could I suggest having some form of branding on the client login page? Perhaps a way to pull just the the logo setup in the Look and Feel section for the client interface and put it above or under the company name.

At present, there is no branding whatsoever and a lot of email link direct to the logon. It only shows the name of the company.

URL Suffix "/client/login. Example: https://domainname/client/login

Thank you for the consideration. :-)

Comments (2)

photo
1

in `app/views/client/bootstrap/structure.pdt` line #69 - `if ((isset($show_header) ? $show_header : true)) {` if you change that to `if (true) {` - you can get unlocked the header and footer for client login page, maybe it can help you for now. :-)

photo
1

Thank you for the advice :-)

The challenge would be at upgrade stage. To remember code customisations could be time consuming when the upgrade overwrites the code. Thank you for the workaround though.

photo