Joomla Installation Guide
Joomla v1.5
NOTE :- Before installing new version, please uninstall previous version of LoginRadius Social Login.
1. Log in to your Joomla admin panel.
2. Navigate to
Extensions section in the Top Menu, and click “
Install/Uninstall”.
3.
Browse for the
downloaded plugin file
Social Login and Social Share and select it
4.
Click “Upload File & Install” to complete the installation.
Joomla v1.6 and higher
NOTE :- Before installing new version, please uninstall previous version of LoginRadius Social Login.
1. Log in to your Joomla admin panel.
2. Navigate to
Extensions in the menu, and click on “
Extension Manager”.
3. Click on
install tab and
browse extension zip file in
Upload Package File Panel.
4. When you upload zip file, then you get a status message on same window.
Module Configuration
1. Navigate to
Extensions menu, and click on “
Module Manager”
2. Filter results with "
Social Login".
3. Click on
Social Login link, and select the position as you wish and change the status
Unpublished to
Published. Complete other information such as Show Title, Access etc.
4. In Menu assignment panel you can assign module to pages where you want to show Social Login Interface, and click on
Save & Close button.
5. Now navigate to
Components menu, and click on
Social Login and Social Share submenu.
6. Click on
Social Login Tab.
7. To activate the plugin, insert LoginRadius API Key & Secret (
How to get API Key and Secret?).
8. Insert your right
API KEY &
API SECRET in textbox, and choose the option of
API Connection Method (cURL or FSOCKOPEN )
9. Verify the api key and api secret by hitting Verify Your API Setting button, and click on save & close button.
Further Help
1. How to integrate Social Login with Joomla Communities(Steps to show community builder profile link)
- Navigate to Menus > Menu Manager.
- Click on Menu Items.
- Create new menu by click on New Button.
- Click on select button in front of Menu Item Type option .
- Select User profile link, and fill other detail and click on Save & Close button.
- Now navigate to Components, and click on Social Login and Social Share submenu.
- Click on Social Login Tab, and change "Where do you want to redirect your users after successfully logging in?" option to the link created above in LoginRadius Basic Settings Panel.
- And click on Save & Close button.
Paste the code mentioned below in the files mentioned for the corresponding communities
jimport( 'joomla.application.module.helper' );
$module = JModuleHelper::getModule( 'mod_socialloginandsocialshare');
$attribs['style'] = 'xhtml';
echo JModuleHelper::renderModule( $module, $attribs );
Community builder:
Go to your FTP and open the below file in edit mode and add the above code where you want to display social login module with community builder.
/modules/mod_cblogin/mod_cblogin.php
Jom Social:-
Go to your FTP and open the below file in edit mode and add the above code where you want to display social login module with jom social.
/components/com_community/templates/default/frontpage.guests.php
Kunena Forum:-
Go to your FTP and open the below file in edit mode and add the above code where you want to display social login module with kunena.
/components/com_kunena/template/blue_eagle/html/common/login.php
K2:-
Go to your FTP and open the below file in edit mode and add the above code where you want to display social login module with K2.
/modules/mod_k2_user/tmpl/login.php
2. How to receive email notification whenever a User sign-in using Social Login:-
- Navigate to Components, and click on Social Login and Social Share submenu.
- Click on Social Login Tab and change the setting in LoginRadius Basic Settings Panel.
- Change the setting of "Do you want to send emails to admin after new User registrations at your website?" to "Yes", and click on Save & Close Button.
3. How to hide the default Joomla login when using Social Login with Community Builder:-
- Navigate to Components, and click on Social Login and Social Share submenu.
- Click on Social Login Tab and change the setting in Social Login Interface Settings Panel.
- Change setting of "Do you want to show Social Login interface alongside Joomla traditional login form?" to "No"
- Navigate to Extensions in the menu, and click “Extension Manager".
- Checked Login Form’s checkbox, and click on Unpublish button.
4. Where to look user details in database:-
User details are stored in the “loginradius_users” table in the following columns:-
| Column |
Info |
| id |
User id |
| LoginRadius_id |
Social Provider ID |
| provider |
Social Network Provider |
| lr_picture |
Social Provider avatar |
5.How to uninstall the plugin:-
Joomla v1.5
- Login to your website admin panel.
- Navigate to Extensions section in the Top Menus, and click “Install/Uninstall”.
- Click on “Components”, Search “Social Login and Social Share”.
- select “Social Login and Social Share” and uninstall.
- Click on “Modules”, Search “mod_socialloginandsocialshare”.
- select “mod_socialloginandsocialshare” and uninstall.
- Click on “Plugins”, Search "Social Share".
- select “System - Social Login and Social Share” & “Content - Social Share” And uninstall.
Joomla v1.6 and higher
- Navigate to Extensions, and click on Extension Manager.
- Click on Manage Tab and filter with “Social Login and Social Share” word in search box and search it.
- Checked all, and click on Uninstall button.
Manual uninstall
Joomla 1.5
- Navigate to administrator/components in your Joomla root folder and remove folder com_socialloginandsocialshare
- Navigate to administrator\language\YOUR_LANGUAGE_CODE and remove following files:-
YOUR_LANGUAGE_CODE.com_socialloginandsocialshare.ini
- Navigate to language/YOUR_LANGUAGE_CODE in your Joomla root folder and remove following files:-
YOUR_LANGUAGE_CODE.com_socialloginandsocialshare.ini
YOUR_LANGUAGE_CODE.mod_socialloginandsocialshare.ini
- Navigate to modules in your joomla root folder and remove folder mod_socialloginandsocialshare.
- Navigate to plugins/content in your joomla root folder and remove socialshare.php & socialshare.xml files .
- Navigate to plugins/system in your joomla root folder and remove LoginRadius.php, socialloginandsocialshare.php, socialloginandsocialshare_helper.php & socialloginandsocialshare.xml files.
- Navigate to components in root directory and find the folder with com_socialloginandsocialshare name, remove it.
- Remove Images/sociallogin folder in your joomla root directory.
- Login to your sql database and run the following query (Replace PREFIX with your Joomla database prefix)
DROP TABLE IF EXISTS `PREFIX_LoginRadius_settings`;
DROP TABLE IF EXISTS `PREFIX_LoginRadius_users`;
joomla 1.6 and above
- Navigate to administrator/components in your Joomla root folder and remove folder com_socialloginandsocialshare
- Navigate to administrator\language\YOUR_LANGUAGE_CODE and remove following files:-
YOUR_LANGUAGE_CODE.com_socialloginandsocialshare.ini
YOUR_LANGUAGE_CODE.com_socialloginandsocialshare.sys.ini
- Navigate to language/YOUR_LANGUAGE_CODE in your Joomla root folder and remove following files:-
YOUR_LANGUAGE_CODE.com_socialloginandsocialshare.ini
YOUR_LANGUAGE_CODE.mod_socialloginandsocialshare.ini
YOUR_LANGUAGE_CODE.mod_socialloginandsocialshare.sys.ini
- Navigate to modules in your joomla root folder and remove folder mod_socialloginandsocialshare.
- Navigate to plugins/content in your joomla root folder and remove folder socialshare.
- Navigate to plugins/system in your joomla root folder and remove folder socialloginandsocialshare.
- Navigate to media in your joomla root folder and remove folder com_socialloginandsocialshare.
- Navigate to components in root directory and find the folder with com_socialloginandsocialshare name, remove it.
- Remove Images/sociallogin folder in your joomla root directory.
- Login to your sql database and run the following query (Replace PREFIX with your Joomla database prefix)
DROP TABLE IF EXISTS `PREFIX_LoginRadius_settings`;
DROP TABLE IF EXISTS `PREFIX_LoginRadius_users`;
Troubleshooting
- There is a button “ Verify Your API Settings ” in the API Settings section of the plugin. you need to choose one of following options
- CURL requires cURL support = enabled in your php.ini file.
- FSOCKOPEN requires allow_url_fopen = On and safemode = off in your php.ini file.
If that does not work, you may need to contact your hosting provider to enable one of the option.