Search Results for 'buddypress'
-
AuthorSearch Results
-
April 22, 2016 at 4:59 pm #252785
In reply to: Personal + Friends activity = ‘All’ activity tab?
BackpackersUnion
Participant@sharmavishal Thanks for the suggestion! “BuddyPress Wall” goes beyond what I’m looking for and seems to have quite a few unhappy users (Even most of the 5 star reviews are issues). So, I’m afraid it will cause more issues than it would solve.
I’ve found a tutorial here using
bp_parse_args()to create an activity loop with ‘Personal’ and ‘Friends Activity’ only, but not a way to isolate the loop into its own subnav tab “All” (The code currently effects all activity loops universally [i.e. Friends, Personal, Mentions, Favorites, Site wide, all become Friends+Personal loops]).Here’s the code to filter the activity loop into Friends+Personal,
function my_filter_activity( $loop ) { $loop['scope'] = 'just-me,friends'; return $loop; } add_filter( 'bp_after_has_activities_parse_args', 'my_filter_activity' );The next step would be isolating the loop into an ‘All’ activity subnav tab/button.
Any ideas?
April 22, 2016 at 3:47 pm #252780dowen777
ParticipantI can’t get the escaped characters to appear in a way that reflects what BuddyPress is outputting to the screen.
April 22, 2016 at 2:52 pm #252774In reply to: Buddypress group slugs in foreign language
ishvara
ParticipantQuestion (or maybe a suggestion) to Buddypress developers:
I was wondering if it’s possible to apply a filter to
the returned$slugingroups_check_slug()function
so that anyone can play with BP group slugs?
Cheers.April 22, 2016 at 1:39 pm #252769In reply to: xprofile fields displaying data from another user
shanebp
ModeratorTo determine if the issue is in your theme, try switching momentarily to a WP theme like 2013.
You’ll need to copy members-loop.php to a buddypress folder in that theme.You can only echo the data if it exists.
Try:$your_name = bp_get_member_profile_data( 'field=Your Name' ); if ( $your_name != false ) echo $your_name;April 22, 2016 at 10:53 am #252765In reply to: email notifications stopped for @ mentions, replies
Paul Wong-Gibbs
KeymasterBuddyPress 2.5 made a lot of changes to how BuddyPress works with emails. We’ve been making incremental fixes and compatibility improvements in each release since, and we have v2.5.3 almost ready for sometime in the next couple of weeks or so.
People still having problems could try running https://en-au.wordpress.org/plugins/bp-email-to-wp-mail-from-bridge/ to see if it helps, but we have other fixes in place for v2.5.3 that aren’t provided by this plugin.
April 22, 2016 at 10:46 am #252763In reply to: WP Notices after installation
Paul Wong-Gibbs
KeymasterThanks. This isn’t actually a bug in BuddyPress, but we flag it to reveal code in other plugins running at the wrong time because quite often this can cause very subtle problems in BuddyPress and other plugins.
We’ve very recently adjusted the messaging to make it clearer which plugin is causing us to trigger this notice: https://buddypress.trac.wordpress.org/changeset/10709/
April 22, 2016 at 7:35 am #252758Topic: How to Remove Buddypress Registration
in forum How-to & TroubleshootingRapforthemoment
ParticipantHey Buddypress users. I have current version of WordPress and Buddypress (4/22/2016).
I am trying to completely remove the need for Buddypress registration. Reason being, I have a theme that has its own registration process. With Buddypress registration, that makes it two completely different registration processes.
I want to remove the need to have a Buddypress registration process completely. I have searched throughout your entire forum and I have tried everything. Nothing works. I continue to get the message “Missing buddpress register page. Repair.”
April 22, 2016 at 7:02 am #252757In reply to: email notifications stopped for @ mentions, replies
Julia_B
ParticipantHi @pixelpushermama – interestingly, no I’m not using any of the other plugins, only BuddyPress 2.5.2 and
bbPress 2.5.8I’ve found a few other recent posts here on the support forums reporting similar issues but have yet to find a fix.
Hope someone can help us out soon. 🙂
April 21, 2016 at 9:51 pm #252744In reply to: CSS background for Profile page only?
mtgame21
ParticipantIs there a page id for the buddypress profile page?
April 21, 2016 at 9:32 pm #252743pfeufer
ParticipantHi,
Yes, I mean the Groups component of Buddypress.
Thanks,
JohnApril 21, 2016 at 9:05 pm #252739In reply to: Email tokens & Situations:
shanebp
ModeratorDid you read: https://codex.buddypress.org/emails/custom-emails/
April 20, 2016 at 11:17 pm #252700In reply to: Buddy Press advice welcome
Georgio
ParticipantIs BuddyPress the right tool for this simple approach to begin with?
It depends on the image you want for your network. For example, you can rename the groups to clubs, but this will not affect second level slugs. Look at my problem I am googling since two days and don’t find solution. I found threads of people that ask for slug customization since 5 years, but the problem is half-resolved, because the developers work at their free time for this and maybe they see other priorities I don’t see.
So if you want a very professional image, buddypress is not yet ready. If you don’t care about urls that mix clubs with groups, go for it. You can also look at Ultimate Member, another networking plugin, to see if it fits your needs.
April 20, 2016 at 9:26 pm #252694In reply to: Adsense on activity stream?
Henry Wright
ModeratorIt looks like you could have the path wrong. Instead of your_theme/buddypress/bp-templates/bp-legacy/buddypress/activity/entry.php, try:
your_theme/buddypress/activity/entry.php
April 20, 2016 at 8:49 pm #252692In reply to: Adsense on activity stream?
Night Hawk
ParticipantIts amazing how a simple code like this is working: do_action( ‘bp_activity_entry_content’ );
But I have another issue here. I see the code working strait on the buddypress\bp-templates\bp-legacy\buddypress\activity\entry.php. But I dont know how to create a template overload. I try to follow the info here: https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/#how-is-this-usefulSo what I dit was to copy the whole buddypress plugin on my theme directory, than I changed the entry.php and add it on my theme/buddypress\bp-templates\bp-legacy\buddypress\activity\entry.php
But is not working…For sute I miss something!April 20, 2016 at 7:27 pm #252689In reply to: How to edit the text in registration page
shanebp
ModeratorCreate a template overload of this file:
buddypress\bp-templates\bp-legacy\buddypress\members\register.phpAnd carefully adjust it to your needs.
April 20, 2016 at 7:22 pm #252687In reply to: Adsense on activity stream?
shanebp
ModeratorA lot, maybe most BP sites are not commercial.
You may want to create a template overload of this file:
buddypress\bp-templates\bp-legacy\buddypress\activity\entry.phpTo add content to the entries in the activity stream, use this hook in that file:
do_action( 'bp_activity_entry_content' );If you need access to the activity content as part of your ad display decision chain, use the filter hook in
buddypress/bp-activity/bp-activity-template/:
apply_filters_ref_array( 'bp_get_activity_content_body', array( $activities_template->activity->content, &$activities_template->activity ) );April 20, 2016 at 5:07 pm #252683In reply to: How to add Base — View Info
danbp
ParticipantPlease find your answer on BuddyPress Codex:
April 20, 2016 at 5:41 am #252662In reply to: Private messages isn’t working
sharmavishal
Participanttry using twentyfifteen default theme and activate only buddypress plugin…disable all other plugins and check if it works..in fact it should work…and as you are using a custom wplms theme get in touch with the theme author for theme related issues..this is not a buddypress issue
April 19, 2016 at 11:50 pm #252660In reply to: Blog commenting system
Henry Wright
ModeratorSome parts of BuddyPress use AJAX and some don’t. It’s common for plugin developers to add their own JavaScript, so feel free. See this article for info:
April 19, 2016 at 8:04 pm #252658In reply to: Private messages isn’t working
SlowSpeed
ParticipantThe thing is that I don’t know which plugin does the private messages..
Is it BuddyPress?Also what does it matter how long it takes to load? Is it connected to the private messages?
April 19, 2016 at 2:51 pm #252640In reply to: Echo buddypress profile header contents in sidebar
jameshh93
ParticipantOkay I now have this above my my buddypress div in the activity.php
<div class="activity-sidebar-left"> <div id="item-header" role="complementary"> <?php add_filter('bp_displayed_user_id','bp_displayed_outside_bp'); function bp_displayed_outside_bp($id){ return ($id==0) ? get_current_user_id() : $id; } $cover_image_url = bp_attachments_get_attachment( 'url', array( 'item_id' => bp_displayed_user_id() ) ); if ( bp_displayed_user_use_cover_image_header() ) : bp_get_template_part( 'members/single/cover-image-header' ); else : bp_get_template_part( 'members/single/member-header' ); endif; ?> </div><!-- #item-header --> </div>but for some reason the cover image will not show up but the username and that does? anyhelp guys would be super! thank you.
April 19, 2016 at 12:23 pm #252635Paul Wong-Gibbs
KeymasterFYI
wp_mail_from_nameandwp_mail_fromsupport are coming back in BuddyPress 2.5.3. Thanks to everyone’s feedback regarding this.April 19, 2016 at 10:27 am #252629In reply to: Blog commenting system
Henry Wright
ModeratorCan we get that from buddypress?
You sure can! The activity feed has AJAX built in so you shouldn’t see page reloading after posting a comment.
If there is ajax functionality, does it do a continuous ‘load more’ or will it paginate after a set amount of comments?
By default, a “Load More” button is displayed which when clicked will load the next 20 items. I believe the activity stream supports paginated pages, but don’t quote me on that right now because I’d need to check.
April 19, 2016 at 10:22 am #252628In reply to: Using WP page templates with BuddyPress
Henry Wright
Moderatorbbpress.php is handled by bbPress so you should give those guys a shout:
This issue may also be applicable to BuddyPress templates so it’s worth keeping this topic open.
April 19, 2016 at 5:06 am #252620In reply to: How to create custom buddypress notification
sharmavishal
Participantapologies..misread it….following might help if you not gone through it:
-
AuthorSearch Results