Forums

[Plugin: User Bio Widget] dropdown not showing authors list (4 posts)

  1. dragonsearch
    Member
    Posted 2 years ago #

    This widget seems like a great piece of work. But right now, the widget control is not showing any authors in the author dropdown.

    http://wordpress.org/extend/plugins/user-bio-widget/

  2. ideascomealive
    Member
    Posted 1 year ago #

    Hello,

    I am having the same problem with this plug-in. I have tried to set it up in fresh installs of 3.0 and 3.0.1. The strange thing I have found is that when I install WordPress from my control panel using simple scripts the plug-in works great. But when I install WordPress locally on wamp or on any server manually the widget does not populate the author drop-down. I would really like to hear any advice about getting this plug-in working correctly. Thanks.

  3. gavinsmith
    Member
    Posted 1 year ago #

    Not perfect, but it works (won't limit user levels in the drop down, so every single registered user will show):

    Change line 98 of user-bio-widget.php to:

    $simple_authors_query = $wpdb->get_results($wpdb->prepare("SELECT distinct ID,display_name FROM wp_users,wp_usermeta"));

    (remove everything from the WHERE and after in the query)

  4. noyz319
    Member
    Posted 1 year ago #

    The line 98 fix didn't work for me, widget is still broken in 3.0.1, author drop down does not get populated.

Topic Closed

This topic has been closed to new replies.

About this Topic