Forum

Notifications
Clear all

Text " hi" appended to Mobile Site Link

3 Posts
3 Users
0 Reactions
22 Views
Posts: 7
Topic starter
(@abtchurch)
Member
Joined: 4 years ago

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


2 Replies
Posts: 36
(@nandor)
Member
Joined: 4 years ago

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


Reply
Posts: 7
Topic starter
(@abtchurch)
Member
Joined: 4 years ago

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.


Reply
Posts: 1177
Admin
(@stevland)
Member
Joined: 2 months ago

I just figured this out myself. Thanks for the diligent sleuthing, guys!


Reply
Share: