1. David_Barnes
  2. Support
  3. Wednesday, February 18 2015, 01:29 PM
Please Please could somebody help - i am pulling my hair out, the documentation reallly dosent provide much help

Issue One - the avatar image is not showing properly - i need this because i have purchased jbolo application
Issue Two - please could you tell me how you created the module displaying all the social networking tabs especially the login and register tabs, i can create the accounts with the social site,, but cant seem to create this end
Issue Three- after you loggin , i would like a module to dispaly a logout link with a image of the avatar like you have on the site.

I have been trying for 2 days now and i am no closer to getting it done.
I am using a demo site at the moment to test the application before i take the dive and add it to the live site

Please help as much as you can it creating the structure thanks

Dave
Accepted Answer
admin Accepted Answer
Admin
Hi,
yes this is mini avatar, I can see low resolution, the problem is CSS

add this CSS code
.jm-module-raw img-avatar{width:40px}


or you can user this sintax in your Custom HTML module
<img src="/{user avatar raw}" width="40" />

with {user avatar raw} you get only image link, so you can configure classes and inline styles
  1. more than a month ago
  2. Support
  3. # Permalink
admin Accepted Answer
Admin
Hi,

Issue 1 - Avatar
Try to use a square image for default avatar.
Your template use bootstrap classes, this is good. In our Default configuration for avatar we use 'img-circle' class (you can set this from Administration->Components->Easy Profile->Avatar Field->Image Field Options tab->Class parameter) so your template add border-radius CSS statement; this is a result with rectangular image.

Issue 2 - Social Login Buttons
you can place shortcuts to anywhere you want, at the point where you want to insert this code into modules or articles:
{socialconnect}
Docs at https://www.easy-profile.com/docs/24-social-connect.html

Issue 3 - Retrieve User Data to put in articles or modules
We have a Content Plugin, with this plugin you can put user data in modules or articles, docs with examples at https://www.easy-profile.com/docs/26-plugin-content.html
CONTENT PLUGIN NOTE: this is a plugin so if you want to put the code into Custom HTML module you need to enable "Prepare Content" parameter in module options

Our block with avatar and Logout button
This is a Custom HTML Module with this code
<p style="text-align: center;">{user avatar_mini}</p>
<p style="text-align: center;">{user name}<br /><i class="icon icon-log-in"> </i> {user lastvisitdate}</p>
CODE TO RENDER MEMBERSHIP LEVEL
<p style="text-align: center;"><a class="btn btn-default" href="/component/users/?task=user.logout&Itemid=542"><i class="icon icon-log-out"> </i> Logout</a></p>
CODE TO RENDER OTHERS LINK


NOTE LOGOUT BUTTON: in our site logout button is a simple link, this works because we have changed Joomla code, otherwise we would have an error when check the token. You can use simple Login Module after User Avavar and name
  1. more than a month ago
  2. Support
  3. # 1
David_Barnes Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Hi,
we have found your problem :D .
You have a plugin called "System - NoNumber CDN for Joomla!", this plugin replace path of images,docs,javascript,CSS... files with CDN path. Easy Profile store avatar into /images/profiler/ folder, this plugin replace path of image from http://yourdomain.com/images/profiler/avatar.jpg into https://woppull.whatsonpacifica.netdna-cdn.com/images/profiler/avatar.jpg, so not found nothing.

How to solve
in this plugin there is a parameter called "Ignore Files", in this parameter we have put images/profiler directory ;)
  1. more than a month ago
  2. Support
  3. # 3
David_Barnes Accepted Answer
Pro
First of all i wish to thank you for your patience in this matter - the image works perfectly now, but there seems to be another issue

Tested the logging in all perfect,, but the {user avatar_mini} doesn't display the mini avatar it displays the large image instead. the module is name mini Avatar in the position top-bar2

Hopefully this will solve all my issues.

I wish to thank you for all you have done. And look forward to extending our support in the log term

Thanks in advance
  1. more than a month ago
  2. Support
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.