Hi,
How active "Instant Messenger Plugin" in the Veronika Theme, i don't understand this faq ->
To show link to message center and count of unread messages of user, place following link to your theme files:
<?php if(function_exists('im_messages')) { echo im_messages(); } ?>
is it possible to give me the exact place in the theme To show "Send message" button, place following link to your theme files (item.php, search-list.php, ...):
<?php if(function_exists('im_contact_button')) { im_contact_button(); } ?>
I have to place this code on all pagesThank you for your reply