Facebook should work just fine on localhost.. just make sure you re-run Autotune (hit the Refresh in the top right) and then save the Recommended settings. That should get things going for you locally.1) Any way to test JFBC on localhost + wamp + Windows 7 x64? I’ve got the curl thing all figured out it’s the FB connection that won’t even let me get to this screen. Which is all I want to do so I can format it locally. If not, no worries, just wanted to avoid the upload step.
We do to some extent, but not all templates are the same.. so it's impossible to 'inherit from all of them'. Unfortunately, that means that using your own CSS or creating a template override may be necessary. We can help with any information you may need though, just let us know.2) Is there an easy way to “inheret” the default template style? Or only way is to alter loginregister.css (or override in custom.css)?
This sounds like a bug.. we'll have to look into this.. I'm not sure if we mark the JomSocial required fields at all with an *, that may just be an omission from how we generate those fields.3) The login screen is not marking required fields appropriately with an asterisks. Note that all the fields shown in the screen shot have been set to “required” in the JomSocial Custom Profiles section.
What do you mean the "member's Facebook name as is"? Do you mean for "John Smith", the username would be "John Smith" or maybe "John Smith123" (if there are many John Smiths)? A long time ago, spaces weren't allowed in Joomla usernames. Those are allowed now, and changing that format would be very simple. Let me know if that's what you mean, or something else.4) This one is probably a stretch … I REALLY like the Automatic Registration feature –so seamless! But is there a way to have JFBC just use the new member’s Facebook name as is? If the name is taken, then a generated name would be offered as well as a text box for the member to enter a different name. I have tested the various Auto Username Prefix function but the formatting of the names just seem less appealing.
Yup Alex that's exactly what I mean. And I guess if a user ends up with a suffix due to a duplicate name, they can always change it in their profiles. If I may, that would be a very useful feature though if it notifies of the duplicate, offers an alternative username and also allows the user to enter a name. Can you show me how to keep the name as is just as you described with "John Smith"?alzander wrote: What do you mean the "member's Facebook name as is"? Do you mean for "John Smith", the username would be "John Smith" or maybe "John Smith123" (if there are many John Smiths)?
else if ($usernamePrefixFormat == AUTONAME_FIRSTLAST) //first.last
{
$firstName = SCStringUtilities::strtolower($firstName);
$lastName = SCStringUtilities::strtolower($lastName);
$prefix = $firstName . "." . $lastName;
}else if ($usernamePrefixFormat == AUTONAME_FIRSTLAST) //first.last
{
$prefix = $firstName . " " . $lastName;
}#jfbc_loginregister_userinfo.horizontal #jfbc_loginregister_existinguser
{
width: 40%;
float:left;
}
#jfbc_loginregister_userinfo.horizontal #jfbc_loginregister_newuser
{
width: 55%;
float:right;
}Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
