Have you checked these first?
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
Note: Never paste the contents of your ost-config.php file here; it holds your database credentials.
Two quick checks before posting: try clearing your browser cache, and press SHIFT+O on any Staff Panel page to enter Safe Mode (a stock osTicket with no enhancements). If the problem still shows in Safe Mode, it's in osTicket itself, not osTicket Awesome. But let us know about the issue either way.
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
This forum is public. Never post order numbers, full license keys, email addresses, or payment details.
This is the place for general questions about how billing and licensing work — renewals, activation, staging slots, plan differences, and what happens when a license lapses.
For anything tied to your specific account, refund, or payment, contact us directly instead.
osTicket v1.16.1 // osTicket-1.16.1-Awesome-101
PHP 8.0.13 // MySQL 5.7.36 // Apache web server
Getting everything set up and branded with our new osTicket Awesome installation, but I'm having an issue with the Support Center link generated at the bottom of the mobile menu in the admin center. I see where to edit the text and enter the link (Theme Options > Custom Text & Links) but the issue is that the link I enter there always has additional text added to the end when published that I can't remove. The text being added is " hi" which results in a 404 error, as that page doesn't exist.
This issue seems to only occur on the admin side. The link appears without any issues (ie. without " hi" appended to the link) on the client side.

My guess is something in the code? Any idea where that link is generated so I can continue to troubleshoot? I've been poking around the files but don't easily see where that line of code lives.
TIA
You can customize or remove the "Welcome" text manually here: \upload\osta\inc\staff-mobile-menu.html
Link remove here in browser: yoursupporturl.com/scp/theme.php#text-links
Thanks! That's where the error in the code was. In staff-mobile-menu.html the code renders " hi" after the mobile link, thus invalidating the link for any and all staff logged into the system. Definitely a bug that needs to be corrected.
I just figured this out myself. Thanks for the diligent sleuthing, guys!