Search Results for 'buddypress'
-
AuthorSearch Results
-
February 3, 2014 at 12:01 am #177846
In reply to: Shortcode Not Working – wpautop breaking
jamesdonegan
ParticipantYes, as my theme is the BuddyPress default.
February 2, 2014 at 8:30 pm #177844In reply to: Extracting data from other sources of regsitration
tolusage
ParticipantHello @thecbell,
This should be a good starting point. Though a little old, the plugin below does a similar job for the sMember system, but you can give it a try in your development install and report any progress/set-back in this thread:
https://wordpress.org/plugins/buddypress-profiles-manager/Good luck 😉
February 2, 2014 at 2:54 am #177833In reply to: Notifications show error
BuddyBoss
ParticipantNo problem. Have you tried switching themes to see if that resolves it? You should do that first so that you actually know it is a theme issue.
In your theme, look for, starting at your root directory in WP:
/wp-content/themes/[theme-name]/buddypress/members/single/home.php
Is that in your theme? If not, then disregard this theory, at least in regards to your theme. If so, then please post the code from that template here and I’ll take a look at it.
February 1, 2014 at 4:38 pm #177822In reply to: How to Automatically add a new member to a group
tolusage
ParticipantQuit being an oliver twist…
But I think this is what you’re trying to do:
Do the followings and you’re well on your way…
1. Install the plugin “BP Group Organizer”
https://wordpress.org/plugins/bp-group-organizer/2. Install GroupOmatic Plugin
https://wordpress.org/plugins/buddypress-groupomatic/Follow @megainfo’s instructions above by installing the GroupOMatic plugin to create appropriate conditions for the filling-in of matching profile field at registration.
You can also utilise the Hierarchy plugin to manage the groups.
It’s fairly easy to manage what you seek with the above solutions including the suggestions of @megainfo…
GroupOmatic plugin is not compatible (just use it and quit complaining), OR create a plugin of your own that does just that. Or if you can spare some change buy the pro version.
February 1, 2014 at 3:35 pm #177820In reply to: HELP ON USING A BUDDY PRESS THEME!
valuser
ParticipantTry copying the bp-default theme from the Buddypress plugin bp-themes folder to your wp-content/themes folder
February 1, 2014 at 3:21 pm #177819In reply to: HELP ON USING A BUDDY PRESS THEME!
gfam105
ParticipantThanks for the response.
I tried to run themes;
Name Description
Fishbook (BuddyPress BuddyPack) The parent theme is missing. Please install the “bp-default” parent theme.
Frisco for BuddyPress The parent theme is missing. Please install the “bp-default” parent theme.
Frisco for BuddyPress The parent theme is missing. Please install the “bp-default” parent theme.
My BuddyPress The parent theme is missing. Please install the “bp-default” parent theme.
Simple WP Community Theme The parent theme is missing. Please install the “bp-default” parent theme.
Status The parent theme is missing. Please install the “bp-default” parent theme.I tried to locate a bp.custom file so i could put a code into it that i found on another blog which basically redirects the child theme to the parent theme..
I would like to install the above themes, any suggestions on how i can?
February 1, 2014 at 2:57 pm #177817In reply to: HELP ON USING A BUDDY PRESS THEME!
Hugo Ashmore
ParticipantSeveral of what BP themes? BuddyPress works with any well written theme following the WP template principles, as you don’t mention what themes you have tried, try activating one of the WP standard themes bundled with WP then you’ll be able to see BP in action, also please do check the BP codex documentation as you’ll find helpful guides to getting started there.
P.S. Why are you looking for a bp-custom.php file what prompted you to do that? This doesn’t exist by default and is created as needed and the file is specifically to run code that affects BP core operation across any theme which may be installed; it isn’t required to simply run a theme or BP.
February 1, 2014 at 1:36 pm #177815In reply to: Add activity form and loop on my home page
namrons
ParticipantThat works perfectly but I would love to know how to get this post form to add the Buddypress Activity Plus media buttons. Any idea?
February 1, 2014 at 8:16 am #177810In reply to: friendship chain 4 buddypress?
quan_flo
ParticipantOld topic, but maybe interesting? I needed the same functionallity so I created a plugin that might help here, too:
https://wordpress.org/plugins/buddypress-foaf/January 31, 2014 at 5:53 pm #177801In reply to: BuddyPress Activity Privacy
meg@info
ParticipantHi @dtc7240,
Thank you very mutch for reporting bugs.
i have added fix on the last version (1.3).
I just want to mention that i keeped the ability to members to change the visibility of no threaded comment( join group, leave group, ..etc) since this activities concerns it.be cargful when you add this tests on your version:
if( bp_activity_user_can_delete() && bp_get_activity_type() == 'activity_update' ) {it’s can stop the plugin to work for others plugins like buddydrive or others ( they use others activity type other than ‘activity_update’).
I invite you to join the support forum of the plugin for more enhancement and suggestions.
https://wordpress.org/support/plugin/buddypress-activity-privacy
Thanks again for the fix.
Regards,
MounirJanuary 31, 2014 at 5:14 pm #177800In reply to: Shortcode Not Working – wpautop breaking
modemlooper
ModeratorDoes this have anything to do with BuddyPress?
January 31, 2014 at 4:05 pm #177795In reply to: Friendships are missing in Requests and Invites
Anonymous User
InactiveHi @nat0n
I think you are using a deprecated method to get users. The only way I’ve found to reproduce the issue was to force BuddyPress to use BP_Core_User::get_users() which is deprecated since version 1.7 of BuddyPress.
If i’m right about the above paragraph, I strongly advise you to use BP_User_Query to quickly solve the trouble.
January 31, 2014 at 1:53 pm #177790In reply to: New user cannot logged in
julianprice
ParticipantNot sure but Did you confirm your WordPress Settings https://codex.buddypress.org/getting-started/register-and-activation-pages/ having Membership Checked.
January 31, 2014 at 1:00 pm #177787In reply to: Friendships are missing in Requests and Invites
Anton
ParticipantNo news here? I can confirm that the problem exist with only 1 plugin active (BuddyPress), network activated or not, and may be connected to the issue where the names of group members don’t show up at all (if the user hasn’t edited their WordPress profile name that is, then it’s cool).
julianprice
Participant@aniclip Take a look at rtMedia plugin https://wordpress.org/plugins/buddypress-media/ . I also tagged @boonebgorges – He did a incredible job on project that has portfolios for people. He may have a better suggestion.
January 31, 2014 at 8:49 am #177777craftersuniversity
ParticipantI’ve done some more detective work now, and it seems that it has to be a PHP bug of some sort. Changing themes doesn’t work, even BuddyPress default wont display the “Notice for all” message to normal members with status “Participants”. Higher role levels like Editor or Administrator does get to see the message though, so this definitely has something to do with WordPress roles in combination with BuddyPress plugin. I also checked the source code of the page. When logged in as a low ranking member ( role Subscriber ) the text in the notice isn’t even part of the page source code…
January 31, 2014 at 8:37 am #177776In reply to: Country / City Conditional Fields
noizeburger
Participant@webauthor
You are looking for similiar features like I did. I understand your frustration, but finally, there’s nearly nothing that can’t be done with buddypress – if you have the right skills.I found a solution concerning different registration/profile fields or types: give it a try
Also, I know there’s a plugin for conditional fields, but I’m not sure if it works: check it out
Support isn’t always that fast – that’s right. But finally most of my questions could be answered in the past.
Good luck!
January 31, 2014 at 5:37 am #177774In reply to: Modifying "bp_activity_action()" output
Bilal Shahid
ParticipantThanks BuddyBoss!
Looks like I have to use filters to modify the output. But the function itself is meant to be customized in BuddyPress 2.0 for easier modification of the output.
January 31, 2014 at 1:59 am #177766In reply to: BuddyPress Activity Privacy
Scott Seitz
ParticipantHi Mounir (@megainfo). I stumbled across another php notice when pulling up my members page:
PHP Notice: Undefined property: stdClass::$activity_count in /Applications/MAMP/htdocs/wordpress/wp-content/plugins/buddypress-activity-privacy/includes/bp-activity-privacy-filters.php on line 114
Can you please add the second argument to the if statement below in the bp_visibility_activity_filter() function when you have a chance?
if ( $remove_from_stream && isset($activities->activity_count) ) { $activities->activity_count = $activities->activity_count - 1; unset( $activities->activities[$key] ); }Thank you very much,
ScottJanuary 31, 2014 at 12:21 am #177763@mercime
ParticipantPersistence paid off for Marcella 🙂 https://buddypress.org/support/topic/0-1-release-of-my-theme/
January 31, 2014 at 12:05 am #177761In reply to: staff scheduling plugin
@mercime
Participantclosing duplicate post https://buddypress.org/support/topic/staff-scheduling-plugin/
January 30, 2014 at 7:44 pm #177751In reply to: private message – not private
BuddyBoss
ParticipantCaching BuddyPress often leads to problems in my experience. There are other methods to speed it up. Do you need all of those plugins. They’re all doing things (writing to the DB possibly) and many probably load their own JS and CSS files. That is part of what bogs down site speed.
For the email issue, did you happen to migrate your database at any point in time? In the DB users and messages are all tied to each other and it’s possible that the IDs got messed up in your DB somehow, so messages are going to the wrong recipients.
January 30, 2014 at 7:43 pm #177750In reply to: BuddyPress 2014 Survey
aces
ParticipantJanuary 30, 2014 at 7:39 pm #177749In reply to: Modifying "bp_activity_action()" output
BuddyBoss
ParticipantAnother thread that may help: https://buddypress.org/support/topic/add-to-html-markup-in-bp_activity_action/
January 30, 2014 at 2:02 pm #177744In reply to: private message – not private
Melle328
ParticipantYes, we are using database cache. The page is too slow without cache and Buddypress somehow unusable with.
-
AuthorSearch Results