Could I use your plugin to display a list of Authors in a dropdown?
]]>Please change the line 139 from author_widget.php with this:
get_author_posts_url( $user->ID ),
The URL generated by the original line:
get_author_posts_url( $user->ID, $user->user_login ),
,gets 404 errors.
Thank you for your plugin.
Kind regards.
]]>In author_widget.php change line 213 with this:
$headers = [];
It’s no possible activate the plugin if you leave the original line. Your plugin returns a fatal error on line 231.
Kind regards.
]]>Hi.
I cant activate the plugin.
Here is the error:
Fatal error: Uncaught Error: [] operator not supported for strings in /home……/wp-content/plugins/author-profiles/author_widget.php:233 Stack trace: #0 /home/……../wp-admin/includes/plugin.php(2050): include() #1 /home/…………/wp-admin/plugins.php(175): plugin_sandbox_scrape(‘author-profiles…’) #2 {main} thrown in /home/…………/wp-content/plugins/author-profiles/author_widget.php on line 233
]]>I’m using the plugin and I have set it up to show the Author page when clicked. It seems that it only shows the post the user has made but does not say anything regarding the topic’s created by the user. Is this at all possible?
]]>Hello!
Your plugin is very good, but I have some problem. I have many authors on my blog, I have uploaded profile’s images(avatars) for them after that many additional HTTP requests for their images(avatars) are appearing. (
Could you explain to me how could I create only one request for it?
I have created a CSS sprite of avatars, but I don’t understand what I need to do for the next step.
Help me please, if it is possible.
Kind Regards
]]>I have your widget installed on a client site within my multisite installation and the only user that gets displayed by the widget is the superadmin for the entire network and not the local users that are part of the client site.
Can anything be done about this? Please advise.
CP
Hello, I noticed the plugin only shows the author when he publish some post.
I need that they shows up when they post in a customized post type.
how can I do this?
Thanks
]]>Hi,
Firstly, thank you for that nice plugin, it is very useful and easy customizable.
I have a rather small proble : the link which goes to author archive page gives 404 error, because of uppercase letter, for example, if the authors username – “myname”, there is no problem, but if it contain uppercase letters – “Myname”, the link is broken. Please, suggest how can i change this. May be this problem is the result of my mistakes, but anyway i hope for your help.
Website is in russian, but i think you will find your widget: https://srednieveka.net/
I suppose the problem is somewhere here:
<?php
if($authorlink==”No”)
{
$temp=explode(” “,$user->display_name);
echo ‘
<div style=”width:’.$width.’px;text-align:center;align:center”>’.$temp[0];
echo ‘
‘.$temp[1].’ ‘.$temp[2];
echo “</div>”;
}
else
{
$temp=explode(” “,$user->display_name);
$link = sprintf(
‘
<div style=”width:’.$width.’;text-align:center;align:center”>%3$s
%4$s %5$s</div>’,
get_author_posts_url( $user->ID, $user->user_login ),
esc_attr( sprintf( __( ‘Posts by %s (%s)’ ), $user->display_name,get_usernumposts($user->ID) ) ),
$temp[0],$temp[1],$temp[2]
)
;
echo $link;
}
Best regards,
Flandre
hello,
would it be possible to build in a feature to set what page to link to when the authors gravatar is selected?
ie: – authors page
– authors post archives
– etc etc
Thanks,
Paul
https://www.ads-software.com/extend/plugins/author-profiles/
]]>The author link gives a 404. Maybe doesn’t work with my custom author loop?
https://www.ads-software.com/extend/plugins/author-profiles/
]]>Hi,
I like your plugin very much. I have found a small issue that I hope you can help me out with. Referencing the site I am working on: https://stagingblog.radisys.com, you’ll notice that below their thumbnail, clicking on an author’s user-name formatted as “Ray Adensamer” will not find their posts, but clicking on a named formatted as “t_mersch” will work.
Can you give me any insight?
Thank you in advance,
-Duc Le
https://www.ads-software.com/extend/plugins/author-profiles/
]]>This is does the same (less) then https://www.ads-software.com/extend/plugins/author-avatars/ so check this as well.
https://www.ads-software.com/extend/plugins/author-profiles/
]]>