General > Support

Offline image and link

(1/1)

chrisb123:
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

Inspirer:
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).

Navigation

[0] Message Index

Go to full version