Topic-icon Login Form from CB showing even when configured not too with JFBC

Active Subscriptions:

None
Hi,

Im having this issue with CB. If I try to register only via CB the registration form shows with no problems. However if I log in via JFBConnect for the first time on the site, it takes me to the registration form as I have set it up for Full Joomla User, but the issue is that:

A) It shows the login form even when it is set not too on CB config.
B) The format is lost and it looks horrible.

Screen:
http://postimage.org/image/otsfquban/

Thanks for your help.
The topic has been locked.
Active Subscriptions:

None

carpoy wrote: Hi,

Im having this issue with CB. If I try to register only via CB the registration form shows with no problems. However if I log in via JFBConnect for the first time on the site, it takes me to the registration form as I have set it up for Full Joomla User, but the issue is that:

A) It shows the login form even when it is set not too on CB config.
B) The format is lost and it looks horrible.

Screen:
http://postimage.org/image/otsfquban/

Thanks for your help.

Hello,
as for the first issue you mentioned, after a user is logged in with his FB User, JFBC need to have a Joomla User to map it to. therefore it allows the user to login with an existing Joomla/CB User, or simply create a new one.

as for the second issue, could you please post the screenshot again?

Mati
The topic has been locked.
Active Subscriptions:

None
Thanks for your prompt answer. I think I didn't explained myself right.

As for the first issue, the problem is that it shows the login form side by side with the registration form, when it should show only the registration fields (as set in CB).

The second issue I believe is just a consequence of the first one, where everything has no format. I hope the screenshot clarifies this:
imageshack.us/photo/my-images/690/issuecb.jpg/
http://imageshack.us/photo/my-images/690/issuecb.jpg/

Regards.
The topic has been locked.
Active Subscriptions:

None
could you please show us a screenshot of the CB setting you are referring to, or just it's name (and where to find it).
The topic has been locked.
Active Subscriptions:

None
Offcourse.

Screenshot: imageshack.us/photo/my-images/96/settingcb.jpg/

Its in Configuration on CB, under Registration tab, the specific item is: Show login on registration page

Best Regards!
The topic has been locked.
Active Subscriptions:

None
Please your help and support.

Thanks in advance!
The topic has been locked.
Support Specialist
Carlos,
The Login form you see is part of JFBConnect. We don't have an option to hide that form in our configuration. If you want to hide it, you'll need to modify the /components/com_jfbconnect/views/loginregister/tmpl/default.php file

You should copy that file to:
/templates/<YOUR_TEMPLATE>/html/com_jfbconnect/loginregister.php
And modify it there. That will make sure your changes aren't overridden when you update JFBConnect in the future.

Sorry for the inconvenience,
Alex
The topic has been locked.
Active Subscriptions:

None
No problem and thanks for the answer. Just would like to have a little more info.

1. "f you want to hide it, you'll need to modify the /components/com_jfbconnect/views/loginregister/tmpl/default.php file " Should I leave the original as it is?
2. "You should copy that file to: /templates/<YOUR_TEMPLATE>/html/com_jfbconnect/loginregister.php" By this you mean copy the default.php, rename it to loginregister.php and create the folder com_jfbconnect where indicated?

sorry for the trouble and thanks again.
The topic has been locked.
Support Specialist
Yes, you should leave the original as it is. I misspoke when I put the .php at the end of that directory originally. You should copy that default.php file to the following location (creating any directories that don't already exist, if necessary):
/templates/<YOUR_TEMPLATE>/html/com_jfbconnect/loginregister/default.php

Alex
The topic has been locked.
Active Subscriptions:

None
Worked perfect.

Thanks a lot, and maybe you can save this topic as SOLVED so other may use it if needed.

Regards.
The topic has been locked.