hi i need help how can i set messenger function just for registered member only because i dont want guest or non register person to using this function? thanks
@bimboI am not sure what should be fixed.
@bimbo1) Yes they can, no bug, it is in description of plugin2) There should be no flash message for new messagePlease do not mess your personal requirements with bugs.Bug describe functionality, that works differently as it was designed.
@bimboGo to http://plugins.abprofitrade.eu/ and look twice into theme header.
<?php if(function_exists('im_contact_button')) { if(osc_is_web_user_logged_in()) { im_contact_button(); } } ?>