Hello, I install this plugin appears on page two blocks of users, one improperly. see https://www.paralelomundi.com.br/quem-somos-paralelelo/
https://www.ads-software.com/extend/plugins/wordpress-users/
]]>Hi –
So I have a custom user role I’d like to select, but the plugin only displays the basic WP user roles. Is there a way around this?
Thanks
https://www.ads-software.com/extend/plugins/wordpress-users/
]]>Hello all,
Sorry for the duplicate post. I’m using the WordPressUsers plugin to generate a list of contributors to my academic journal website. At present, the plugin does a great job of listing the “posts” and “comments” created by each user; however, because this is an academic journal, I need it to also list the “articles” created by each contributor. I’m using the Annotum theme and articles are created (I think) as a custom post type. I’ve identified the portion of the code I need to change (I think) to make the loop spit out the data I need; however, I can’t seem to find the correct “name” to include. Here’s the code that needs changed:
if ($recent_posts) {
$html .= "<h3>Recent Posts by $curauth->display_name</h3>\n";
$html .= "<ul>\n";
foreach( $recent_posts as $post )
{
setup_postdata($post);
$html .= "<li><a href=" . get_permalink($post->ID) . ">" . $post->post_title . "</a></li>";
}
$html .= "</ul>\n";
}
For each of those sections that has $post, I think I need something else that points this bit of code to the custom post type of article that Annotum uses. Can anyone help? I’m still (obviously) in the process of learning .php and this is driving me crazy. ?? Any help would be much appreciated.
Plugin: WordPress Users – https://www.ads-software.com/extend/plugins/wordpress-users/
Theme: Annotum – https://www.ads-software.com/extend/themes/annotum-base
Version: 3.5.1
Thanks again!
justin
]]>Do you have a way to make the urls be pretty?
currently they are:
domain.com/users/?uid=8
I’d like them to be:
domain.com/users/john-doe
thanks!
https://www.ads-software.com/extend/plugins/wordpress-users/
]]>Hi guys!
Im trying to exclude the users without posts from the list.
It is possible?
Thank you
https://www.ads-software.com/extend/plugins/wordpress-users/
]]>Can I control the order of the users being displayed?
By email address? Or any other custom field?
https://www.ads-software.com/extend/plugins/wordpress-users/
]]>Hello,
I would like to know how if its possible to show the author’s custom post thumbnail in the profile page ?
Many thanks !
Céline
https://www.ads-software.com/extend/plugins/wordpress-users/
]]>Hello,
My question is if you can link to the user’s id Profile
right now im using
<?php the_author(); ?>
to get the author name below the post,
as far as i know, i can use the_author_link so the Author Name will Link to the page added into the WP Profile.
With this plug-in, i wanted to display the Community page and it’s done, this way each user has an User ID with a proper “Profile Page” .
So now i would like to link the User Name to this User ID Profile Page and not to the link provided by the User in the WP Profile page,
https://www.ads-software.com/extend/plugins/wordpress-users/
]]>Hi all,
thanks for this great plugin, it saves me a lot of development time.
Now I wish to make a different view according the role of the user. example: adam (author) => profile page with full information and
nick (subscriber) => profile page with just a few fields
It is possible (and easy) to customize the plugin code to do that?
Thanks in advance
https://www.ads-software.com/extend/plugins/wordpress-users/
]]>I really like this plugin for its ability to produce a clean ‘facebook’ page and a well designed user profile details page. However, I would like to display some additional fields on the user profile details page and not just the standard ‘Website’ and ‘Bio’ fields. Does anyone know how to display extra fields on this page (WordPress and/or custom fields)?
https://www.ads-software.com/extend/plugins/wordpress-users/
]]>The plugin seems to work however it’s throwing these errors:
WordPress Users Options page:
Notice: Undefined index: wpu_noindex_users in /Users/tim/Documents/HTDOCS/wp-content/plugins/wordpress-users/wp-users.php on line 409
Frontend Individual User page:
Notice: Undefined variable: gravatar in /Users/tim/Documents/HTDOCS/wp-content/plugins/wordpress-users/wp-users.php on line 303
https://www.ads-software.com/extend/plugins/wordpress-users/
]]>Plugin disables all shortcodes. Shortcode markup appears in the text of the page.
https://www.ads-software.com/extend/plugins/wordpress-users/
]]>I’m having the same issue as the one below, where the authors are being displayed in both the header and the content. It’s only happening when the page is published and public – if I make the page private, the authors are just in the content, as they should be. See the page here. Is there a solution for this?
https://www.ads-software.com/extend/plugins/wordpress-users/
]]>When the plugin was activated, my pages started skipping some tags (bold, shortcodes, etc) messing up the rendering. Deactivating the plugin, it all works again.
https://www.ads-software.com/extend/plugins/wordpress-users/
]]>User profiles are only visible to users that are signed in. I need them to be visible to the public. How can I fix this?
https://www.ads-software.com/extend/plugins/wordpress-users/
]]>Hi. Is there anyone here who can help me? I’m using WordPress user Plugin and I would like to redirect a certain page to main profile of the user. Let’s say I have this directory page where all users are shown and Profile page where I want the main profile to be redirected.
http:xxx/xxx/sample-page?uid=1
what if i have other users? What should I place in the <b>?uid=x</b>
Please help!!!
https://www.ads-software.com/extend/plugins/wordpress-users/
]]>I have noticed the lack of response from the author in replying to users support questions but here goes anyway:
I need to modify wpu-styles.css because when viewing the list, users show indented if no info is entered in the profile.
https://www.ads-software.com/extend/plugins/wordpress-users/
]]>The plugin is displaying the User list twice on my webpage.
The one displaying in my header pushes the whole site down.
You can see it here.
https://www.ads-software.com/extend/plugins/wordpress-users/
]]>Is there anyway I can display the users names in columns on one page instead of having it paginate? I would love to fit all our member names / links to their profile page together.
Maybe a way to use that “Uses Per Page” value to set the number of names per column and have it do an “</td><td>” instead of </div>?
Any help would be great!
]]>I’m not sure why this is happening, but the only thing that displays on the page where the user index should is: [ Page 1 of 0 ]
Any ideas?
https://www.ads-software.com/extend/plugins/wordpress-users/
]]>