Anonymous
Forum Replies Created
-
In reply to: Visual bug – Agent dropdown on notes is hidden behind other objects
May 10, 2023 at 10:10 am #16740RrglfsucuParticipantLooks like it’s a bug in the original code.. When i hit shift+o, behavior is the same. Any idea on an easy fix? I was trying to alter the css, but I couldnt get it to work properly.
In reply to: Ticket Internal Activity Alert
May 10, 2023 at 10:04 am #16735RrglfsucuParticipantI believe that is an alert setting you need to change.
In reply to: Knowledgebase not loading
April 30, 2023 at 8:41 pm #16640RrglfsucuParticipantThis was an issue on my end. The FAQ was set to internal.
In reply to: BUG FIX for upload/include/client/header.inc.php
April 30, 2023 at 7:25 pm #16639RrglfsucuParticipantResolved with latest release.
In reply to: Knowledgebase not loading
April 30, 2023 at 7:23 pm #16637RrglfsucuParticipantIn reply to: Knowledgebase not loading
April 30, 2023 at 7:23 pm #16634RrglfsucuParticipantIn reply to: Knowledgebase not loading
April 30, 2023 at 7:23 pm #16631RrglfsucuParticipantIn reply to: Knowledgebase not loading
April 30, 2023 at 7:22 pm #16628RrglfsucuParticipantIn reply to: User frontend is not working properly
April 28, 2023 at 7:57 am #16573RrglfsucuParticipantMake the file version changes in upload/include/client/header.inc.php
The version in the file names being called just need to be changed on line 58 and 59
<script type=”text/javascript” src=”<?php echo ROOT_PATH; ?>js/jquery-3.5.1.min.js?ca95150″></script>
<script type=”text/javascript” src=”<?php echo ROOT_PATH; ?>js/jquery-ui-1.13.1.custom.min.js?ca95150″></script>To
<script type=”text/javascript” src=”<?php echo ROOT_PATH; ?>js/jquery-3.6.3.min.js?ca95150″></script>
<script type=”text/javascript” src=”<?php echo ROOT_PATH; ?>js/jquery-ui-1.13.2.custom.min.js?ca95150″></script>In reply to: The OAuth2 client buttons on client page not formatted properly
April 25, 2023 at 6:35 am #16458RrglfsucuParticipantI am seeing this as well. Found this while looking for a solution.