-
Author
-
September 2, 2014 at 23:39 #27387davidaranParticipant
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
September 11, 2014 at 17:22 #28439CatalinModeratorplease 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 solutionSeptember 11, 2014 at 18:15 #28466davidaranParticipantHi 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
September 16, 2014 at 17:50 #28765CatalinModeratorHello,
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,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 16, 2014 at 20:47 #28784davidaranParticipantThanks!
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/oWWdnXUH9S1D2. 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/XjVq56XFa8I’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-imageBut didn’t work for me
Thanks,October 6, 2014 at 11:00 #30767CatalinModeratorhello,
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 -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.