Welcome to Dagon Design. In addition to free scripts, WordPress plugins, and articles, we offer a variety of services including custom theme design, plugin creation, and PHP scripting. Contact me for more information.

Version 2.4   Updated Sunday, February 22nd, 2009 at 8:20pm

User Bio Popup plugin for WordPress

This WordPress plugin searches posts and pages for the nicknames of authors. When it finds one, it turns it into a link which brings up a popup window with the author’s bio and image. It uses the contents of the ‘About Yourself’ field in the user’s profile for the actual bio, and the image used depends on which of the two methods you select. The options page for this plugin allows you to configure the popup’s heading, width, height, and more. It also is fully customizable with the built-in CSS in the popup template file.

Download

  If you have found this page useful, please consider donating. Thanks!

Instructions

  • Download dd-user-bio-popup.zip and uncompress
  • Upload dd-user-bio-popup.php to your plugin directory
  • Upload ddub-template.php to your theme directory
  • Enable the plugin
  • Configure the plugin options (under DDUserBioPopup). More information on that is below

Upgrading

Be sure to download both files when you upgrade, and check the options and the information on this page to make sure something has not been changed.

Change Log

  • 09-29-07 Version 2.4 – ‘Load Default Options’ button added. Tested with WP 2.3
  • 05-16-07 Version 2.3 – Updated for WordPress 2.2.
  • 04-06-06 Version 2.2 – Now in the options, you enter the FULL URL to the images directory. It should help make things a bit more standard. Everything validates now as well.
  • 04-05-06 Version 2.1 – Image detection code improved, gravatar code improved, and a few other little things.
  • 04-04-06 Version 2.0 – Popup code completely redone. Now popup window has it’s own template file. Images are now supported (Uploaded and Gravatars), as well as many other fixes and updates.
  • 04-02-06 Version 1.0 – First release.

Using images

The image used depends on your settings. This plugin allows you to create a directory, and upload images to it. You must simply specify the full URL to this directory in the options.

If you like, you could use a directory that your other author’s have access to, so they can upload their images themselves.

For image file names, simply use the author’s nickname – lower case, with spaces removed. The plugin will search for matching files that are either jpg, gif, or png.

Example

Let’s say your wordpress installation is at http://www.somesite.com/wp/ and you create a subdirectory called authors for the images. In your options page you would enter http://www.somesite.com/wp/authors/ for the directory.

Let’s also say that you have a user called Some User. You would want to call the image someuser.jpg (or gif or png). That’s it!

Now if the plugin cannot find a matching image, and Gravatars are enabled, it will try to find one by using the author’s email address (in their profile).

This plugin uses its own code for Gravatars, so you do not have to install anything else. If you are already using a Gravatar plugin, that is fine. They will not conflict.

Configuring

The CSS code for the popup window is contained in the template file (ddub-template.php). Feel free to change this to fit your site.

Options

Here are the settings available in this plugin’s options page in the WordPress admin panel.

Author images directory

This is the full url to your author image directory. This is where you can choose to store images for each author.

Use Gravatars?

If enabled, and an author image cannot be found in the specified directory, the author’s gravatar will be used. If you want to always use gravatars, just leave the ‘author images directory’ option blank.

Heading for the popup

This will be shown at the top of the popup window. If you want to include the user’s name, use %U.

Hover text for link

This will be shown when the visitor’s mouse is hovered over the link. If you want to include the user’s name, use %U.

Popup window width

Self-explanatory.

Popup window height

Self-explanatory.

CSS for popup window

This allows you to completely customize the popup window. The #wrapper div is around the content.

Other Modifications

If you would like the popup window to have a scroll bar, just search for the following code in the main script file:

scrollbars=0

And change it to this:

scrollbars=1

Pages: « 7 6 5 4 3 [2] 1 » Show All

  1. Selena: To use it, you just need to have an authors nickname somewhere on the post/page. It will automatically be turned into a link (for the popup) by the plugin :)

  2. 29
    Selena

    I am confused.I have the plugin installed and activated and all set up.However, where do I go or what do I do to actually see it in action?

  3. Ram: After looking into it some more, it will certainly not work with WordPress 1.5 because it does not include any usermeta functionality. There is a usermeta plugin for WordPress 1.5 but it does not work the same way the function included in WordPress 2.0 works. Unfortunately, your only option for getting this to work seems to be an upgrade to WordPress (which is not a bad idea anyway – lots of nice stuff added).

  4. Hi,

    Thanks , I hope you will get it resolve to work with v1.5.

    Ram Prasad

  5. Ram: This plugin requires WordPress 2.0. I may see if it is possible to get it working with 1.5 sometime though.

  6. Hi,

    Yes, I am using version 1.5, please suggest me to resolve the problem.

    Thanks in advance,

    Ram Prasad.

  7. Ram: What version of WordPress are you using? It sounds like you might be using a version prior to 2.0.

  8. Hi,

    When I have using the plugin I am getting the following error.

    Fatal error: Call to undefined function: get_usermeta() in C:\Program Files\Apache Group\Apache2\htdocs\wp\wp-content\plugins\dd-user-bio-popup.php on line 209.

    Please do the needful help.

    Thanks in advance.

    Ram Prasad.

  9. It pulls up fine for me (And I am at another computer right now).

  10. The link to ddub-template.txt does not appear to be available:

    http://www.dagondesign.com/files/ddub-template.txt

  11. [...] User Bio Popup plugin for WordPress (tags: wordpress plugin) Posted by nonimage Filed in [...]

  12. 19
    Bricolou

    Great stuff, Admin, thanks again !

  13. Version 2.2 has been released.

    Now in the options page, you enter the FULL URL to the images directory. It should help make things a bit more standard across different servers. Everything validates now as well, and a few other little fixes have been made.

  14. I started getting T_String parse error
    It has to do with the script language = line around 232.

    There are a few capital letters that makes it not validate and those I could fix, I just can not fix the parse error.

    BD

  15. [...] Dagon Design Got a blog with a lot of users/authors? This plugin will give a pop-up image and bio for the author when you hover over their name. Nice addition to multi-author sites. [...]

Pages: « 7 6 5 4 3 [2] 1 » Show All

Leave a Comment

Before you comment: If you are having an issue with a script, please make sure you have read the entire article. Also, please read through the comments because most common issues have already been discussed many times. Thanks.


Be sure to wrap all code in <code></code> tags.