Hi, I've tried placing the contact button manually in my theme with "<?php if(function_exists('im_contact_button')) { im_contact_button(); } ?>"
The button seems to work, but I get a warning (I do have PHP errors turned on):
Warning
: Trying to access array offset on value of type null in
/var/www/html/oc-content/plugins/instant_messenger/index.php
on line
364
Any way around that? Thanks.