Topic-icon Problems with Linkedln login!

Active Subscriptions:

None
12 years 3 days ago #21653 by ventluc
Hello, I installed Joomla 2.5.4, JFB Connect 4.1.2, SCLogin 1.0.3 and JLinked 1.1.0 in my new web site http:\\www.venturaluca.com\jupgrade2 (now under construction...). When I click on "Login with Linkedln" button I have these problems:

a) it is showed to me a new web page (I will call it "PAGE A") with a welcome message ("Welcome Luca!") and where:

1) it is asked to me to complete the registration process and to give the permission to import profile information from Linkedln!
2) On the left side of PAGE A I have the possibility to link my Linkedln account to an existing account in my web site (or to Facebook account), while on the right side of the page there is a new Joomla registration form.

Why does it happen?

b) PAGE A is showed part in italian (see right side and in particular the new Joomla registration form) and part in english!! How can I do to use only italian language?

c) How can I remove some fields from the Joomla registration form (see right side of PAGE A)?? I would like to remove all fields that appears after "Profilo Utente" label...but I haven't found any setting in Jlinked component or in Joomla to do this! Besides I would like that the welcome message (see point a) above) "Welcome Luca" is in italian ("Benvenuto Luca")...how can I do?

d) One of the fields I would like to remove is "Termini di utilizzo" ("General conditions of use") but there is no reference to these conditions of use (it is an empty field) !!! How come? How can I define these "General conditions of use"?

e) Is there a way to change the graphical view of PAGE A (for example some css or html file to edit)?

Thanks a lot in advance.

Best regards,

Luca

ps: to check what I told you you can try to login\register to my web site...of course! :)
The topic has been locked.
Support Specialist
12 years 2 days ago #21674 by alzander
Luca,
The login or registration page that you're seeing is part of the normal process. For a user to login using LinkedIn, we need to associate them with a Joomla account on the site. They can either use the left-hand side of the form to associate their LinkedIn account with an existing Joomla account -or- use the right-hand side of the form to have a new account created for them.

For the problem where part of the form is in English and the other in Italian, the reason is that we simply haven't created a language file for Italian in JLinked. Since that language file doesn't exist, Joomla falls back to the default English file. To create the langauge file, simply copy:
/languages/en_GB/en_GB.com_jlinked.ini
to
/languages/it_IT/it_IT.com_jlinked.ini
Once copied, update the strings as necessary for your site.

The extra fields that are showing up after "Profilo Utente" are simply because you have the User - Profile plugin enabled that comes with Joomla. Disable that, and the profile fields won't show up.

Finally, if you want to modify the overall looks of that page, you can do it through CSS in your template, or you can modify that template file directly in JLinked. You'll want to create a template override first, so that your changes aren't lost when you upgrade JLinked. To create a template override, copy:
/components/com_jlinked/views/loginregister/tmpl/default.php
to
/templates/<YOUR_TEMPLATE>/html/com_jlinked/loginregister/default.php (creating any of those directories as necessary)
Then, simply edit the new file you created.

Hope that all helps, but let us know if you have any other questions.

Thanks,
Alex
The topic has been locked.