This topic has 7 replies, 2 voices, and was last updated 9 years by Catalin.

  • Author

    Tagged: ,

  • #27387
     davidaran
    Participant

    Hi,

    Is it possible to show the last update in the Members page (as in Kleo template) instead of the regular fields?
    Like this:
    http://seventhqueen.com/themes/kleo/members/

    With some change in the child template is it possible?

    Thanks

    #27935
     davidaran
    Participant

    Hi, ¿any feedback on this?

    #28439
     Catalin
    Moderator

    please be more specific with your request, a screenshot would be nice.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #28466
     davidaran
    Participant

    Hi Catalin,

    Yes sure. I’d like to show the last update in BuddyPress on the members page as you are doing in Kleo template:

    http://www.screencast.com/t/tHijrr5oBJ

    ¿Is it possible changing some function?

    Regards

    #28762
     davidaran
    Participant

    Hi, ¿any update on this?

    #28765
     Catalin
    Moderator

    Hello,

    You will need to copy the members-loop.php file to the child theme folder and add this code:


    <div class=”search-body”>
    <?php do_action( ‘bp_directory_members_item’ ); ?>
    </div>
    <div>
    <span style=”word-wrap: break-word;” class=”update”> <?php bp_member_latest_update(); ?></span>
    </div>
    <div class=”bp-member-dir-buttons”>
    <?php do_action(‘bp_directory_members_item_last’);?>
    </div>

    the difference is:


    <div>
    <span style=”word-wrap: break-word;” class=”update”> <?php bp_member_latest_update(); ?></span>
    </div>

    I gave you more lines upper the code and down the code to be able to add it in the file ( You should add it after line 35 )

    Let me know if this works. You need some coding skills to style the box…

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #28784
     davidaran
    Participant

    Thanks!

    It works great!
    1. Any idea about how to style the box would be appreciate: (the text is very closed to the box, a little bit more of room would be great)
    http://www.screencast.com/t/oWWdnXUH9S1D

    2. Regarding customised fields in buddy press, I’ve got the following issue: They don’t show up on my member’s profile page:
    Custom fields and tabs:
    http://www.screencast.com/t/5R5bjD343
    Member profile page without tabs:
    http://www.screencast.com/t/XjVq56XFa8

    I’ve read on the forum some different ways to update this and I have tried even this customisation:
    https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image

    But didn’t work for me
    Thanks,

    #30767
     Catalin
    Moderator

    hello,

    Sorry for late reply… credentials not working anymore so I am not able to login and give you the fixes needed.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?