Problem with listing users in sidebar.
-
Hi.
I’m using the Author Image(s) plugin to list the authors on my blog in the sidebar. (https://www.coffee2code.com/archives/2005/03/28/plugin-author-images/)
These are my current options in the plugin:
——————————————————–
$show_name_AND_image = false; // Set this to ‘true’ to show author’s name immeidately after author image; set to ‘false’ to only show the author image
$show_name_if_no_image = true; // Set this to ‘true’ to show author name if no author image is found; set to ‘false’ to refrain from showing anything if no author image is found
$link_type = ‘posts’; // can be ‘posts’, ‘site’, or ‘none’
// ‘posts’ links author image/name to a page of all of author’s posts on this blog
// ‘site’ links author image/name to the author’s home site, if specified in author’s profile
// ‘none’ does not hyperlink the author’s name
——————————————————–I will now start with guest writers on my blog. Guest writers will not have images to their nicks, so I don’t want them to be listed in the sidebar. I tried this: $show_name_if_no_image = false;
And here’s the problem: The guest writer (which has a nick starting with the letter T) is removed from the sidebar, but one of the authors (which has a nick starting with the letter Y) is also removed. So if a guest writer has a nick starting with A, all the authors will be removed from the list.. Is this a bug in the plugin, or am I doing something wrong?
Maybe it’s possible to exclude users with a level below 3 from the author listing? That would solve my problem, but I’m a newbie, so I don’t know what to do. Can anyone help me?
Thanks in advance!
- The topic ‘Problem with listing users in sidebar.’ is closed to new replies.