Topic-icon Configuration problems

Active Subscriptions:

None
12 years 5 months ago #39806 by ct197475
Hi there,


I am facing difficulties to implement the followings:

My site :
www.men-esthetics.com
JM : 2.5.14
VM : 2.22.C


> when I try to log with my Google+ account (This email address is being protected from spambots. You need JavaScript enabled to view it.), it logs with the super-admin specs (other mail)
> impossible to make AlphaUser and JFB work as the AUP is enabled in Config/Misc
> did not get how I could Register with JFB and not only login.
> did not get either how I could import JFB in productdetails Virtuemart; I should use the tags?

Thanks for your quick support.

Best,

Xris
The topic has been locked.
Support Specialist
12 years 5 months ago #39814 by alzander
Replied by alzander on topic Configuration problems
Xris,
I'll try to answer as best I can, but I'm not sure about some of the issues you're having:

when I try to log with my Google+ account (This email address is being protected from spambots. You need JavaScript enabled to view it.), it logs with the super-admin specs (other mail)

I just tried to log in. A new account (aleand) was created for me. I had to activate the account. Then, I was able to login as expected. If you're being logged into the 'wrong' account, it means you associated Google+ to the wrong account. Please go to the JFBConnect -> Usermap area and find the incorrect connection between the Joomla site and the Google user and delete that connection.

impossible to make AlphaUser and JFB work as the AUP is enabled in Config/Misc

What rule are you trying to use in AUP? JFBConnect has rules for Facebook Like, Facebook Comment and Facebook Requests. Have you installed and enabled and configured those rules?

did not get how I could Register with JFB and not only login.

I'm not sure what you mean by this. Could you describe more?

did not get either how I could import JFB in productdetails Virtuemart; I should use the tags?

JFBConnect will automatically set title and description tags for your page. To add the image tag, I'd recommend looking at our Open Graph image tags for Virtuemart guide, which should help you set that up.

I hope that helps. If you need any more information, just let me know.

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

None
12 years 5 months ago #39885 by ct197475
Replied by ct197475 on topic Configuration problems
Hi Alex,

Thanks for your quick support ;-)

1. solved; cool
2.
What rule are you trying to use in AUP? JFBConnect has rules for Facebook Like, Facebook Comment and Facebook Requests. Have you installed and enabled and configured those rules?
I want people to get points when
- they like the fan bloc
- they like a product page
- they invite people from FB but if I got it right, you need to buy a SSL certificate for that correct ?

for example for the moment when I am logged with FB and that I like the fan bloc at the bottom of the page I am not credited by any points.
But I don't see the tutorial how to create this rule.

3.Register with JFB and not only login = how do I integrate the FB, G+... tabs in the joomla registration form. please clic on "s'inscrire" (register in French)

Thanks,

Xris
The topic has been locked.
Support Specialist
12 years 5 months ago #39963 by alzander
Replied by alzander on topic Configuration problems
For Alpha User Points, please make sure you've downloaded the AUP integration plugins from the link below:
www.sourcecoast.com/index.php?option=com_ars&view=release&id=1
Then, install the files in that package in the AUP Plugin Installer.
Finally, ensure that AUP integration is enabled in the Social -> Misc configuration are of JFBConnect.

After that's done, you can configure the points in AUP to be awarded however you need.

3.Register with JFB and not only login = how do I integrate the FB, G+... tabs in the joomla registration form. please clic on "s'inscrire" (register in French)

In the JFBConnect -> Configuration area, there is an option for "Integrate into Joomla Login". It looks like you already have that set to "Bottom" as I see the login buttons at the bottom of the page. You can change that setting to Top if you'd like them higher up on the page.

If you need more customization, you'd need to modify the registration page on your own. We can gladly give you pointers on how to do that if you'd like.

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

None
12 years 5 months ago #40176 by ct197475
Replied by ct197475 on topic Configuration problems
Hi Alex,

First of all, the very best for 2014!!!

Getting back on track with this site and I still struggle to fix these following topics :

1.
3.Register with JFB and not only login = how do I integrate the FB, G+... tabs in the joomla registration form. please clic on "s'inscrire" (register in French)

Your answer : If you need more customization, you'd need to modify the registration page on your own.

> Yes the Login section is done, but I want also the buttons FB/G+/... to appear in the Register (s'inscrire on my site) section like you did on your site.

2.
JFBConnect will automatically set title and description tags for your page.

> I cannot any Like button appear on any Virtuemart details page and inserting the OpenGraph Line in the Product-details-view of Virtuemart does not change the pb.

Thanks for your support,

Best

Chris
The topic has been locked.
Support Specialist
12 years 5 months ago #40196 by alzander
Replied by alzander on topic Configuration problems

Yes the Login section is done, but I want also the buttons FB/G+/... to appear in the Register (s'inscrire on my site) section like you did on your site.

The "Integrate with Joomla Login" setting should add the buttons to both the Login area and Registration area. Please check if you're using a different registration extension than what's built in to Joomla. If so, you'd need to manually add the buttons to the other extension, but we can help you with that.

I cannot any Like button appear on any Virtuemart details page and inserting the OpenGraph Line in the Product-details-view of Virtuemart does not change the pb.

After you add the Open Graph tags to a page, it can take Facebook a few days to 'see' the change. You can run your page through the Facebook URL Debug Tool to test your page and see if the updated tags are set properly though.

To add the Like button to the page, please use our Social Buttons module. That will give you the option to add the buttons to any module position. If you need even more flexibility, you'd need to add the {JFBCLike} tag to your Virtuemart template to have the button show in a specific spot on your fly pages.

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

None
12 years 5 months ago #40201 by ct197475
Replied by ct197475 on topic Configuration problems
Hi Alex,

you'd need to add the {JFBCLike} tag to your Virtuemart template to have the button show in a specific spot on your fly pages.


1. I try to put these button in a single line (horizontal mode) but this code does not work; can you give me the correct one?
<ul style="list-style: none outside none;">
  <li style="display:inline;">
    {JFBCLike}
  </li>
  <li style="display:inline;">
   {SCTwitterShare}
  </li>
    <li style="display:inline;">
   {SCGooglePlusOne}
  </li>
     <li style="display:inline;">
{JLinkedShare}
  </li>
</ul>


2. FB like button : how suppress the word "share" and the sentence "x persons like that" and have only a counter


Thanks

Chris
The topic has been locked.
Support Specialist
12 years 4 months ago #40259 by alzander
Replied by alzander on topic Configuration problems
Chris,
Sorry for the delayed response. If you're using the tags, that can require some additional CSS to make the buttons align horizontally. You can add the following to your template's CSS file to make each social button go float left (go horizontal):
.jlinkedShare, .sc_twittershare, .sc_gplusone, .jfbclike { float: left; }
I'd suggest prefixing that with a class from your Virtuemart template so that it only affects the social buttons in Virtuemart and not other areas of your site. You can do so like:
#virtuemart .jlinkedShare, #virtuemart .sc_twittershare, #virtuemart .sc_gplusone, #virtuemart .jfbclike { float: left; }
I honestly don't know the Virtuemart styles, so that was just an example.

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

None
12 years 4 months ago #40568 by ct197475
Replied by ct197475 on topic Configuration problems
Hi Alex,

Thanks for your help!

I get this message "Attention : www.men-esthetics.com/parfums/colonia-in...ant-detail?showall=1 is not joignable." under the comment box.

What can I do about that ?

Best,

Chris
The topic has been locked.
Support Specialist
12 years 4 months ago #40572 by alzander
Replied by alzander on topic Configuration problems
That message isn't showing for me. When that does show, it's usually a bug on Facebook's part. Until Facebook has been able to crawl/scan a lot of pages on your site, that message will show. If you're site is new to Facebook (you just added Facebook integration), that message may show for a few days.. but then it should clear itself up after Facebook realizes your site is not malicious, spammy, etc.

As noted, I don't see the message, so it may already be clearing up. Should you still be having any issues though, just let me know.

Thanks,
Alex
The topic has been locked.