Search Results for 'wordpress'
-
Search Results
-
HI,
There have been a few rather unhelpful topics around this. It seems like a pretty basic things to be able to do…
I am using Buddypress with s2Member and want to allow a site visitor to message certain member when viewing their profiles. This is possible for logged in users wh are members themselves but not for public visitors it seems. Some people have tried to use a cotact page alongside a profile to allow the member to be contacted.
PLease…. This is vital to my application.
I am using Buddypress as part of a membership site where practitioners can be contacted by people visiting the site.
Using latest versions of WordPress and Buddypress.
Hello,
I am using the latest WordPress and BuddyPress versions on my site:
http://www.artisticfreedomcrew.com/I set up my site in a way that users can upload their photos/images to the site through a front end uploader.
Is there a way to add those pictures automatically to their personal profile page, working as a personal Gallery?Kind Regards,
Bruno MestreHello ! I’ve been looking everywhere for a solution, but since I haven’t found anything that is a real solution, I’m posting a new topic.
My problem is : the emails sent by BuddyPress are in plain text and not in html. I’ve looked into the plugins we have installed, but none are SMTP. We’re using WordPress 4.6.1, BuddyPress 2.7.1 and the following plugins :
Advanced Custom Fields
AMP
Appfull
BbPress
Bottom Admin Bar
BP Emails for BBP
BuddyPress Votes
BuddyPress Xprofile Custom Fields Type
Duplicate Post
Glue for Yoast SEO & AMP
Gravity Forms
Gravity Forms CSS Ready Class Selector
Hero Slider
Loco Translate
Meta Box
Multiple Post Thumbnails
Page Builder par SiteOrigin
Redirection
Reveal IDs
rtMedia for WordPress, BuddyPress and bbPress
SiteOrigin CSS
SiteOrigin Widgets Bundle
TinyMCE Advanced
Ultimate Addons for SiteOrigin
WordPress Social Login
WP Viral Quiz
Yoast SEOI’ve seen someone suggest modifying the bp core functions, which is a really bad idea and not a viable solution for my problem.
Anyway, thanks in advance !
ummm… https://wordpress.org/plugins/buddypress/
We list them on both our plugin directory and
https://buddypress.org/extend/recommended-plugins/
that is a 404 not found page
wordpress v 4.6.1
buddypress v 2.7.1I notice there is a ” 0 “ figure appearing anytime I post an update. this started occurring when i updated to the new version 2.7.1 but goes off when reverted to v2.7
The issue still occurs all themes been used
Please Help me fix this issue… Thank You
Topic: Group header file problems
Hi there!
2 problems with group header file after 2.7.0. update (and cleaning cache in server and in browser and re-logging in).
These are the versions I use:
WordPress Version: 4.6.1
PHP Version: 5.6.27
MySQL Version: 5.6.281.- I have a warning that I didn’t have before: “Warning: Creating default object from empty value in /home/…/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-member.php on line 1122”. I’ve hidden the warning but it’s not a solution.
This is the function on line 1122 of that file:
/** * Get a list of all a given groupās moderators. * * @since 1.6.0 * * @param int $group_id ID of the group. * @return array Info about group mods (user_id + date_modified). */ public static function get_group_moderator_ids( $group_id ) { global $wpdb; $group_mods = wp_cache_get( $group_id, ābp_group_modsā ); if ( false === $group_mods ) { self::prime_group_admins_mods_cache( array( $group_id ) ); $group_mods = wp_cache_get( $group_id, ābp_group_modsā ); } // Integer casting. foreach ( (array) $group_mods as $key => $data ) { $group_mods[ $key ]->user_id = (int) $group_mods[ $key ]->user_id; } return $group_mods; } /*************/2.- The problem is somewhere else: In line 33 of the group-header.php file (in groups/single/ ) we find this line:
if ( bp_group_has_moderators() ) :where ābp_group_has_moderators()ā is giving a false ātrueā value as I donāt have moderators in any group but the code is executed saying āthere are no moderatorsā so it should not execute in the first place.
I added this code to the file:
/* TMP ************************************************** */ echo āmoderators: <br/>ā; $tt = bp_group_has_moderators(); echo ā<pre>"; var_dump( $tt ); echo "</pre>ā; /* *************** */And this is the result:
array(1) { [0]=> object(stdClass)#5165 (1) { [āuser_idā]=> int(0) } }Does it bring any light?
Hi. I’m trying to implement a WordPress/BuddyPress ‘membership’ site that delivers online training via Learning Management Systems. Some of the candidate LMSs have limited integration with WordPress via their own plugins but a tonne of must-have features in their own LMS cloud app/website. (Unfortunately the WordPress LMSs like LearnDash etc aren’t functionally rich enough.) As such I wondered if It might be possible for BuddyPress to expose itself to Zapier.com Zaps with Zap.Actions (& maybe Zap.Triggers). For example when a Learner completes their LMS course and sends the event to Zapier.com, I’d like to create a Zap that uses this LMS.Course-Complete trigger to make a zap-action of ‘Log course completion [User] in BuddyPress Activity Stream.
Other triggers/events might be: Course-Enrolment[User]; Course-Pass/Fail[User]; Lesson-Complete/Pass/Fail[User]; Topic-Complete/Pass/Fail[User] & Quiz/Test-Complete/Pass/Fail[User].
Thoughts?
Look forward to any constructive replies, including any known work-arounds or tips to implement the functionality myself.
Regards, Neil
Hi. I’m trying to implement a WordPress/BuddyPress ‘membership’ site that delivers online training via Learning Management Systems. Some of the candidate LMSs have limited integration with WordPress via their own plugins but a tonne of must-have features in their own LMS cloud app/website. (Unfortunately the WordPress LMSs like LearnDash etc aren’t functionally rich enough.) As such I wondered if It might be possible for BuddyPress to expose itself to Zapier.com Zaps with Zap.Actions (& maybe Zap.Triggers). For example when a Learner completes their LMS course and sends the event to Zapier.com, I’d like to create a Zap that uses this LMS.Course-Complete trigger to make a zap-action of ‘Log course completion [User] in BuddyPress Activity Stream.
Other triggers/events might be: Course-Enrolment[User]; Course-Pass/Fail[User]; Lesson-Complete/Pass/Fail[User]; Topic-Complete/Pass/Fail[User] & Quiz/Test-Complete/Pass/Fail[User].
Thoughts?
Look forward to any constructive replies, including any known work-arounds or tips to implement the functionality myself.
Cheers, Neil
Hi,
Hope I put this in the right forum. I really need some help. I’ve been trying to figure this out for a couple of hours, and have searched forums & googled everything I can think of, but have not found an answer.
I’m running BuddyPress 2.7.0 and rtMedia 4.1.8 on WordPress 4.6.1 with a child theme of evolve 3.6.4. Here is a link to my site: https://d6collab.com/
Everything is working great as far as I can tell so far, except for one thing. I can’t upload media from the sitewide activity stream, even though I have that option enabled in settings. I can upload it from my profile activity stream with no problems, though. Any ideas on why there is an issue uploading media just from the sitewide activity stream? Any insight is greatly appreciated!
Thanks so much,
elleTopic: Actions not taken
Dear all,
I have BuddyPress installed 2.7.0 and bbPress 2.5.10, on WordPress 4.6.1.
I have a problem when a user delete an activity from their wall, it won’t be deleted, also when accepting a friendship nothing happens and the request still there not accepted and not rejected.
I reinstalled BB and BP but nothing new and same problems.Already tried to disable all plugins and changed to twentysixteen and the same problems happen in there.
I do not know if there are other problems or not as I just installed today and still trying to test as much as I can.
Thank you