SFFNetwork
Member
Currently our forum uses dynamic default avatars (the dynamically generated letter and color), and while these work fine, they are fairly boring. We are hoping to instead use something like tinygraphs, which allows one to append a value to a URL (like so:
In Appearance > Styles > Style properties > Avatars, there is a "Default avatar image URL" setting, and so I am wondering if there would be a way for me to enter something like
Thanks!
http://tinygraphs.com/squares/[value]
), and then use it to return a randomly generated avatar using the [value]
supplied as a seed. Our thinking is that by inserting usernames as the [value]
, we can generate unique avatars for everyone that are more aesthetically pleasing.In Appearance > Styles > Style properties > Avatars, there is a "Default avatar image URL" setting, and so I am wondering if there would be a way for me to enter something like
http://tinygraphs.com/squares/"{$xf.user.username}"
in this setting such that everywhere the default avatar is generated and displayed, we could pass the username of the avatar's associated user into the URL, and thus produce their unique avatar. Is something like this possible to do? And if not, is there a template for default avatars that could be edited to produce this result?Thanks!