kaieivindm

Well-Known Member
@Steve | @Russ is it possible to remove Facebook login here?

upload_2014-12-14_15-36-48.png


Even if I have Facebook integration enabled in ACP settings?
Maybe remove something in the code?

Reason is that open graph scrape doesnt work if facebook integration is not enabled, but when I enable it, it will also give users option to log in with facebook which I dont want.

Thanks.
 

Russ

Pixel Exit Staff
Try opening up helper_login_form template

Remove this snippet :

Code:
   <xen:if is="{$xenOptions.facebookAppId}">
     <xen:require css="facebook.css" />
     <dl class="ctrlUnit altMargin">
       <dt></dt>
       <dd><a href="{xen:link register/facebook, '', 'reg=1'}" class="fbLogin" tabindex="10"><span>{xen:phrase login_with_facebook}</span></a></dd>
     </dl>
   </xen:if>

Hope that works for you.
 

kaieivindm

Well-Known Member
Try opening up helper_login_form template

Remove this snippet :

Code:
   <xen:if is="{$xenOptions.facebookAppId}">
     <xen:require css="facebook.css" />
     <dl class="ctrlUnit altMargin">
       <dt></dt>
       <dd><a href="{xen:link register/facebook, '', 'reg=1'}" class="fbLogin" tabindex="10"><span>{xen:phrase login_with_facebook}</span></a></dd>
     </dl>
   </xen:if>

Hope that works for you.

I love your magic @Russ Two thumbs up!

Worked perfectly.

Thanks.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.