BryanH Posted May 6, 2008 Share Posted May 6, 2008 Any plans to add Gravatar support to IP.B? Would anyone else want this? Seems convenient. Link to comment Share on other sites More sharing options...
Wondering Soul Posted May 6, 2008 Share Posted May 6, 2008 I like the idea of a gravatar, but im thinking it should end up as more of an add-on (modification) than a built in IP.Board function... Link to comment Share on other sites More sharing options...
BryanH Posted May 6, 2008 Share Posted May 6, 2008 Seems like it would be an easy thing to add support for, though. It doesn't need to be on by default. Link to comment Share on other sites More sharing options...
Lindsey_ Posted May 6, 2008 Share Posted May 6, 2008 I like the idea but like Wondering Soul said better left as a mod :) Link to comment Share on other sites More sharing options...
.Ryan Posted May 6, 2008 Share Posted May 6, 2008 Community project haha? Yes it would be nice I use it globally with wordpress. Link to comment Share on other sites More sharing options...
bfarber Posted May 6, 2008 Share Posted May 6, 2008 Would be relatively easy, but how popular is this particular service anyways? Link to comment Share on other sites More sharing options...
Wondering Soul Posted May 6, 2008 Share Posted May 6, 2008 Would be relatively easy, but how popular is this particular service anyways? Well this topic is the first i've heard of it :P I read all about it on their site though and it sounds like quite a nice system. I still think it would be better as a mod than a built in feature though... Link to comment Share on other sites More sharing options...
bfarber Posted May 6, 2008 Share Posted May 6, 2008 Realistically, if you allow url avatars members can already do this (though they'd need to get the md5 hash of their email address and generate the url manually). Link to comment Share on other sites More sharing options...
.Ryan Posted May 6, 2008 Share Posted May 6, 2008 Would be relatively easy, but how popular is this particular service anyways? Its more a feature used in the blog world, where basically if you frequent sites a lot or participate, ect. when you comment anywhere that accepts a Gravatar it shows the image you have chosen. I know with wordpresses new release its a standard built in feature that you can use. Link to comment Share on other sites More sharing options...
.Spartan Posted May 6, 2008 Share Posted May 6, 2008 Well this topic is the first i've heard of it :P I read all about it on their site though and it sounds like quite a nice system. I still think it would be better as a mod than a built in feature though... Me too and I concur; with its very limited scope, it simply does not warrant a built-in option unless IPB plans to develop a section for such things and make it a subcomponent. Link to comment Share on other sites More sharing options...
BryanH Posted May 6, 2008 Share Posted May 6, 2008 Gravatars are very popular in the blog world, Brandon. And it's beginning to gain traction with message boards as well. That's why I'm suggesting it! ;) Link to comment Share on other sites More sharing options...
BryanH Posted October 24, 2008 Share Posted October 24, 2008 Gravatar just celebrated its 1 year anniversary! And at the urging of WP founder Matt Mullenweg, I thought I'd post up some stats to help convince IPS to consider adding support.... heheGravatar now lives on about 20 servers: 2 Database servers, 1 File server, 2 Load balancers, 5 Caching servers, 9 Web servers, and 1 Development server. That combination of servers is handling an average of 7,214 of your requests every second of every day. That’s a whopping 623,293,056 requests daily! 96% of all of those requests are served directly from cache. These days we get around 5,000 uploaded images every day. Even with this staggering increase in the number of requests we’ve been able to make Gravatar faster, and more reliable than it’s ever been. I'm no PHP expert, but hopefully someday I can figure out how to add this to IPB. http://en.gravatar.com/site/implement That is, if IPS doesn't do it first! :D Link to comment Share on other sites More sharing options...
Jaggi Posted October 24, 2008 Share Posted October 24, 2008 i never understood this service i mean its exactly the same as posting a link to a image anywhere else. Link to comment Share on other sites More sharing options...
Luke Posted October 24, 2008 Share Posted October 24, 2008 Yeah... why do you need build in support for it? Can't they offer some type of permanent url that you can use? Like domain.com/user-12345.jpg, or something similar? And besides, you can do the same thing yourself. Link to comment Share on other sites More sharing options...
Jaggi Posted October 24, 2008 Share Posted October 24, 2008 it is locked down to your email but thats not a hard thing to implement and do on any server. Link to comment Share on other sites More sharing options...
BryanH Posted October 24, 2008 Share Posted October 24, 2008 The point is not having to add an avatar myself. It'll just automatically display my avatar based on the email address I signed up with on any given forum or blog. Link to comment Share on other sites More sharing options...
Jυra Posted October 24, 2008 Share Posted October 24, 2008 I think this would be interesting if it adds the avatar on its own. I do blog, read blogs, and so do some of my members. Blogging is becoming quite big. Link to comment Share on other sites More sharing options...
China J Posted October 27, 2008 Share Posted October 27, 2008 You know I look at this topic from the start and it seems that a lot of people are against the idea soley because they don't have a clue what a gravatar was at the time of posting or how beneficial it really is. Gravatars are widely used in just about every blogging system as well other systems. Adding support for it would be a major plus to IPB. Members who are lazy about choosing a avatar at every site they join can have a global gravatar so no matter what ipb site they join their avatar is already there based on their email. I for one am tired of people joining my site that can't be bothered with updating their profile and sometimes I don't blame them. But it's the no avatar posts and comments that really bugs the hell out me anywhere. Gravatars are supported accross the board at myspace, facebook, myblog log, lastFm, wordPress, and a bunch of other systems. It's a simple addition that I don't feel should be a 3rd party mod. Implement it is the best suggestion imo :P Link to comment Share on other sites More sharing options...
Michael Posted October 27, 2008 Share Posted October 27, 2008 Have fun making a mod out of this. To create the gravatar image, the email address of the user needs passed in, and the get_avatar() function does not know that information. All places that an avatar would show would need their code updated to pass in the email address instead of the existing avatar settings, and then you'd probably also want to tweak the avatar section of the UserCP to allow people to use the gravatar or just use the standard IPB options. Lots o' edits to make a mod out of that. Link to comment Share on other sites More sharing options...
China J Posted November 9, 2008 Share Posted November 9, 2008 Have fun making a mod out of this. To create the gravatar image, the email address of the user needs passed in, and the get_avatar() function does not know that information. All places that an avatar would show would need their code updated to pass in the email address instead of the existing avatar settings, and then you'd probably also want to tweak the avatar section of the UserCP to allow people to use the gravatar or just use the standard IPB options. Lots o' edits to make a mod out of that.I agree. I have no idea why some people think it will be simple to make a mod to do this within IPB. It's much easier and simpler to just use the existing gravatar method and have IPS incorporate it. I hope it makes it. Will make our forums look much nicer instead of the no avatar generic image plagued everwhere. Link to comment Share on other sites More sharing options...
TrixieTang Posted November 10, 2008 Share Posted November 10, 2008 I agree. I have no idea why some people think it will be simple to make a mod to do this within IPB. It's much easier and simpler to just use the existing gravatar method and have IPS incorporate it. I hope it makes it. [b]Will make our forums look much nicer instead of the no avatar generic image plagued everwhere.[/b] And you think the majority of the people on your forum who aren't using avatars have signed up for gravatar? Unless you run a forum for bloggers, most probably haven't. Link to comment Share on other sites More sharing options...
InfoByte Posted November 11, 2008 Share Posted November 11, 2008 I was personally unaware of what Gravatar was, but I think it sounds like a very useful idea, I personally find it tedious to copy across my sigs and avatars every time I sign up to a new forum Link to comment Share on other sites More sharing options...
Luke Posted November 15, 2008 Share Posted November 15, 2008 The problem I see is that most people don't use, or have even heard of a Gravatar. You say it's based on email address? That means that it would have to check against their servers every time a registration is done. What about updates? And what about those that don't even use one? I don't see a problem with: 1) Having a url they can paste in as their avatar, which they can then update from one location, thus updating it in all areas. OR 2) Supporting something much more important like a common login gateway where when you "login" it copies common information to the board registration (which converge fits perfectly). Like windows live login or something. Link to comment Share on other sites More sharing options...
Vince G. Posted November 18, 2008 Share Posted November 18, 2008 Just made onehttp://resources.invisionpower.com/index.p...p;showfile=1887 Screen shot: How it works: It adds two DB fields to the member_extra table gravatar_email & gravatar_email_hash then it checks the entered email, hash it and then displays the avatar based on the hashed email. Worked fine for me when testing it. Link to comment Share on other sites More sharing options...
Vince G. Posted November 18, 2008 Share Posted November 18, 2008 http://en.gravatar.com/site/implement/ipboard Official implementation guide Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.