Remove ' Switch to video messenger' in messenger

Any ideas how to remove the following graphic and text from the simple messenger chat feature?

Switch to video messenger

Quote · 30 Jun 2010

OK, sorted this one. Go to file: /modules/boonex/simple_messenger/templates/base/css/simple_messenger.css

Find:

div.simple_messenger_chat_block div.video_messenger{
padding:5px;
text-align:left;
}

Change to:

div.simple_messenger_chat_block div.video_messenger{
padding:5px;
text-align:left;
display:none;
}

Quote · 30 Jun 2010

Hello,

another way is to change the file

simple_messenger/template/base/chat_block.html

and remove the code at line 33

<bx_if:video_messenger>
<div class="video_messenger">
<img src="__video_img_src__" width="16" height="16" />
<a href="" alt="openRayWidget('im', 'user', '__sender_id__', '__sender_passw__', '__recipient_id__');return false">__video_messenger__</a>
</div>
</bx_if:video_messenger>

and, at line 50:


<bx_if:video_messenger>
<div class="video_messenger">
<img src="__video_img_src__" width="16" height="16" />
<a href="" alt="openRayWidget('im', 'user', '__sender_id__', '__sender_passw__', '__recipient_id__');return false">__video_messenger__</a>
</div>
</bx_if:video_messenger>

See my products at http://www.boonex.com/market/posts/ilbellodelweb | Hosting: zarconia.net
Quote · 23 Jul 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.