-
-
March 24, 2022 at 9:49 am #9776BabtchurchParticipant
osTicket v1.16.1 // osTicket-1.16.1-Awesome-101
PHP 8.0.13 // MySQL 5.7.36 // Apache web serverGetting 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
-
March 28, 2022 at 1:17 pm #9815BabtchurchParticipant
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.
-
You must be logged in to reply to this topic.