Search Results for 'buddypress'
-
AuthorSearch Results
-
June 9, 2015 at 9:20 pm #240509
shaquana_folks
ParticipantOh okay, so since it’s working from your end, maybe you can help me. Any suggestions on what I can do or should do to get it to work on my end? I’m still running into the same issue of the users not being created, even while I’m still on the Twenty Fifteen theme with only the BuddyPress plug in (now at the 2.3.1 version), the bbPress plug in (now at the 2.5.7 version) and the W3 Total Cache (still at the 0.9.4.1 version) activated. Also, I went and checked the back end again from my hosting plan provider (as well as talked to a representative of my hosting plan service over the phone) and he noticed that there was actually a lot of errors listed for my sites link. The only thing is that the representative said all the other errors listed have been resolved because he doesn’t see any other error messages on those that are listed in the error log. The only one he still sees on there (and I just realized this as well) was this message:
PHP Warning: strstr(): Empty needle in /hermes/bosweb26d/b246/ipg.sjfgraphixcom/myloopnetwork/wp-content/plugins/buddypress/bp-core/bp-core-filters.php on line 781
Could this be the reason why the registration page is still not working? Because I never did any changes to that bp-core-filters.php file, I’ve only been working on the post pages and customizing my website theme that I wanted to use from before (which was the Magnus WordPress Theme). But as I was saying before, even though I’m still currently on the Twenty Fifteen theme, I’m still having issues. Please let me know what else I need to do to resolve this. My hosting plan server is iPage (which uses NGINX), running a 5.0 PHP version. I hope this additional information helps out.
June 9, 2015 at 8:45 pm #240505In reply to: HTML in Profile Field again!
patrix87
ParticipantI made some “progress”
I found this and I can agree that it is still true.
https://buddypress.trac.wordpress.org/ticket/5971
Filtering is inconsistent and sometime happens twice.I think this should be something to look into somewhat soon.
Anyway here is the minimum you have to do to turn off html filtering.
BUT it makes you website a lot more vulnerable to attacks and errors so use it at your own risk.
Add this code to your child theme function.php
//Unfilter xprofile *risky* remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_kses', 1 ); remove_filter( 'bp_get_the_profile_field_edit_value', 'wp_filter_kses', 1 ); remove_filter( 'xprofile_get_field_data', 'wp_filter_kses', 1 ); remove_filter( 'bp_xprofile_set_field_data_pre_validate', 'xprofile_filter_pre_validate_value_by_field_type', 10, 3 ); remove_filter( 'xprofile_data_value_before_save', 'xprofile_sanitize_data_value_before_save', 1, 4 );
June 9, 2015 at 8:04 pm #240503In reply to: Question About Best Setup
Henry Wright
ModeratorWe need Groups and also Private Groups
I’d activate the Groups component.
Need to be able to upload face pictures
With BuddyPress, uploading profile photos is possible by default.
Hope this helps?
June 9, 2015 at 5:49 pm #240498In reply to: Buddypress Invitations PHP/SQL Error
gbengalex
ParticipantNah I dont think its the PHP ini setting. It is already increased and I have many php scripts that require far more resources than buddypress invitations and they are not having any troubles executing. It is the buddypress invitation script me think.
June 9, 2015 at 5:36 pm #240496shaquana_folks
ParticipantHello @henrywright, was just trying to reach you for a follow up as to why my registration page is still not working, because I’m still running into the same issue of the users not being created, even while I’m still on the Twenty Fifteen theme with only the BuddyPress plug in (now at the 2.3.1 version) and the W3 Total Cache (still at the 0.9.4.1 version) activated. Also, I went and checked the backend from my hosting plan provider (as well as talked to a representative of my hosting plan service) and noticed that there was a lot of errors listed for my sites, including the myloopnetwork.com link). The representative I spoke to said that all the other errors listed have been resolved because he said he doesn’t see any other error messages on those that are listed in the error log. The only one he said he still sees on there (and I just realized this as well) was this message:
PHP Warning: strstr(): Empty needle in /hermes/bosweb26d/b246/ipg.sjfgraphixcom/myloopnetwork/wp-content/plugins/buddypress/bp-core/bp-core-filters.php on line 781
Could this be the reason why the registration page is still not working? Because I never did any changes to that bp-core-filters.php file, I’ve only been working on the post pages and customizing my website theme. Please let me know what else I need to do to resolve this. My hosting plan server is iPage (which uses NGINX), running a 5.0 PHP version. I hope this additional information helps out.
June 9, 2015 at 4:51 pm #240492In reply to: Maximum number of users
r-a-y
KeymasterThere’s a ticket about this here:
https://buddypress.trac.wordpress.org/ticket/3789View the comments in that ticket for some approaches that you can take. If you need some hooks in BuddyPress to make this happen, let us know by replying to that ticket. Login using the same credentials as you use here on buddypress.org.
You could also think about using Gravatar and disabling avatar uploads as well. It’s probably not a valid option for your site, but just making sure you know! 🙂
June 9, 2015 at 4:36 pm #240491In reply to: Create Cover Photos using the new BP_Attachment API
Henry Wright
ModeratorHi @brianbws,
You’ll need to
extendtheBP_Attachmentclass with your own subclass. See the BP_Attachment article for more info.June 8, 2015 at 8:55 pm #240473In reply to: Filter profile page groups to my groups only
Alvin341965
ParticipantHi Andreas, this question is solved but i use the KLEO theme.
solution that worked for methank you for your reply.
June 8, 2015 at 8:05 pm #240470In reply to: Buddypress notifications not working
Henry Wright
ModeratorIt seems this is in-progress. See 6057 for updates.
June 8, 2015 at 7:55 pm #240469In reply to: Buddypress notifications not working
sylkitt
ParticipantSo Kleo support says Buddypress NEVER had notifications for comments or likes, only for private messages and friend requests. Is that true? Comments and likes are an important part of a social network and my client wants all of them to be fully functional, not only private messages and friend requests.
June 8, 2015 at 7:34 pm #240467In reply to: Buddypress notifications not working
sylkitt
ParticipantUpdate: I just tested again and I receive email notifications with Kleo activated as well. So it’s not a theme problem but a Buddypress one. Can you give me instructions on how to solve it? Thank you!
June 8, 2015 at 6:51 pm #240463In reply to: How to customize labels ?
rodne
Participantthanks @henrywright for the swift reply … i was struggling with where to place these files, not seeing updates and generally wondering what I had been doing wrong. Basically I had been replacing the messages of the .po files when generating the new .mo translations … instead one should simply add a preferred translation as the following article suggests (https://wpalchemists.com/2014/05/buddypress-translation-files/)
oh the woes of .po & .mo ‘s … hope this helps someone else though!
June 8, 2015 at 6:30 pm #240460In reply to: Call Widget (BuddyPress) Log In from a Theme
danbp
ParticipantThe code is in /buddypress/bp-core/bp-core-widgets.php
June 8, 2015 at 6:07 pm #240459In reply to: admin-ajax.php high wait time on pingdom test
atsouf
ParticipantHello and thanks for the fast reply.
1st I have a lot of custom code but nothing that interferes with admin-ajax.php
2nd My plugins (please dont panic)
Agreeable
bbpress
bbpress – custom kses allowed tags
bbpress -enable tinymce visual tab
bbpress moderation
buddypress
buddypress captcha
Contact form 7
easysocial icons
events manager
GB bbpress tools
google analytics by yoast
Gzip ninja speed compression
Loco translate
Speakout! email petitions
Tinymce advanced
Wordpress SEO
WP bakery visual composer
WP super cache
YOP Poll3d theme: fraction from orange themes (i already contacted their support and i am waiting for their reply)
June 8, 2015 at 5:58 pm #240458In reply to: filter option: groups I created only
Henry Wright
ModeratorHi @alvin341965,
There’s a function that will help you do that. It’s called
groups_is_user_creator(). The first step is to create a groups loop. The code on this page will do that for you. Then immediately after<?php while ( bp_groups() ) : bp_the_group(); ?>you could add something like this:if ( ! groups_is_user_creator( bp_loggedin_user_id(), bp_get_group_id() ) ) continue;Some considerations:
- I’ve used
bp_loggedin_user_id(), but feel free to use something else like the displayed member’s ID. - The function uses
BP_Groups_Member::check_is_creator()which performs a database query for each item in the loop. To improve performance you might want to write your own SQL targeting groups only you’ve created and then loop through the result set. There may already be a function that does that for you. I’m not aware of one but someone else on here might be - This doesn’t work well with pagination
June 8, 2015 at 5:41 pm #240457In reply to: Buddypress notifications not working
Henry Wright
ModeratorHi @sylkitt
The support forum of the Kleo theme told me it is not a theme problem but a Buddypress one.
Possibly, but let us be sure. Can you activate TwentyFifteen and test again?
June 8, 2015 at 5:23 pm #240455In reply to: How to customize labels ?
rodne
ParticipantHowdy Dan,
I have found similar instructions and made updates to no avail. I would appreciate the missing pieces so as to fully customize all labels and messages BuddyPress serves throughout various steps of the online engagement process.In kindness and cooperation,
Mr EJune 8, 2015 at 4:19 pm #240449In reply to: How to only display specific groups ?
shanebp
ModeratorYou’ll need to write some conditionals based on knowing the current language.
And need to customize a template overload of this file:
bp-templates\bp-legacy\buddypress\groups\groups-loop.phpSee
function bp_has_groupsinbp-groups\bp-groups-template.phpfor info about the include / exclude group ids parameters re the group loop.June 8, 2015 at 1:20 pm #240440In reply to: Activity Problem
knittingtheweb
ParticipantHi Patryk,
Did you try using the BuddyPress data repair tool? I’ve had some success with it in cases like this. In the back end toolbar, go to Tools > BuddyPress and choose which data to repair. You should only run one repair job at a time. (I usually step through all five repairs just to make sure everything’s synced.) Hope this helps!June 8, 2015 at 12:48 pm #240437In reply to: Groups editing not saving
shanebp
ModeratorThe plugin needs to be compatible with BuddyPress, not vice versa.
You should contact the plugin author and make that request.
https://wordpress.org/support/plugin/buddypress-cover-photoJune 8, 2015 at 12:46 pm #240436In reply to: [Resolved] adding bp-custom.php kills site
bp-help
Participant@stunley
You can’t define the default component outside of php tags. Try this:<?php // hacks and mods will go here /** Change BuddyPress default Members landing tab. **/ define('BP_DEFAULT_COMPONENT', 'profile' ); ?>June 8, 2015 at 10:51 am #240430In reply to: How to show sitewide activity in profile page
Henry Wright
ModeratorIn that case, you can just do this:
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?> <?php while ( bp_activities() ) : bp_the_activity(); ?> <?php locate_template( array( 'activity/entry.php' ), true, false ); ?> <?php endwhile; ?> <?php endif; ?>Unless you filter this, it’ll show everything.
Ref: https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/
June 8, 2015 at 9:25 am #240424In reply to: buddypress groups question
Alvin341965
Participantif you hover over buddypress.org before my sites you’ll see a popup create new topic.
i had to look for a while too 🙁June 8, 2015 at 9:16 am #240423In reply to: buddypress groups question
cheryltrigonesriley
ParticipantQuestion — How did you start this topic? I’m logged into buddypress support, but don’t see a way to create a new topic like you did above?
June 7, 2015 at 6:13 pm #240410In reply to: Username displaying as ‘@Admin’ on profile
danbp
ParticipantCan you test with another theme ? Also are you using some cutom template for profiles, or a plugin or a custom function ?
See if you have this in your template:
<h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2>The original is in bp-templates/bp-legacy/buddypress/members/single/members-header.php
Maybe your theme or custom work is using something other than
bp_displayed_user_mentionname(); - I’ve used
-
AuthorSearch Results