Skip to Content Skip to Menu

[SOLVED] New avatar url

  • activha
  • activha
  • OFFLINE
  • Posts: 2326
  • Thanks: 117
  • Karma: 13
3 years 5 months ago - 3 years 5 months ago #324828 by activha
[SOLVED] New avatar url was created by activha
Hello

Moving to CB 2.6 it seems like some links are broken when we call the link to an avatar like this and avatar is set to initials only
Code:
$refavatar = $cbUser->replaceUserVars ('[cb:userdata field="avatar" /]');
and
Code:
<img src="<?php echo $refavatar; ?>" class="w-50 rounded rounded-circle img-fluid img-raised">
Last edit: 3 years 5 months ago by krileon. Reason: Added [SOLVED] tag to subject

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48424
  • Thanks: 8274
  • Karma: 1443
3 years 5 months ago #324832 by krileon
Replied by krileon on topic New avatar url
Initials based avatars don't have a URL. They're PHP generated SVGs. I do not recommend using either of those approaches to output avatars. I recommend always outputting them with HTML intact then use CSS to add any additional styling you may need. If you still want to do what you're doing then I suggest not using initials based avatars as it doesn't fit your usecase.


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.

  • activha
  • activha
  • OFFLINE
  • Posts: 2326
  • Thanks: 117
  • Karma: 13
3 years 5 months ago #324840 by activha
Replied by activha on topic New avatar url
Got it

HTML display is fine also, simple to adapt

Thanks
The following user(s) said Thank You: krileon

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

Moderators: beatnantkrileon
Powered by Kunena Forum