Hi, all.

Super unimportant yet frustrating thing. I want a pretty cleaned out landing page since I'm not going to be using it. I direct users right to the login page. Anyway, I cleared out the elements of the sidebar (the "Open a New Ticket" and "Check Ticket Status" buttons), but it seems there's still some kind of placeholder there such that I'm not able to completely center the header and body text on the page. I've searched what seems like every file in the osTicket folder and cannot find what I'm missing here. Does anyone have any suggestions?

osTicket Version v1.18 (724de45)
Web Server Software Apache/2.4.56 (Win64) OpenSSL/1.1.1t PHP/8.2.4
MySQL Version 10.4.28
PHP Version 8.2.4

    mattfroehlich

    You’ll have to modify the code to accomplish this. There are HTML templates used for the frontend. You can look through those and remove the placeholder. There are also CSS statements that make the content have a fixed width you need to update this as well.

    We don’t have guides on customizing the code so you will be on your own.

    Cheers.

    For the main-content class, set the CSS style margin: auto.

    But if you don't want to use the page, wouldn't it be better to replace it with the login.php page or use header function?

    Write a Reply...