Search Results for 'buddypress'
-
AuthorSearch Results
-
April 22, 2016 at 7:02 am #252757
In 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:
April 19, 2016 at 4:54 am #252616In reply to: How to create custom buddypress notification
ashwinkk
ParticipantHi @sharmavishal,
I am not looking for the notifications widget. Actually I want to trigger custom notification on buddypress notification system.April 19, 2016 at 4:47 am #252611In reply to: How to create custom buddypress notification
sharmavishal
ParticipantApril 18, 2016 at 4:57 pm #252599shanebp
ModeratorTry:
add_action( 'bp_email', function( $email_type, $email_obj ) { $email_obj->set_from( "custom@example.com", "Custom Website Name" ); }, 10, 2 );https://codex.buddypress.org/emails/#filter-from-address-and-name
April 18, 2016 at 2:58 pm #252594In reply to: Change Cover Image Does Not Work
emoreno108
ParticipantHello People, I have a similar problem, change-cover-image does not work. This happens with every theme. I have two installations of wordpress, one works (installed locally) and a remote one in the web server which does not work.
Making test with buddypress style I installed plugins as follows:
BuddyPress Profile Tabs
BuddyPress – New UIBoth currently deleted. I cannot say change-cover-image was working before the plugins above.
What I can say is that some strange characteres are displayed before and after the select-file frame as follows:
Before:” /*Subir/*]]>*/
/*Hacer foto/*]]>*//* ”
After:” /*]]>*/ ”
I included the quotes. JIC my installation is in spanish.
Thanks a lot in advance people
April 18, 2016 at 2:01 pm #252593In reply to: BuddyPress Email Issues with New Installation
Paul Wong-Gibbs
KeymasterThere is one other tweak that’s coming up in BuddyPress 2.5.3 (not sure when it’ll be released, would guess a week or two) that might address it. After 2.5.3, BuddyPress should be identical with WordPress in terms of compatibility with the majority of plugins that help WordPress support SMTP.
For the record, if you’re running a plugin that defines
wp_mail()that helps you have WordPress’ emails be sent, then it just won’t work with BuddyPress.April 18, 2016 at 12:08 pm #252584In reply to: BuddyPress Email Issues with New Installation
dfarland
ParticipantIt doesn’t appear to be. The only emails I’m receiving are those initiated by WP or bbPress. The emails related to activation, group requests, mentions, and other BuddyPress emails are not coming through.
April 18, 2016 at 10:49 am #252580In reply to: BuddyPress Email Issues with New Installation
dfarland
ParticipantI’ve confirmed the 3rd party email blocking only applies to (mt)’s WordPress hosting not their Grid system. Unfortunately, that means I’m back to it being a BuddyPress / SMTP issue.
I’ve tried a couple of other email plugins and none have worked either. Again, regular WP emails are working fine.
-
AuthorSearch Results