Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 41

Thread: What WordPress plugin would you like to see made?

  1. #21
    Otto's Avatar
    Otto is offline On The Rocks
    Join Date
    Apr 2009
    Location
    Memphis, TN
    Posts
    862

    Default

    Quote Originally Posted by chipbennett View Post
    Didn't EpicAlex put together a plugin to pull in a gravatar dynamically on the wp-login.php page?

    Why, yes: here it is!

    Might his technique be useful?
    His technique requires a hit back to your own server using an AJAX call. This was necessary before gravatar implemented the 404 code. The problem with this sort of thing is that it's more prone to breaking, since the php on your server has to be able to make hits out to gravatar.com to get the gravatar, which won't work in some setups. It's also slower.

    The technique I used is pure javascript, talking directly from the browser to gravatar.com. No need for any hits back to your own server at all.

    The plugin I wrote is running on my own site: http://ottodestruct.com/blog/wordpre.../gravatar-box/
    Put your email address in the proper comment box. Put in a bad email as well. Just click outside the email box (or tab to the next field) to see it activate.

  2. #22
    chipbennett's Avatar
    chipbennett is offline WordPress Legend
    Join Date
    Feb 2009
    Location
    St. Louis, MO
    Posts
    1,993

    Default

    Quote Originally Posted by Otto View Post
    His technique requires a hit back to your own server using an AJAX call. This was necessary before gravatar implemented the 404 code. The problem with this sort of thing is that it's more prone to breaking, since the php on your server has to be able to make hits out to gravatar.com to get the gravatar, which won't work in some setups. It's also slower.

    The technique I used is pure javascript, talking directly from the browser to gravatar.com. No need for any hits back to your own server at all.

    The plugin I wrote is running on my own site: http://ottodestruct.com/blog/wordpre.../gravatar-box/
    Put your email address in the proper comment box. Put in a bad email as well. Just click outside the email box (or tab to the next field) to see it activate.
    Wow, Otto; that is really, really slick!

    One idea: you could set the no-gravatar background image to the gravatar "blank man" image, to help those without gravatars associate the image with not having a gravatar. (If that makes sense...)
    WP TurnKey - Turn-Key WordPress installation and maintenance services
    WordPress user since 2005 | @chip_bennett | chipbennett.net | cbnet Plugins

  3. #23
    Otto's Avatar
    Otto is offline On The Rocks
    Join Date
    Apr 2009
    Location
    Memphis, TN
    Posts
    862

    Default

    That's a styling issue, realistically.

    There, done. I just added a line to my CSS:
    Code:
    background:url(http://www.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=96.png);
    I went ahead and centered the nogravatar text and made it bold, while I was at it.

  4. #24
    chipbennett's Avatar
    chipbennett is offline WordPress Legend
    Join Date
    Feb 2009
    Location
    St. Louis, MO
    Posts
    1,993

    Default

    Quote Originally Posted by Otto View Post
    That's a styling issue, realistically.

    There, done. I just added a line to my CSS:
    Code:
    background:url(http://www.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=96.png);
    I went ahead and centered the nogravatar text and made it bold, while I was at it.
    I know, I know :) It's the same thing I had in mind; I was just suggesting it for the plugin core.
    WP TurnKey - Turn-Key WordPress installation and maintenance services
    WordPress user since 2005 | @chip_bennett | chipbennett.net | cbnet Plugins

  5. #25
    Otto's Avatar
    Otto is offline On The Rocks
    Join Date
    Apr 2009
    Location
    Memphis, TN
    Posts
    862

    Default

    Quote Originally Posted by chipbennett View Post
    I know, I know :) It's the same thing I had in mind; I was just suggesting it for the plugin core.
    Hmmm... No, I think that's better handled via stylesheet rules, for maximum flexibility. Allow the user to use different images, if they'd prefer.

    I tend to keep my plugins pretty minimalist. Do the job they're supposed to do, and little else. Extra features and such are a distraction which leads to bad code.

  6. #26
    davecoveney is offline Tavern Regular
    Join Date
    Jan 2009
    Posts
    211

    Default

    I'd like to see a good auto newsletter plugin, with editorial controls.

    If somebody doesn't create one then, one day, we'll probably end up writing one ourselves :-) Just a matter of time/money, really.

  7. #27
    Jeffro's Avatar
    Jeffro is offline WPTavern Forum Admin
    Join Date
    Jan 2009
    Location
    Ohio
    Posts
    2,358

    Default

    It seems to me that based on feedback I've read regarding sites such as eJunkie which enables you to sell things such as downloadable products, some of these sites/services are not up to par for particular plugin/theme authors. Perhaps a plugin could be made to handle all of that stuff in house. Unless of course, using an e commerce plugin to begin with would be all you need and if that's the case, how come more plugin/theme authors are not using WordPress ecommerce plugins to manage their sales?

  8. #28
    Otto's Avatar
    Otto is offline On The Rocks
    Join Date
    Apr 2009
    Location
    Memphis, TN
    Posts
    862

    Default

    That gravatar plugin is now in the Extend repository: http://wordpress.org/extend/plugins/gravatar-box/

    Okay, so, that's one plugin solved. Next? ;)

  9. #29
    chipbennett's Avatar
    chipbennett is offline WordPress Legend
    Join Date
    Feb 2009
    Location
    St. Louis, MO
    Posts
    1,993

    Default

    Quote Originally Posted by Otto View Post
    That gravatar plugin is now in the Extend repository: http://wordpress.org/extend/plugins/gravatar-box/

    Okay, so, that's one plugin solved. Next? ;)
    I was just going to ask about that... nice to see it's now in Extend!
    WP TurnKey - Turn-Key WordPress installation and maintenance services
    WordPress user since 2005 | @chip_bennett | chipbennett.net | cbnet Plugins

  10. #30
    JohnM's Avatar
    JohnM is offline Big Tipper
    Join Date
    Feb 2009
    Location
    Norway
    Posts
    346

    Default

    Quote Originally Posted by Otto View Post

    Okay, so, that's one plugin solved. Next? ;)


    A P2 in dashboard plugin ?

    Run P2 with new WP install using the same db, sharing users, showed inline in a menu item in Dashboard menu, to use as an internal communication tool for authors and admins.

Page 3 of 5 FirstFirst 12345 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •