Mibew Messenger Community

General => Support => Topic started by: chrisb123 on November 18, 2009, 09:31:03 AM

Title: Offline image and link
Post by: chrisb123 on November 18, 2009, 09:31:03 AM
Is it possible to use the offline image to link to a contact page rather than to the contact for on mibew?

Failing that is it just possible to remove the link to the offline contact form on mibew, or even better simply not have an image show at all if offline.

Thanks in advance,  Chris
Title: Re: Offline image and link
Post by: Inspirer on November 23, 2009, 07:54:18 PM
Edit /webim/client.php, line 91:

   if(!has_online_operators($groupid)) {
                ......
        }

Replace .... with

   header("Location: /contacts.html");
   exit;

To hide image at all, replace your offline version with /images/free.gif (1x1 transparent gif).