-
Prashant Singh replied to the topic How to show profile fields as links (in member-loop.php) in the forum Installing BuddyPress 7 years, 7 months ago
Ok, got that.
Please check this thread: https://buddypress.org/support/topic/adding-xprofile-fields-to-members-directory-list-items/
Thanks
-
Prashant Singh replied to the topic Members Masonry – Element in the forum How-to & Troubleshooting 7 years, 7 months ago
echo "<div class=item-meta><p>".
bp_member_profile_data('field=Expertise')."
</p></div>";If I got you then you mean that item-meta class is not getting displayed there, right?
But it should work, anyways you can always wrap it like this:
echo "<div…[Read more] -
oguirado's profile was updated 7 years, 7 months ago
-
338sbobet.com's profile was updated 7 years, 7 months ago
-
Bubble Football's profile was updated 7 years, 7 months ago
-
Chase Crown's profile was updated 7 years, 7 months ago
-
Tammy Boyd's profile was updated 7 years, 7 months ago
-
Benny Powers's profile was updated 7 years, 7 months ago
-
Nhung cong nghe loc nuoc tot nhat thi truong hien nay's profile was updated 7 years, 7 months ago
-
nickhines10's profile was updated 7 years, 7 months ago
-
Jody Bridges's profile was updated 7 years, 7 months ago
-
Roberto West's profile was updated 7 years, 7 months ago
-
Alemar Quintino's profile was updated 7 years, 7 months ago
-
Richard Brown's profile was updated 7 years, 7 months ago
-
Richard Brown started the topic Site Wide Activity in the forum How-to & Troubleshooting 7 years, 7 months ago
Hi All
I am a little bit confused and I think I might be reading something wrong.
I am trying to work out how to activate site wide activity. I am reading the instructions on this page:
but I cannot work it out.
Sorry – can someone help please?
Rich -
Moses Tewa's profile was updated 7 years, 7 months ago
-
Prashant Singh replied to the topic Members Masonry – Element in the forum How-to & Troubleshooting 7 years, 7 months ago
ohh ok got that.
/**
* Buddypress Members masonry
*
*
* @package WordPress
* @subpackage K Elements
* @author SeventhQueen <themesupport@seventhqueen.com>
* @since K Elements 1.0
*/$output = '';
extract(
shortcode_atts( array(
'type' => 'newest',
'member_type' => 'all',
'number' => 12,
'class' => '',
'rounded' => "rounded",
'avatarsize' =>…[Read more] -
Maria Harper's profile was updated 7 years, 7 months ago
-
Prashant Singh replied to the topic Placing profile avatar in item-nav in the forum How-to & Troubleshooting 7 years, 7 months ago
<div id="item-header-avatar" class="rounded">
"><?php bp_displayed_user_avatar( 'type=full' ); ?>
<?php do_action('bp_member_online_status', bp_displayed_user_id()); ?>
</div><!-- #item-header-avatar -->Just paste this line after
do_action( 'bp_member_options_nav' ); ?>and it will come next to menu but may be you need to style…[Read more] -
Prashant Singh replied to the topic How to show profile fields as links (in member-loop.php) in the forum Installing BuddyPress 7 years, 7 months ago
Hi,
You need to put this in an anchor
<a></a>tag, maybe the profile having only text value and link to that should be written by yourself.Thanks
- Load More