threadloom
Well-known member
Hi!
We're looking to expand avatars out into some of our addons. I've seen the addon for avatar.php released by @Jake Bunce which is great for XF1, but is trying to do that without requiring the plugin, are there other methods, specifically for XF2 as well?
I've found a few other threads, unfortunately they didn't bring any additional clarity.
Thank you for any insight you can provide!
We're looking to expand avatars out into some of our addons. I've seen the addon for avatar.php released by @Jake Bunce which is great for XF1, but is trying to do that without requiring the plugin, are there other methods, specifically for XF2 as well?
I've found a few other threads, unfortunately they didn't bring any additional clarity.
XF 2.0 - Get Avatar URL
Hi, as you read in the title, i need the code to create the avatar link. example: https://SITE_NAME/data/avatars/o/14/14267.jpg?1533002242 How do I get this link with code?
xenforo.com
XF 2.0 - Pull dynamic avatars externally
It's possible to pull whether or not dynamic avatars is enabled using $dynamicAvatarEnable = \XF::options()->dynamicAvatarEnable;; however, I tried to dump($user) to see if there was a way to determine a path or a way to get the dynamic avatar. I'm not seeing how to get the dynamic avatar to...
xenforo.com
Thank you for any insight you can provide!