Topic-icon Register button not working!

Active Subscriptions:

None
13 years 9 months ago #25893 by carase
websitte www.guitarraviva.com
Joomla 2.5.6
Yootheme template

I have installed the JFB I have 2 problems..

1st all shows on english instead of spanish, an yep... I have choose spanish language on joomla

2nd and most important... JFBconnect doesnt work when user have to choose their nick...

you go to the main page, press to log in with facebook and them go to
www.guitarraviva.com/index.php/component...b3JvL3ByaW5jaXBhbA==

users cant register because REGISTER button doesnt work!
The topic has been locked.
Active Subscriptions:

None
13 years 9 months ago #25894 by carase
Replied by carase on topic Register button not working!
Ok folks, updated information...

Register button doest works because the user need to put something on the field "about me" but if you leave it in blank theres no notification of the must of write something in it... how can i solve it?

The whole component is still on english.... i need the frontent language on spanish! any chance?
The topic has been locked.
Support Specialist
13 years 9 months ago #25902 by alzander
Carlos,
On your home page, I see multiple inclusions of the Facebook Javascript library (all.js) within the HTML. The Error Checker built into JFBConnect should be calling that out, and we'd recommend disabling any other Facebook extensions that may be enabled on the site to test with. It's possible that's where the problem is coming from.

Regarding the About Me not being filled out and not showing a problem, that's a template issue. When Joomla's validation (which we use) detects a field that is not filled out, it adds the class "invalid" to the input that wasn't filled out. You can add the following to your CSS which should highlight the problem fields:
.invalid {
border: red 2px solid;
}

Finally, for the language, JFBConnect uses language files for all of it's front-end views. We distribute a es_ES file that should be used. The only reasons that I can think of that it isn't used is if you have the Language Filter plugin enabled on your site. That plugin will detect the user's browser language and then let Joomla know. We respect that setting and will load the proper language file then. Can you check if the System - Language Filter plugin is enabled? If not, do you have any other language extensions installed on your site?

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
13 years 9 months ago #25904 by carase
Replied by carase on topic Register button not working!
Hi Alex, thanks for answering... i have uninstalled the previous extensions of facebook logins apps, but you are right, it continues returning the error as if the app were installed... how can i solve it? must i delete the all.js and reinstall JFB ? or should i edit?

The other problem that i have right now is that my web site is sending mails to users announcing new users registrations! those emails are supossed to be sent to the administator, but they are sent to plain users...

Thanks in advance and sorry for my english
The topic has been locked.
Support Specialist
13 years 9 months ago #25906 by alzander
If you open the source HTML for your page, the all.js file is still being included 3 times. 1 time from JFBConnect, the other 2 from something else. One looks to be Like-Box/Fan module. I'm not sure what's including the other in the head section. I'd recommend removing those, even just temporarily, to test. This isn't a problem with JFBConnect, so uninstalling it won't help. You need to narrow down the other Facebook extensions that may be conflicting with JFBConnect.

The new user emails are sent to any users marked as "Receive System Emails" in the administrator area. Only users that should actually receive system announcements should be marked to receive system emails. Check those settings and disable it for any user's that should not have it enabled.

Good luck,
Alex
The topic has been locked.
Active Subscriptions:

None
13 years 9 months ago #25908 by carase
Replied by carase on topic Register button not working!
Alex, thanks for answering...

I´m litte new so i cant find the file that need to be edited... where is located? i cant find all.js on my ftp!!!
The topic has been locked.
Support Specialist
13 years 9 months ago #25909 by alzander
No problems. To see the HTML of your page, you can need to find the "View Source" menu option in your browser. That will bring up the HTML that Joomla has generated for your page. In that file, if you search for all.js, you'll see it in there a few times like "//connect.facebook.net/es_ES/all.js". That line is coming from an extension installed on your site that is including (loading) the Facebook Javascript library from Facebook's servers. You won't find that file on your server. You need to determine what other Facebook extensions you have installed that are including that library.

Like I mentioned, the Fan module on the right sidebar of your page looks to be one. You should disable that module. Then, there's another that extension that seems to be including the all.js file as well, but I can't tell what extension that is. Hopefully, you know what extensions you have installed that may have some sort of Facebook integration, and you can disable those features.

Hope that helps explain,
Alex
The topic has been locked.
Active Subscriptions:

None
13 years 9 months ago #25911 by carase
Replied by carase on topic Register button not working!
i have tested the facebook like module and thats not the problem... i think is and old facebook app that i was using to registrer users via facebook
'
i uninnstalled it but it continues returning the error... any chance to remove it manually?
The topic has been locked.
Support Specialist
13 years 9 months ago #25929 by alzander
Carlos,
I guess I'm a little confused. What error are you getting now? I just registered on your site, and I'm not seeing an error. Can you tell me what the error message is and when it appears?

Thanks,
Alex
The topic has been locked.