Search Results for 'buddypress'
-
AuthorSearch Results
-
October 24, 2017 at 7:27 am #268638
In reply to: How to create member sitemap.xml
xmginc
ParticipantAnd, for anyone interested, here are other Buddypress specific functions it has – very impressed btw:
1. control the Buddypress member profile page meta title such as %%bp_user_full_name%% | %%sitename%% or whatever you prefer
2. also allows you to edit the Buddypress member profile meta description as well
3. include Groups in sitemaps
4. includes Profiles in sitemaps (as noted in previous post)(Just wanted to share this in case you wanted to know in advance as this plugin is only available to paid WPMU Dev subscribers. This is in addition to all the other standard seo related features but listing Buddypress specific features above in case you wanted to know)
October 24, 2017 at 7:03 am #268637In reply to: How to create member sitemap.xml
xmginc
ParticipantFor anyone interested, switching to WMPU Dev’s Smartcrawl has allowed us to automatically add all members to the sitemap. It also allows you to exclude specific roles in case you have Admins you’d like to exclude from the sitemap. While Yoast has been our goto plugin, Smartcrawl appears to hold it’s own – especially when it comes to Buddypress. Here’s a link for more info.
However, if anyone knows how @mugwumpman was able to create the members-sitemap.xml and work with Yoast, would still be great to know – thx!
October 23, 2017 at 5:41 pm #268630In reply to: Make friend field visible only to account owner
David Cavins
KeymasterHi @paksunny-
#1 can be accomplished by adding this code to you
bp-custom.phpfile (or wherever you keep your customizations): https://gist.github.com/dcavins/c65f3856dd6ed5be37eef115ab09405a#2 Try this plugin: https://wordpress.org/plugins/buddypress-private-message-for-friends-only/
-David
October 22, 2017 at 3:41 pm #268611In reply to: Profile fields to appear in directory
shanebp
ModeratorPlease use the
codebutton when sharing code.This is the relevant file:
\buddypress\bp-templates\bp-legacy\buddypress\members\members-loop.phpSome themes bundle their own version of BP files.
To find out if you’re in the correct file, try:
echo 'testing...<br>'; $test = bp_get_member_profile_data( 'field=la-empresa' ); var_dump( $test );If you don’t see ‘testing…’, you’re in the wrong file.
If you do, but don’t see the profile data, then there is an issue with that field or perhaps the value does not exist.October 21, 2017 at 11:41 pm #268603In reply to: Searching menu link file
shanebp
ModeratorDid you look in the documentation?
October 21, 2017 at 8:06 pm #268599Arize Nnonyelu
ParticipantNext time try hiring an expert or consult a more experienced developer in private to sort out some issues.
Without being told the people that started this Buddypress has tried a lot. I don’t think they need this sort of discouragement.
please nobody should regard this topic.
October 21, 2017 at 11:21 am #268598In reply to: the @userid is @[@@@@@@@] rusian language wp site
ekatsa
Participanthi everyone, I found solution for this problem by using default cover plugin “BuddyPress Cover”
If anyone has the problem this is a solutionOctober 19, 2017 at 8:14 pm #268579In reply to: No cover image option in buddypress settings
David Cavins
KeymasterLooking at the source code, both items make a call to the function
bp_is_active(). For profile cover images, the check is
if ( bp_is_active( 'xprofile', 'cover_image' ) ) {)For groups,
if ( bp_is_active( 'groups', 'cover_image' ) ) {}.In both cases, the default is true, so I’d guess that your theme or another plugin is filtering that value, using one of these filter hooks:
bp_is_profile_cover_image_active
bp_is_groups_cover_image_active
bp_is_activeYou can quickly check by using something standard like twentythirteen as your theme and deactivating all plugins other than BuddyPress.
October 18, 2017 at 6:13 pm #268561In reply to: Empty activity tab in user profile
kelvinnm
ParticipantHugo,
is tracking on on your site checked? Settings >> BuddyPress Settings >> Site Tracking make sure it is checked.
October 17, 2017 at 8:22 pm #268547In reply to: BuddyPress still going strong?
shanebp
ModeratorBP is free to use as you wish.
As to whether you may run into issues, you might, you might not.
There is a staggering number of themes and plugins in the WP world.
There is no way for BP to account for all the possible combinations.
Nor it is reasonable for people to expect these forums ( run by volunteers ) to solve or even respond to any and all issues that may arise.BuddyPress is used by many businesses as part of their offerings.
The larger and / or more complex the business, the greater the need for a technical support budget.October 17, 2017 at 8:13 pm #268545In reply to: profile edit equivalent hook to `bp_signup_usermeta`
shanebp
ModeratorPerhaps this?
buddypress\bp-xprofile\classes\class-bp-xprofile-profiledata.php Line 201: do_action_ref_array( 'xprofile_data_before_save', array( $this ) );October 16, 2017 at 10:01 am #268522In reply to: No cover image option in buddypress settings
blacklabdigital
ParticipantNo, I’m running BuddyPress 2.9.1 so it should be self-contained
October 16, 2017 at 9:59 am #268521In reply to: No cover image option in buddypress settings
rajveersingh007
ParticipantHave you install the plugin (BuddyPress Cover Photo)?
October 16, 2017 at 9:32 am #268519In reply to: Custom Sorting
rajveersingh007
Participant<?php while ( bp_members() ) : bp_the_member(); ?>
<?php
$user_id = bp_get_member_user_id();
$jin=bp_get_member_user_email();$member_email = $jin;
// $swpm_user = SwpmMemberUtils::get_user_by_email($member_email);//echo $resulty->membership_level;
// echo $display_vars[‘membership_level’];
//print_r($resulty);/* $member_id = ‘2’;
$field_name = ‘membership_level’;
echo $level_id_value = SwpmMemberUtils::get_member_field_by_id($member_id, $field_name);
*/$user = new WP_User( $user_id );
if ( $user->roles[0] == ‘author’ ) { ?>
<li <?php bp_member_class(); ?>>
<div class=”item-avatar”>
“><?php bp_member_avatar(); ?>
</div><div class=”item”>
<div class=”item-title” style=”display:inline;”>
“><?php bp_member_name(); ?><?php if ( bp_get_member_latest_update() ) : ?>
<span class=”update”> <?php bp_member_latest_update(); ?></span>
<?php endif; ?>
</div>
</br><div class=”item-meta” style=”display:inline;”><span class=”activity” data-livestamp=”<?php bp_core_iso8601_date( bp_get_member_last_active( array( ‘relative’ => false ) ) ); ?>”><?php bp_member_last_active(); ?></span></div>
<?php
$query = $wpdb->prepare(“SELECT * FROM {$wpdb->prefix}swpm_members_tbl WHERE email= %s”, $jin);
$resulty = $wpdb->get_row($query);$mymembership=$resulty->membership_level;
if ($mymembership==”5″){
echo “<span style=’background-color:goldenrod;padding:5px 12px;float:right;margin-top:-9px;margin-right: 200px;’>Premium</span>”;
}i need a code so that i can have sorting in a manner that premium should be displayed at the top , then featured members and then free members.i have used two plugin simple membership plugin and buddypress.
Help in code, that will be a great help .October 15, 2017 at 8:42 pm #268513In reply to: Friend Requests
Henry Wright
ModeratorCheck if the Friends component is activated in Settings > BuddyPress
October 14, 2017 at 5:29 pm #268507In reply to: registration and activation
tmc5005
ParticipantI installed and setup the EASY WP SMTP plugin. The test e-mails are sent but the buddypress activation e-mail is still not sent.
Thank you but I still have the same problem.October 13, 2017 at 8:29 pm #268497steverusso66
ParticipantI’m testing Ultimate Members running simultaneously with Buddypress. My ‘Author’ roles will have searchable profiles in UM and NOT in BP, and vice versa: All roles EXCEPT ‘Author’ will have access to BP functions, Authors will not have a profile in BP, and ONLY Authors will be able to create a profile in UM.
Can anyone help me separate these two worlds of users?
thanks
October 12, 2017 at 8:42 pm #268477metalhead
ParticipantIf you haven’t already, create a child theme.
Then copy your buddypress/template folder & subfolders over to your child theme.
Go through each file, search for instances of the word “FRIENDS,” and replace it with “CONNECTIONS.”
If you can’t find all instances of the word “FRIENDS” in these files, check your buddypress.po file and use Poedit to hack it out of there too.
October 12, 2017 at 8:35 pm #268476metalhead
ParticipantIf you haven’t already, create a child theme.
Then copy your buddypress/template folder & subfolders over to your child theme.
Go through each file, search for instances of the word “FRIENDS,” and replace it with “CONNECTIONS.”
Or, you can pay a developer thousands of dollars to make a plugin do it for you ๐
October 12, 2017 at 10:28 am #268468Hugo Ashmore
Participant@kristianngve
No it isn’t missing vital info, the clarification is directly after the instruction on naming convention for the BP folders in a child theme.N.B. Inside the subfolder โcommunityโ you must preserve the path structure/folders that exist in the BP original /buddypress/ folder so /activity/ must be created to hold index.php or any of the other activity templates.
October 11, 2017 at 8:15 pm #268462In reply to: Registered User activation email not received
Henry Wright
ModeratorHey @friendlygooners
You can go to Tools > BuddyPress in the WordPress admin area and then select Reinstall emails under Repair tools.
Is your user name a reference to Arsenal? I’m a fan ๐
October 11, 2017 at 1:32 pm #268457ariktwena
ParticipantHi
Did you find a way to exclude specific user-roles from the activity feeds? I’m having the same issue? :/
Link to my questionThanks
October 10, 2017 at 1:24 pm #268438Kristian Yngve
ParticipantBOOM!! cracked the issue.
The instructed root was missing vital info that could save a lot of us the headache…
IT IS NOT
/my-theme/buddypress/as instructed the Template Overload File.IT IS:
/my-theme/buddypress/members/to then save your file in that folder.
Ladies and gentlemen, you’re welcome.
October 10, 2017 at 12:48 pm #268436Kristian Yngve
Participanthttps://buddypress.org/support/topic/how-to-edit-the-text-in-registration-page/I have found and followed this as best I can, my Template Overload File is in this root:
Wp-content/themes/child-theme/buddypress/register.php/The problem is, I think, that Buddypress isn’t finding my Template Overload File in my child-folder.
Should the ideal root for Template Overload Files be
Wp-content/themes/buddypress/register.php/??It’s driving me crazy how most of my buddypress tweaks I make go with no affect at all.
October 10, 2017 at 10:22 am #268433In reply to: Activity Blog Post Title Tag?
prototurk
Participantplugins/buddypress/bp-blogs/bg-blogs-activity.php
$post_link = '<a href="' . esc_url( $post_url ) . '">' . $post_title . '</a>';I found the related code but I can not add the h tag. h does not add the tag, but the span tag is added. Interesting ๐
-
AuthorSearch Results