Community Support Forums — WordPress® ( Users Helping Users ) — 2012-01-02T20:33:30-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=3023 2012-01-02T20:33:30-05:00 http://www.primothemes.com/forums/viewtopic.php?t=3023&p=59466#p59466 <![CDATA[Re: Unable to select s2Member user as post author]]>
http://wordpress.org/extend/plugins/co-authors-plus/

IMHO I think it's better than listing all subscribers in the post authors drop down box because it will get unwieldy if the member list gets too long. Co-Authors Plus allows you to add authors with a live search.

Statistics: Posted by blogjunkie — January 2nd, 2012, 8:33 pm


]]>
2012-01-02T18:52:03-05:00 http://www.primothemes.com/forums/viewtopic.php?t=3023&p=59461#p59461 <![CDATA[Re: Unable to select s2Member user as post author]]>
How to solve the above problem as in my website 54 users as S2member level 1 user and 3 users as administrator but in the author box I can see only 49users I dont know how to solve the problem. I change the s2member roles and user capabilities but it doesn't seem to show all the s2member users as author in the admin author box.

Please help.

Statistics: Posted by naimishbhagat — January 2nd, 2012, 6:52 pm


]]>
2011-06-05T20:59:47-05:00 http://www.primothemes.com/forums/viewtopic.php?t=3023&p=20117#p20117 <![CDATA[Re: Unable to select s2Member user as post author]]> done, nothing wrong here; this is the expected behavior )
s2Member Roles and Subscribers have an internal WordPress® User Level of 0,
which excludes them from the list of authors in the post/page editors.

This is handled correctly. Although not ideal in every situation.

s2Member Roles and Subscribers are NOT Post/Page authors,
and this is the correct behavior. Seen in this routine.
Code:
if ( 'authors' == $qv['who'] && $blog_id ) {
    $qv['meta_key'] = $wpdb->get_blog_prefix( $blog_id ) . 'user_level';
    $qv['meta_value'] = '_wp_zero_value'; // Hack to pass '0'
    $qv['meta_compare'] = '!=';
    $qv['blog_id'] = $blog_id = 0; // Prevent extra meta query
} 

The relevant section being:
Code:
$qv['meta_value'] = '_wp_zero_value'; // Hack to pass '0'
$qv['meta_compare'] = '!='; 
* excluding Users with an internal User Level of `0`.

Statistics: Posted by Jason Caldwell — June 5th, 2011, 8:59 pm


]]>
2011-04-07T16:18:17-05:00 http://www.primothemes.com/forums/viewtopic.php?t=3023&p=9306#p9306 <![CDATA[Re: Unable to select s2Member user as post author]]> Thanks for bringing this to my attention Cristián.

I believe this *could* be related to a bug in WordPress that looks for a level meta key instead of the capabilities meta key. I think this bug was first introduced when WP 3.0 was merged with WPMU. All of this is speculation at this point though. I've had this issue come up a couple times over the last month or two, and we'll be taking a closer look at this topic before the release of s2Member v3.6 to see if there is anything s2Member needs to do in the conformity department.

@TODO: investigate this code snippet found inside /wp-includes/user.php
Code:
$qv['meta_key'] = $wpdb->get_blog_prefix( $blog_id ) . 'user_level'; 

Statistics: Posted by Jason Caldwell — April 7th, 2011, 4:18 pm


]]>
2011-04-07T12:39:14-05:00 http://www.primothemes.com/forums/viewtopic.php?t=3023&p=9290#p9290 <![CDATA[Re: Unable to select s2Member user as post author]]>

Statistics: Posted by Cristián Lávaque — April 7th, 2011, 12:39 pm


]]>
2011-04-07T12:11:59-05:00 http://www.primothemes.com/forums/viewtopic.php?t=3023&p=9289#p9289 <![CDATA[Re: Unable to select s2Member user as post author]]> Statistics: Posted by bdnonline — April 7th, 2011, 12:11 pm


]]>
2011-04-07T07:46:34-05:00 http://www.primothemes.com/forums/viewtopic.php?t=3023&p=9262#p9262 <![CDATA[Re: Unable to select s2Member user as post author]]> Statistics: Posted by bdnonline — April 7th, 2011, 7:46 am


]]>
2011-04-06T15:05:53-05:00 http://www.primothemes.com/forums/viewtopic.php?t=3023&p=9232#p9232 <![CDATA[Re: Unable to select s2Member user as post author]]> https://wordpress.org/extend/plugins/post-author/

Statistics: Posted by Cristián Lávaque — April 6th, 2011, 3:05 pm


]]>
2011-04-06T13:40:19-05:00 http://www.primothemes.com/forums/viewtopic.php?t=3023&p=9227#p9227 <![CDATA[Unable to select s2Member user as post author]]> Statistics: Posted by bdnonline — April 6th, 2011, 1:40 pm


]]>