Skip to Content Skip to Menu

What's the code to pull someone's avatar?

  • tommytoxen
  • tommytoxen
  • OFFLINE
  • Posts: 61
  • Thanks: 11
  • Karma: 6
12 years 1 week ago #212528 by tommytoxen
What's the code to pull someone's avatar? was created by tommytoxen
Hi,

I have something called FCChat, and when trying to pull someone's avatar it's going to

modules/mod_fcchat/proxies/images/comprofiler/avatar.jpg

Instead of images/comrpofiler/avatar.jpg

Changing the path in the module's config doesn't work, I'm looking at the PHP file where it pulls the avatar but not sure how to change the variable $avatar.
Code:
//Grab the avatar if(RETURN_AVATAR){ $avatar=fc_get_avatar(); if (!empty($avatar)){ echo "<fcchatresponse2>/" . $avatar . "<fcchatresponse2>"; }else{ echo "<fcchatresponse2><fcchatresponse2>"; } } } }else{ $avatar=fc_get_avatar(); if (!empty($avatar)){ echo "<fcchatresponse>/" . $avatar . "<fcchatresponse>"; }else{ echo "<fcchatresponse>0<fcchatresponse>"; } }
Code:
$avatar=fc_get_avatar();

Anyone have any ideas what I need to change here for it to pull CB's avatar function call?

Here's the full source code incase:

Warning: Spoiler!

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48449
  • Thanks: 8280
  • Karma: 1443
12 years 1 week ago #212546 by krileon
Replied by krileon on topic Re: What's the code to pull someone's avatar?
You'll need to first load in CBs API then use getFields API to pull the avatar field. Please see the below tutorials.

www.allmysocials.com/directory/tutorials/item/231-include-api-externally

www.allmysocials.com/directory/tutorials/item/235-obtaining-field-values-through-api


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum