Free Contact Information Option

When a user views another user's profile there is an option for Free Contact Information aka Get E-Mail. I want to remove this link.   See attached image.  How is this link removed?  Also, is there a way that I can remove the Profile Videos and Music until I can get ray working?  (Don't want to pay for additional server for the rms at this time).

actions

 

As always, thanks in advance!

 

Sean

Quote · 26 Aug 2008

You can enable anonyous mode in admin panel advanced settings for get others email.

You can remove these others you mention by commenting them out for the time being which will hide them. Then remove the comment to make them show when you are ready.

find this area in /templates/base/scripts/BxBaseProfileView.php:
$ret = '<div class="menuBlock">';
$ret .= '<div class="menu_item_block">';
$ret .= '<div class="menu_item_block_left">';

Right under this is the code you can comment out such as profile videos and others:

example:
$ret .= $oTemplMenu -> getActionsMenuItem( 'action_videos.gif', $this->getLinkStat('prVideo', _t('_ProfileVideos'), $profileID), "javascript:void(0);", '', '', "openRayWidget( 'video', 'player', '$profileID' );" );


Change to:
//$ret .= $oTemplMenu -> getActionsMenuItem( 'action_videos.gif', $this->getLinkStat('prVideo', _t('_ProfileVideos'), $profileID), "javascript:void(0);", '', '', "openRayWidget( 'video', 'player', '$profileID' );" );


Just put // in front of the ones you want to hide. Then remove the // and your back to normal to let everyone see it again.

gameutopia

DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources
Quote · 26 Aug 2008

Ray video works without using RMS server  .....  go to Admin > Ray Suites > Base Settings and uncheck the Use RMS box  ..... 
.

Quote · 26 Aug 2008

 

You can enable anonyous mode in admin panel advanced settings for get others email.

You can remove these others you mention by commenting them out for the time being which will hide them. Then remove the comment to make them show when you are ready.

find this area in /templates/base/scripts/BxBaseProfileView.php:
$ret = '<div class="menuBlock">';
$ret .= '<div class="menu_item_block">';
$ret .= '<div class="menu_item_block_left">';

Right under this is the code you can comment out such as profile videos and others:

example:
$ret .= $oTemplMenu -> getActionsMenuItem( 'action_videos.gif', $this->getLinkStat('prVideo', _t('_ProfileVideos'), $profileID), "javascript:void(0);", '', '', "openRayWidget( 'video', 'player', '$profileID' );" );


Change to:
//$ret .= $oTemplMenu -> getActionsMenuItem( 'action_videos.gif', $this->getLinkStat('prVideo', _t('_ProfileVideos'), $profileID), "javascript:void(0);", '', '', "openRayWidget( 'video', 'player', '$profileID' );" );


Just put // in front of the ones you want to hide. Then remove the // and your back to normal to let everyone see it again.

gameutopia

 

I thought anonymous 'enabled' was for something else. Thanks for the clarification!

Thanks again for your quick response!  It worked! Much appreciated!

 

 

Quote · 26 Aug 2008

I have anonymous mode enabled but 'get-email' still works ?

What gives?

Stuart

You can enable anonyous mode in admin panel advanced settings for get others email.

You can remove these others you mention by commenting them out for the time being which will hide them. Then remove the comment to make them show when you are ready.

find this area in /templates/base/scripts/BxBaseProfileView.php:
$ret = '<div class="menuBlock">';
$ret .= '<div class="menu_item_block">';
$ret .= '<div class="menu_item_block_left">';

Right under this is the code you can comment out such as profile videos and others:

example:
$ret .= $oTemplMenu -> getActionsMenuItem( 'action_videos.gif', $this->getLinkStat('prVideo', _t('_ProfileVideos'), $profileID), "javascript:void(0);", '', '', "openRayWidget( 'video', 'player', '$profileID' );" );


Change to:
//$ret .= $oTemplMenu -> getActionsMenuItem( 'action_videos.gif', $this->getLinkStat('prVideo', _t('_ProfileVideos'), $profileID), "javascript:void(0);", '', '', "openRayWidget( 'video', 'player', '$profileID' );" );


Just put // in front of the ones you want to hide. Then remove the // and your back to normal to let everyone see it again.

gameutopia

There are none so blind as those that will not see.
Quote · 26 Aug 2008

Check it again  .....  make sure to clear cache  .....  I had to do it a couple times for it to save it.

When you have it checked, it removes the Get Email link in the member profile altogether.
.

Quote · 26 Aug 2008

Check it again  .....  make sure to clear cache  .....  I had to do it a couple times for it to save it.

When you have it checked, it removes the Get Email link in the member profile altogether.
.

Õk, now its working!

many thanks

Stuart

There are none so blind as those that will not see.
Quote · 26 Aug 2008

 

Ray video works without using RMS server  .....  go to Admin > Ray Suites > Base Settings and uncheck the Use RMS box  ..... 
.

 

Thanks for the info!  What else works without the use of RMS?  What parts of ray requires the RMS?

 

Thanks!

Quote · 26 Aug 2008

My bad  .....  I meant ray chat  .....  that's all I've checked so far.
.

Quote · 26 Aug 2008

Mostly audio/video related to chat, im, and profile videos. I can't really say for sure about the boards as I don't use them.

You used to be able to use chat and im without rms...just no video or audio option. But I never got im to work without rms since dolphin 6.1. One person would contact the other and it would always say they were offline, when in fact they were online. I would test with the other member and same thing it would say they were offline and will be delivered when they are online. They both were online.

The minute I tried it will rms enabled, it worked no problem.

So if you wish to use audio/video for sure rms would affect chat, im, and profile videos.

DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources
Quote · 26 Aug 2008
 
 
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.