View Full Version : Miscellaneous Hacks - FXI Gravatars - Automatically Replace Avatars (all, custom, or empty) with Gravatars!
EugeneFXI
02-19-2009, 10:00 PM
I was looking for a mod that forces all users on my forum to use Gravatars, but couldn't find anything at all, except mention that VB 4.0 will have this feature built in... so I decided to learn to make VB mods and give it a try myself.
This mod will replace user avatars for showthread.php, showpost.php, member.php, and memberlist.php with Gravatars (Globally Available Avatars).
You can learn more about Gravatars at http://www.gravatar.com
Installation:
1. Just install the XML file via Add/Import Product, and you're set.
2. You can configure the maximum Gravatar rating, default image, and sizes via the AdminCP under "FXI - Gravatar". You can also set up which users you want the Gravatars to be used for - all users, only those with avatars, or only those without avatars.
Uninstallation:
1. Just uninstall the product and you're done.
Upgrading:
1. Just set "Allow Overwrite" to Yes and install as usual.
Caveats:
1. This mod relies on automatic template edits to postbit (or postbit_legacy), memberinfo_block_ministats, and memberlist_resultsbit, so if you made heavy modifications to these areas, my changes might not take if it can't find the target code.
2. If you notice any areas where the "old" avatars are still in place and not being replaced by my mod - please let me know!
Demo Site:
http://forums.fxinstructor.com
Change Log:
1.0 - 2009.02.20 (Initial Release)
1.1 - 2009.03.27
+ Optionally replace avatars only for users with avatars
+ Optionally replace avatars only for users without avatars.
+ Now works without having to disable the built-in avatar system.
+ Works on the memberlist avatar display too.
1.2 - 2009.04.09
+ Support for postbit_legacy
+ Moved MD5 calculation to MySQL query
Enjoy!
bullet07
02-20-2009, 01:30 AM
Nice i will give it a try later.
Rickeo
02-20-2009, 01:43 AM
I would install but I don't want to force users to have Gavartar plus I am using Facebook connect so I don't want it to have a huge impact on my site and cause errors anyway of having an option where they can still use custom avatars but have the option to enter gavartar username and passowrd which will upload there avatar from there.
EugeneFXI
02-20-2009, 01:50 AM
I would install but I don't want to force users to have Gavartar plus I am using Facebook connect so I don't want it to have a huge impact on my site and cause errors anyway of having an option where they can still use custom avatars but have the option to enter gavartar username and passowrd which will upload there avatar from there.
Rickeo, that is a valid concern - when I work on this some more, I'll try to make this selectable on a per-user basis. But like I wrote in the description - I needed something NOW, and this does the job. Quick n' dirty, but effective.
I haven't encountered any problems yet - you can see how it looks at http://forums.fxinstructor.com
Hornstar
02-20-2009, 04:47 AM
Yeah it is a good start but I will also wait for another version that can support the ability to either use a custom uploaded avatar or one from gravatar.
ABDALWAHID
02-20-2009, 02:59 PM
Thanks, installed...
elmati
02-20-2009, 04:29 PM
If the user dont use a custom avatar uploaded by himself then we force a gravatar for him.
i mean use gravatar as default avatar until they upload a custom one.
Btw, nice mod! :D
hctopcu
03-24-2009, 11:20 PM
What if we give an option through profile fields as "Use my gravatar".
If choosen then we could put the gravatar. Else normal avatar.
EugeneFXI
03-27-2009, 01:36 AM
Thank you for the feedback, guys! I will try to overcome the limitations of this version for my next release, so stay tuned.
Great suggestions!
EugeneFXI
03-27-2009, 04:17 PM
Just posted version 1.1 which deals with several issues which have been discussed so far, mainly the ability to select which groups of users get their avatars replaced - everybody, those with avatars, or those without avatars.
For the next version I will try to let users themselves choose what they want to use. For now its still in the hands of the admin.
buro9
04-02-2009, 09:15 PM
This only works for 'postbit' and not the 'postbit_legacy'.
Would be good for it to detect which is in use and use the appropriate set of regular expression patterns accordingly.
buro9
04-02-2009, 09:35 PM
And you're doing a query per postbit in showthread?
So for my default setting of 50 posts per page, my showthread goes from 13 queries to 63 queries per page?
You might want to consider modifying the call for the postbits to add the email address there or better still to have mysql perform the md5 and return that.
I love this hack, it's great. And the postbit > postbit_legacy changes are small. But I can't take a performance hit like that on the database. When this bit is fixed I'll enable it again... until then disabled.
EugeneFXI
04-09-2009, 07:52 PM
Buro, thank you for the feedback!
The latest version adds support for postbit_legacy, and I have moved the md5 calculation to the database query - but I can't eliminate the query (at least not until I figure out how to get the poster's email address :D)
Any suggestions?
adc-arab
05-17-2009, 04:09 PM
great mod :) installed but unfortunately the avatar doesn't appear in the postbit_legacy i have a heavy modification especially at the avatar i have the prison bar mod
https://vborg.vbsupport.ru/showthread.php?t=177980
so i guess the mod can't find the target code :(
I really need it to work any help please
EugeneFXI
05-18-2009, 12:39 AM
Hey Adc-Arab - thanks for the comment!
I'll check out how the prison bars mod interacts with the postbit and will release an update - will keep you posted.
Cheers
adc-arab
05-18-2009, 03:31 AM
thank you EugeneFXI I'll be waiting for the update :)
dannykilla
05-19-2009, 10:40 PM
Awesome, if I have any suggestions they would be;
1. To have the option upon registration and/or on the users cp, something like "use my gravatar" and enter you email address, and underneath that have the option to use an uploaded avatar.
2. Have group permissions, so that the admin can set who is allowed to use their Gravatar and who isn't.
Thanks alot Eugene.
Dan
goshalim
06-24-2009, 06:10 AM
HI ,
First to tella i have install it,
But Iam looking for ta mod to force uesrs to use an AVATAR befire finishing theire registration.
Does any one knows ?
Jim Westergren
10-20-2009, 09:51 AM
Just what I was looking for, thanks a lot.
EugeneFXI
05-03-2010, 11:33 PM
Thanks for the feedback everybody!
At this moment in time, the FXI Gravatars plugin does exactly what I need it to do for the FX Instructor forums, which run VB 3.8.5, and while I'd love to add the features suggested in this thread, I simply don't have the time to dedicate to it.
I've enabled code-reuse on this mod, so if anyone wants to try their hand at one-upping me, you're welcome to it. I might pop back over and work on it some more if my schedule changes - but at this point it's unlikely.
I hope you all continue finding this mod extra-helpful and use its code to further benefit the VB community. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.