Search Results for 'buddypress'
-
Search Results
-
Topic: MemberType Tutorials?
It seems all the videos I can find regarding setup of BuddyPress go through installing and very basic setup but I have yet to find any that go into structuring the social networking portion of the site and address things like the nuances of membertype and how to go about actually building the site. Does anyone know of any? Am I just really bad at searching?
Thanks, for your time,
KeithTopic: 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.
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: Topics open in REPLY mode
In my forum I can no longer read the original post in a topic. When clicking the link to view the topic it automatically loads the reply box if there are no existing replies, if others have replied all of those posts are visible. I’ve cleared my browser cache and cookies and also tried a different browser.
WP Version 4.6.1
Buddypress 2.7.0Topic: BuddyPress error
Hi everyone! I have installed buddypress plug in my website http://www.deutsches-casino-online.com/ but it makes 505 error problems
Please suggest me the solutions. Thanks in advance.
* Help *
Users on my site cannot upload their own profile picture and cover image?
I want my users to be able to change their profile and cover image just like facebook.
when a user trys to upload and image, error i get is:
An error occurred. Please try again later.I have:
option is selected ‘registered members can change ….’
tried different image sizes attributes…etc
tried different image formats
tried many different plugins to force profile picture
tried many different avatar pluginsi have not found a concrete answer anywhere.
What i have found is that if i change profiles to ‘Administrator’ they can change it.
BUT i cant have all my users Administrators.How can my users change their profile/cover image?
Hello everyone. Can anyone help me on this problem? “Group Admins” in the group page at the right side of the page does no adjust in mobile. Text direction is from top to bottom. Please see below a sample text direction of “Group Admins”.
“Gr
ou
p
Ad
mi
ns”By the way, how to attached a screenshot here from my computer?
Topic: Search button not working
I have created two different groups in buddypress with different member types . While searching in the group , the button doesnt work. The search list gets displayed on the change of dropdown but the button just refreshes the page but does not filter. I checked the code, everything seems ok , i havent changed anything in the templates
Where can be the issue?Topic: BP Profile Does Not Display
Hello,
I’m having trouble with a Buddypress Profile. The profile in question was the original Admin profile that created the site. Somewhere along the line, the Buddypress interface for the profile just stopped displaying. If I try to select “Profile” in the drop down menu, it just directs to the Home Page, but no BP profile. I can login and administer the page, there’s just no BP profile. I’ve deleted it and re-added it, from both WP back-end, and from the tables in My PHP Admin. I can also add other user profiles (including Admins) which function perfectly fine, including BP Profiles. I can even change the access level of this particular profile, but that doesn’t help. The problem is with this particular User ID. Normally it wouldn’t matter, and I’d just start another Admin profile, but this User ID is branded to the site so that Users can identify it’s the site owner. Any ideas what is going on? Thanks.
Topic: Registration twice
My registration page comes up. I enter the data and hit the complete sign up button. At that point the page is still there but my passwords have been cleared. I re-enter the passwords and hit the complete sign up button and then it does the registration. Anyone know why this might be happening? I am on 2.7.0 buddypress, using the evolve plus theme. It has worked in the past on this theme so i have either changed a setting that i did not understand or a plugin may be conflicting. I have the mailchimp plugin with buddypress integration set but i have tried to deactivate that and it has no affect. Anyone experienced this and have a solution?
Topic: 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 youTopic: Creating a custom page
I need to create a user dashboard for my BuddyPress site, with fields such as announcements, recommended mentors, recent articles, upcoming events, etc. How can I create a custom page with these items on it? Thanks!