Resource icon

AddOn Avatar Maker (Avatar Alive) [Paid] 1.1.2

PayPal: $15.00
This add-on no longer need for XF2. You do not need to buy this in XF2.
 
I think you didn't understood. Let me explain again:
I'm using XF1. I'll purchase your add-on to use it on my XF1 forum if you update it to:

1. Provide an option to automatically generate colors (both background and text) like XF2 does. Currently your add-on can't do that and asks for a specific set of colors, I want it to automatically generate colors, like XenForo 2 does.
2. Provide an option to choose if we want to show first two letters or only first letter like XF2 does. Currently your add-on shows first two letters, I want it to only show first letter, like XenForo 2 does.
 
I'll buy if you provide instructions on how to show only first letter instead of two. Example: Nobita Kun = "N" instead of "NK"

Also, you need to improve add-on because it is bad for caching. Instead of code like this for each generated avatar:

Code:
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAB1UlEQVRo3u3ZvUsbcRjA8e+dlxijEUlDnBQatEsliNhmaMEl0kBFJ/sH1E3aP0bFuS/opJtaaCG1hbqIwSxWqEp005T4EmIkXu7SQZSWDor3+0WE59nuyJe7z3GvxHgVn65xj8fkno8ABCAAAQhAAAIQgAAEcHdj3fSHhgGzM+P/rT85KVMolFjP7rG8/JPDw1MtvWfA31MolLDtKgDB5kZisSixWJSR4T4+fPxBOr2htfcMmJz6wtbW/tVyW1uQZLKHkeE+xl4PEGzys7C4rq1Xfg0cH5eZn19lYuIzAKOjT+nseFCXXulFvJbJsbLyC8tq4OVQb1165Xeh9NeL8/dJ/0N8vgbtvXLAzk4e160RCPiJRlu198oBtu1wdnYOQDjcor3X8iC7vEUGAj7tvRaA33+x4csjqbM31e+8dXXkjo5OtffKAd1d7ZimQaVik88XtffKAcnkYwAymV1s29HeKwU8f/aIRKILx3FZ+pStS2+p2PFIJEQqFSf1Ig7A3NwqudzvuvS3Arx9M0jlvIppGDS3NNIaagKgWnV49/76t0mvvWdAJBICwHVrFItltrcPyGb3+PZ980bv8177f74z5A8OAQhAAAIQgAAEIAABCOC28wdY6wIiWAd5HQAAAABJRU5ErkJggg==

Just call the generated avatar file, for example internal_data/nobita/avatar_alive/whatever.jpg

So this way we can cache the images, otherwise it is very bad for performance.
 
Last edited:
Back
Top