how to disable facebook connect - sily question

Hi Dolphiers.

  It may be a silly question, but how to disable BoonEx Facebook Connection?
  I can just uninstall the module for sure.  But I thought there was some option for allow/disallow user to connect via facebook on Advanced Settings.  

Quote · 19 Feb 2012

I know of no such option unless it was put in by another facebook module you have. Just uninstall the boonex facebook module.

https://www.deanbassett.com
Quote · 19 Feb 2012

Why would you rather there be an enable/disable option when uninstalling the module has the same effect?

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 19 Feb 2012

 

I know of no such option unless it was put in by another facebook module you have. Just uninstall the boonex facebook module.

 Thank you Deano.

Quote · 19 Feb 2012

 

Why would you rather there be an enable/disable option when uninstalling the module has the same effect?

 I have other module integrated with it.

Quote · 19 Feb 2012

I found a way to resolve it.  It works for me.
I have one 3rd part module that is integrated with Dolphin Facebook Connection Module.  I can disable this feature but not in Dolphin site.  Uninstalling FB Connection always gives me error due the integration.  
The solution came with Deano FB Connection, that I have for other site.  In his intallation guide he tells us how to hide the Auth Types.  (Thank you Deano).

 

open inc\design.inc.php

 

Look for the following at about line 477

 

'inputs' => array(

$aAuthTypes,

'nickname' => array(

'type' => 'text',

'name' => 'ID',

'caption' => _t('_NickName'),

),

 

Comment out $aAuthTypes,. Make it look like this.

This mod removes the auth type drop down list. This is optional.

 

'inputs' => array(

//$aAuthTypes,

'nickname' => array(

'type' => 'text',

'name' => 'ID',

'caption' => _t('_NickName'),

), 

Quote · 22 Feb 2012
 
 
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.