× Joomla Facebook Connect support forum

Topic-icon Problem when user not log in and logged in

Active Subscriptions:

None
Hi Alex,

Could u please check or tell me why the User avatar does not display in JFBConnect login module?
The topic has been locked.
Support Specialist
13 years 1 week ago #9817 by alzander
Binh,
I just tried to check your page, and was getting a 404 error. Has it moved somewhere that we can see the current behavior?

For the JFBCLogin module, to adjust the height/width, you can either add some styles to change the font-sizes or remove some margin to the Login module itself. We can help you with this, but would need to see the page. The other alternative is to create a new login module template, and there you can modify the looks of the login box as much as you want. You can create a Template Override to do this easily, just check out the instructions on the page below:
www.sourcecoast.com/extensions/troublesh...ng-joomla-extensions

I'll try to figure out how to do the Agora code, but I'd really recommend posting that question in the Agora forums to say "I need to add code 'here', what template file is that in". Once you get that, you should simply be able to add {JFBCLike} to wherever they tell you to put it.

It may take us a little bit of time to figure it out ourselves.

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

None
Hello,

Sorry for down the test site when you still not check, im just not sure when will you do. Please re-check at baoan.ws, i want to manage the width or hight of login module coz after logged in, the login module will changed and at there will only the text: welcome ... and logout, its very short and some box in site will not have a good look, so thats why i need to the user avatar can display. Hope u can check soon and help me to fix this problem.

Thank in advance
The topic has been locked.
Support Specialist
13 years 1 day ago #10166 by alzander
Binh,
I just tested the site, and am unsure what you're seeing. My avatar properly showed in the Login module. I've attached a screenshot below. What happens when you log in? Can you try with different Facebook users to see if you have different results?
File Attachment:


As for the width and height of the module, it will automatically resize itself depending on what's in the module itself. Are you trying to fix the height larger than what is displayed? To do that, we'd recommend trying the following in a CSS file, which will make the module always at least the height below. This also allows it to be bigger for when the full login form is shown:
#mod103 {
min-height:100px;
}

mod103 is the ID of that specific module from your site.

Hope that helps, and good luck!
The topic has been locked.
Active Subscriptions:

None
Hello,

Thanks for your reply, i dont know why but every FB IDs i connect did not show the FB avatar, u can see in my attach file below
File Attachment:

All avatars can be show normally at other place but not in login module. Could u please check for my FBConnect Configuration at administrator, if can i will send to you the ID and pass via message.

I have just try to insert the CSS file as your manual, but seem i really not have much knowledge about source so i still fail in it. Could u please help me to make a Login module, which will show all contents, box, links as you default login module when user not logged in, and when logged in it will show users avatar, the welcome text, and then 3-4 users wall status.

Thanks for you support !
The topic has been locked.
Active Subscriptions:

None
Hi Alex,

Really i dont know why, today the avatar profile was show :| Could u please tell me how to make this avatar align in center? All other issues i think i solved.

Thanks in advanced
The topic has been locked.
Support Specialist
12 years 11 months ago #10392 by alzander
Binh,
Try adding the following to your CSS file which should align that avatar in the center of the area:
#ja-right #profile-pic {
text-align: center;
}

Good luck to you!
The topic has been locked.