Topic-icon I bought the JFB Connect component, but nothing is working

Active Subscriptions:

None
11 years 11 months ago #44747 by cpmil
Hi .. I followed the steps you told me:

LinkedIn - Step 3-4-2 (OAuth 2.0 Redirect URLs)
Google - Step 7-4 (Authorized redirect URI)

Really, you were right .. Now works correctly! I was very happy. Really, JFB Connect is fantastic!

A doubt ...

How to fix this message:

You must specify one of `href`, `id`, `profile_id` or `name`

prntscr.com/3sa71s


Thanks again

"I will now send the translations I did ... took me two days to finish ... the JFBConnect has muuuitos resources .." =)
The topic has been locked.
Support Specialist
Glad to hear you're making progress. Can you let me know either:
* What module you've configured that showing that message
* Or, what page URL we can see that error on?

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

None
The topic has been locked.
Active Subscriptions:

None
11 years 11 months ago #44797 by cpmil
Hello Alex,

Please, I have some problems displaying the JFB Connect

1) See:

prntscr.com/3swvft


I would like to stay this way:

prntscr.com/3swz1u

I saw no class in sc login to operate changes ...

You could access my site and help me?

I use this template:
demo.joomlaxtc.com/bandit/

It is so difficult to make this adjustment ...

www.cursopreparatoriomilitar.com.br

2) One other thing ... is there any way I can pull the user's photo that he uses in social networks for joomla or k2? I did not find this option in the user mapping ...


Thank you!
=)
The topic has been locked.
Support Specialist
I don't see the warning you posted above in the URL you posted. Did you fix that issue?

1) Looks of the SCLogin while logged in:
I just tried to register on your site using Joomla. Every time I filled out the fields and clicked "Confirmar Registraro" I was brought to the login page. Not sure what's preventing me from registering, but I'd like to test without using JFBConnect to register so that I can see all the social login buttons at the top. Can you fix that or create me a test account that I can login with? Once I get in I can help determine the right styles to add to your template.

The next release of the SCLogin module will have better classes for most features of the login area, which should make styling things easier.

2) If you enable the Social Profiles - K2 plugin, there will be an option to import the user's avatar in the JFBConnect -> Profiles area. Joomla itself doesn't have a way to store the user's avatar, only some specific profile fields when the User - Profile plugin is enabled.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
11 years 11 months ago #44816 by cpmil
Hello Alex,

First, thank you for the support you have given me. Glad to know that on the internet there are serious and responsible professionals, who always care about the quality of the products they offer. I have indicated the JFBConnect for two friends of mine. I hope they are also part of JFB Connect family.

1) Well, I created an account for you, ok? That way, you help me. I really like this part, actually, he's amazing. I'm sending the login data to the same place where I sent the translations, okay?

I'll explain to you how my system works ... A customer is buying a course that seeing here. Upon purchase, you need to buy using the virtual store. The shop is virtuemart2. So when he makes a purchase, it's automatically open the form to the client vm2 fill.

If he has an account, simply log in and complete the purchase.

A major advantage is that the JFB can feed the forms vm2.

With this information, please if you can do the configuration of the system for me.


2) In this link: www.cursopreparatoriomilitar.com.br/conteudo-gratuito/simulados

Do you see a mistake down the page ... note:

prntscr.com/3t4obq


I use to improve my k2 articles and gain access to k2 reviews ... Some days, I'll put a module on the home to bring up the reviews and also the picture of them (the photos will be in the form of k2 or be powered by JFB Connect).

3) There are other settings that JFB did not, because I can not totally mess at all. If it can do to me and explain to me ... Doing this, I learn more about this fantastic component.

4) If you have any ideas to improve the site, please can you say, okay?

Again, thank you!
The topic has been locked.
Support Specialist
1) I'm not sure what we can do to help here. I just registered using Facebook / JFBConnect. I was brought to the registration page where I could fill out the few details that weren't already imported from Facebook. With that, my account was created and my profile information was brought into Virtuemart as expected.

For the styling of the SCLogin/logout area, you'll need to make a few changes. First, add the following to your CSS file or our theme file in /media/sourcecoast/themes/sclogin/sourcecoast.css:
/* Make everything inline */
#scprofile-pic, .sclogin-greeting, .sclogout-button, .scuser-menu {
float: left;
}
.sclogin-social-connect {
float:left;
}
/* Make the buttons align better */
.scuser-menu a {
padding: 5px;
margin-top: 0;
}
/* Float the "Conectar este .. " text to the left of the connect buttons */
.sc-connect-user {
float:right;
}
Then, edit the /modules/mod_sclogin/tmpl/logout.php file. You'll need to move the Reconnect buttons to show before the logout area. To do so, move the block of code at line 49, that looks like:
if ($params->get('showConnectButton'))
{ ?>
    <div class="sclogin-social-connect">
        <?php echo $helper->getReconnectButtons($params->get('socialButtonsOrientation'), $params->get('socialButtonsAlignment'));?>
    </div>
<?php
}
To the top of the file directly under:
<div class="sclogin sourcecoast">
That should get you very close to what you're looking for, but implement it, test, and let us know what else needs to be fixed up.

2) Thanks for the info. I don't see that error because I'm not an administrator of your Facebook App. The reason you're seeing that error is because you've configured an SCSocialWidget -> Facebook Like Box. In the parameters, you haven't set the href parameter for your Facebook Page. You need to set that or the Like Box won't know what content to display.

3) There are other settings that JFB did not, because I can not totally mess at all. If it can do to me and explain to me ... Doing this, I learn more about this fantastic component.

There's lots of features in JFBConnect. Can you let me know any specific features you're curious about? I'll gladly help explain or point you to the right documentation.

4) Your site looks good to me. I don't know of any changes I'd make. However, I also don't know your market, audience or any other factors. The overall look of the page looks really good though.

I hope that helps get you going. If you need anything else, just let me know!

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

None
11 years 11 months ago #44841 by cpmil
Hello Alex,

I did as you guided me ...

It worked the first part ... (changed the sourcecoast.css file)

See:

prntscr.com/3thu0q

But after I change the login.php (/ modules / mod_sclogin / tmpl / logout.php), the social bar is gone ... see:

prntscr.com/3thtac

What should I do?


Thank you!
The topic has been locked.
Support Specialist
I'm not sure why that wouldn't show when you move that. If you move it back to the original position, does it start to show again? It normally went at the bottom in a section that looks like:
if ($params->get('showUserMenu'))
{
    echo $helper->getUserMenu($params->get('showUserMenu'), $params->get('userMenuStyle'));
}

if ($params->get('showConnectButton'))
{ ?>
    <div class="sclogin-social-connect">
        <?php echo $helper->getReconnectButtons($params->get('socialButtonsOrientation'), $params->get('socialButtonsAlignment'));?>
    </div>
<?php
}

We'll have to investigate further as to why it won't work at the top, but it's frankly bizarre.

Alex
The topic has been locked.
Active Subscriptions:

None
11 years 11 months ago #44867 by cpmil
Hello Alex,

I'm sending you to verify the changes I made.

I think I did correctly. I showed a friend and he found that the changes are correct.

www.cursopreparatoriomilitar.com.br/arqu...juste_jfbconnect.zip

Please, if you can leave attached the corrected file here ...

thank you very much
The topic has been locked.