Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author BuddyBoss

    (@buddyboss)

    Hi @tstone
    Please make sure you have assigned teacher roles and teacher have logged into site once to be active.
    https://drive.google.com/file/d/0Bzv-k-FcE80iMVEyQS10bEw2SWc/view?usp=drivesdk

    Thread Starter TStone

    (@tstone)

    Yes, you are right, that is how it is supposed to work. And had it done that, I would not have posted here.

    As I mentioned initially, I did check the teacher role before posting, so I’m not sure why your sole advise is to check that the teacher role is set. Seems like redundant advise, but sure, I’ve checked again, and nothing have changed. The role is still set to teacher, the account is still active, and there still no teacher shown on the membership page. See screen capture:
    https://dl.dropboxusercontent.com/u/15071513/bp-teachers.jpg

    Go to BP for Sensei in the admin panel, and rebuild index or push save changes with options activated

    Thread Starter TStone

    (@tstone)

    Thanks danicom. Just tried that but no change.

    Plugin Author BuddyBoss

    (@buddyboss)

    Please deactivate all plugins except Sensei, BuddyPress and BuddyPress for Sensei and see if that resolve issue.

    Let me know how that goes.

    Thread Starter TStone

    (@tstone)

    I deactivated the plugins, except for these:
    https://dl.dropboxusercontent.com/u/15071513/buddysensei.png

    Still no luck.

    Thread Starter TStone

    (@tstone)

    It doesn’t seem to be anything wrong with the roles themselves.
    Sensei’s own shortcode [sensei_teachers] get the number of teachers right.
    And to make sure, I put together a test myself, and that also displays as expected:

    function teachercountfunc() {
    $teachingcrew = get_users( 'orderby=nicename&role=teacher' );
    $headcount='<p>There are '.count($teachingcrew).' teachers, and their names are:</p>';
    	foreach ( $teachingcrew as $someguy ) {
    		$headcount .= '<li>' . esc_html( $someguy->display_name  ) . '</li>';
    	}
    return '<ol>'.$headcount.'</ol>';
    }
    add_shortcode('teachercount','teachercountfunc');
    Plugin Author BuddyBoss

    (@buddyboss)

    Hi @tstone Please submit your details from our contact page and also include this thread url for reference.

    Thread Starter TStone

    (@tstone)

    I’ve done so.
    In the contact form, none of the alternatives in the required select “Why are you contacting us?” fit this particular situation, so I picked an alternative at random. I hope that didn’t mess anything up.

    Plugin Author BuddyBoss

    (@buddyboss)

    @tstone our support team will keep this conversation via Emails.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘No teachers on members page’ is closed to new replies.