2 small changes requiert

Hi,

I have to small problem on my website :

1 - In action , I have "Get E-mail" , I want to delete this option for people to stay on my website and don't communicate between them.

2 - When we want to chat from my precense, it's open a second tab in the popup for sendng a message (mail or chat), that's too small, i will be happy to make a new popup open or to open it in main page.

any solution for me ?

http://www.unlimeet.com

Quote · 26 May 2008

uncheck  Anonymous mode (no contact information) in admin/settings/advanced settings ...save n see

/inc/js/functions.js holds popup sizes

also templates/base/BxBaseConfig.php holds the other window size

I have video tutorials to help you mrpowless.com
Quote · 26 May 2008

In the file "BxBaseProfileView.php"

Comment this line

$ret .= $oTemplMenu -> getActionsMenuItem( 'action_email.gif', _t('_Get E-mail'),   "javascript:void(0);", '', '', "window.open( 'freemail.php?ID=$profileID', '', 'width={$this -> oTemplConfig -> popUpWindowWidth},height={$this -> oTemplConfig -> popUpWindowHeight},menubar=no,status=no,resizable=no,scrollbars=yes,toolbar=no,location=no' );" );

This will fix that.

----
Quote · 26 May 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.