L l1admin689 Admin Moderating Bronze Member Iron Member Donor Member 500 Reaction Score 500 Messages Joined May 31, 2020 Messages 2,240 Reaction score 1,450 Credits $9,119 Monday at 4:19 PM #161 Q:How to disable or Delete Chat that is located backend right bottom? A: edit templates/admin/inc/footer.php Click to expand... Delete the code after 46 lines Code: <?php if($h_contents = Hook::run("AdminAreaEndBody")) foreach($h_contents AS $h_content) if($h_content) echo $h_content; Last edited: Tuesday at 1:11 AM
Q:How to disable or Delete Chat that is located backend right bottom? A: edit templates/admin/inc/footer.php Click to expand... Delete the code after 46 lines Code: <?php if($h_contents = Hook::run("AdminAreaEndBody")) foreach($h_contents AS $h_content) if($h_content) echo $h_content;