× Joomla Facebook Connect support forum

Topic-icon Facebook Friends Module

Support Specialist
13 years 1 month ago #8166 by alzander
Replied by alzander on topic Facebook Friends Module
Guy,
Generally, when a user isn't being activated (even when Skip Activation is set) is when there are required fields in the CB manager that aren't being mapped to within JFBConnect. This causes the user to not be saved properly in CB. When you say my account is registered and activated, I'm assuming you're looking at the Joomla User Manager. Can you try looking at the Community Builder User Manager and see if the Activated, Moderated, and Confirmed fields are checked for my user there?

If not, please try checking the required fields again (per my post above). If that seems correct, then, yeah, the next step is probably for me to get in with admin access and see what's causing the user to not be created.

After you check those things, feel free to delete my account so I can create it again and see if it's working.

Thanks!
The topic has been locked.
Active Subscriptions:

None
13 years 1 month ago #8174 by fb_736556280
OK your correct, there were few required fields you didn't enter, I have filled them for you and activated the user in CB, and also gave you admin credentials.
You should be able to login now.
The topic has been locked.
Support Specialist
13 years 1 month ago #8188 by alzander
Replied by alzander on topic Facebook Friends Module
Guy,
For the Friends module, it looks like you've overridden some of the styles in the module's template file. Normally, at line 23 is the following:
<div style="position: relative; top:0px; left:0px; z-index: 100;" id="jfbcfriends">
In your module, it's:
<div style="position: absolute; bottom:20px; left:0px; z-index: 100;" id="jfbcfriends">
That absolution positioning is what's causing it to be in the very bottom of the tab.

As for height, there is no way to specify height specifically, but you can specify the maximum rows. This, combined with the width determines the overall height of the module. However, please note that the Friends module shows only a user's friends who have connected on the site. Therefore, if there are no friends on the site, the module will look empty. If you have it set for 10 rows though, it may show up to about 100 friends, given the width you've provided.

Finally, with the required CB fields, if you still have left those marked as required, other users may run into the same issues as I did where their account is not properly created. We recommend you mark those fields as optional for now.

Thanks,
Alex
The topic has been locked.