BuddyDev

Search

Member type List not using theme style option

  • Participant
    Level: Initiated
    Posts: 1
    Song Tung Nguyen on #27599

    Hello,
    i am using youzer plugin, when i am using wp member typs pro and using shortcode to show member type list, it shows member with a diffrent style from my theme and youzer. Is there a way, so it use the same style as youzer or at least the theme style.

    And if i have 3 diffrent member types: a,b,c. How can i setup so that a can only send message to a and b, only b can message to a, b and c. C can not freely send message to a,b and c only answer message

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #27601

    Hi,
    Thank you for the topic.

    We are loading the members list from your theme. The file we load is “members/members/members-loop.php” which is standard file in BuddyPress.

    I am guessing Youzer is modifying the look in some non standard way and causing issue. Please contact them.

    Here is the code that loads the members list

    
    bp_get_template_part( 'members/members-loop' );
    
    

    You can share it with them.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 1
    Song Tung Nguyen on #27767
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #27768
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #27769

    Also, Can you please ask the Youzer folks, what could be wrong with using

    
    bp_get_template_part( 'members/members-loop' );
    
    

    I believe they have a problem understanding that this loads the default members loop.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #27770

    Hi,
    I have issued the refund.
    Since the support people for Youzer are incompetent and will not help and keep giving excuses, we are unable to help.

    Loading a template(members-loop.php) is a basic thing and there is nothing that we can do to fix their problems.

    So, This seemed the only right way forward.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved