Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

  • hugodouchet
    Participant

    @hugodouchet

    I cant get it work too.

    Same for the group external blog plugin… :(


    hugodouchet
    Participant

    @hugodouchet

    Up! Anyone to help me? Thx ;)


    hugodouchet
    Participant

    @hugodouchet

    Hi Andy,

    You’re the best!! :D

    Yeah, it’s so simple when we have answers… :p

    Thanks for your job, all Automatic projects rocks!

    Good luck for the next!


    hugodouchet
    Participant

    @hugodouchet

    Hi Modemlooper,

    I think too, but dont works!! :(

    I move it to “profile” but no change.


    hugodouchet
    Participant

    @hugodouchet

    Hi

    I don’t know how to do.

    The default profile index :

    <div id="item-body">

    <?php if ( bp_is_user_blogs() ) : ?>

    <?php locate_template( array( 'members/single/blogs.php' ), true ) ?>

    <?php elseif ( bp_is_user_profile() ) : ?>

    <?php locate_template( array( 'members/single/profile.php' ), true ) ?>

    <?php elseif ( bp_is_user_activity() || !bp_current_component() ) : ?>

    <?php locate_template( array( 'members/single/activity.php' ), true ) ?>

    <?php elseif ( bp_is_user_friends() ) : ?>

    <?php locate_template( array( 'members/single/friends.php' ), true ) ?>

    <?php elseif ( bp_is_user_groups() ) : ?>

    <?php locate_template( array( 'members/single/groups.php' ), true ) ?>

    <?php elseif ( bp_is_user_messages() ) : ?>

    <?php locate_template( array( 'members/single/messages.php' ), true ) ?>

    <?php endif; ?>

    <?php do_action( 'bp_directory_members_content' ) ?>

    </div><!-- #item-body -->

    And my try (but seems dont work) :

    <div id="item-body">

    <?php if ( bp_is_user_blogs() ) : ?>

    <?php locate_template( array( 'members/single/blogs.php' ), true ) ?>

    <?php elseif ( bp_is_user_profile() || !bp_current_component() ) : ?>

    <?php locate_template( array( 'members/single/profile.php' ), true ) ?>

    <?php elseif ( bp_is_user_activity() ) : ?>

    <?php locate_template( array( 'members/single/activity.php' ), true ) ?>

    <?php elseif ( bp_is_user_friends() ) : ?>

    <?php locate_template( array( 'members/single/friends.php' ), true ) ?>

    <?php elseif ( bp_is_user_groups() ) : ?>

    <?php locate_template( array( 'members/single/groups.php' ), true ) ?>

    <?php elseif ( bp_is_user_messages() ) : ?>

    <?php locate_template( array( 'members/single/messages.php' ), true ) ?>

    <?php endif; ?>

    <?php do_action( 'bp_directory_members_content' ) ?>

    </div><!-- #item-body -->


    hugodouchet
    Participant

    @hugodouchet

    Ok, thank you man,

    Your previously answer was very usefull! I’ll try some things too and post a message if i find solution ;)

    See ya


    hugodouchet
    Participant

    @hugodouchet

    Hi Peterverkooijen,

    Thanks for your help! This function works great!!

    But I have another problem now! :) In the list member, if I want to show the “company” field near the name (in the loop), what is the function to call to have the member id?

    Big thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
Skip to toolbar