UPDATES PayPlans 5.0.8 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
Our team is away during the weekend. Some answers may already be available on our documentation

Rest assured that we will get back to your posts as soon as the week starts!
  Support is offline

Facebook Login

gökhan · ·
9:15 PM Tuesday, 27 May 2014
None
Hi Guys,

lol facebook login button seems too big for horizontal login module mode. Guys, how can i modify it only text instead of button? I checked code and it fetch login button from somewhere, not sure how can i add only text with that small facebook icon



 <?php if( $params->get('show_facebook_login') && $config->get('oauth.facebook.registration.enabled') && $config->get('registrations.enabled')
&& (
($config->get('oauth.facebook.secret') && $config->get( 'oauth.facebook.app' ))
|| ($config->get('oauth.facebook.jfbconnect.enabled'))
)
){ ?>
<?php echo $facebook->getLoginButton( FRoute::registration( array( 'layout' => 'oauthDialog' , 'client' => 'facebook', 'external' => true ) , false ) ); ?>
<?php } ?>
The replies under this section are restricted to logged in users or users with an active subscription with us