Search Results for 'buddypress'
-
AuthorSearch Results
-
April 8, 2014 at 6:02 pm #180978
shanebp
Moderator@jonbie
If you want to show profile data in the members loop
( as you seem to want in this thread: https://buddypress.org/support/topic/badly-need-some-help-with-a-profile-field/ )You may be interested in this premium plugin:
April 8, 2014 at 5:57 pm #180976In reply to: Badly need some help with a profile field
Hugo Ashmore
Participant
@jonbie you already have a more recent thread running on this same question, please stick to one thread per question to avoid splitting responses & confusion.
Closing this thread.https://buddypress.org/support/topic/placing-a-set-profile-filed-beside-users-name-in-h1-title/
April 8, 2014 at 4:00 pm #180968Squirrel
ParticipantI found this code from http://www.tommywhite.com/resources/buddypress/change-buddypress-groups-starting-tab after some Google searching- does anyone know if this is a good way of doing this in the latest version of BuddyPress please?
/* Redirect for group home tab */ function redirect_group_home() { global $bp; $path = clean_url( $_SERVER['REQUEST_URI'] ); $path = apply_filters( 'bp_uri', $path ); if (bp_is_group_home() && strpos( $path, $bp->bp_options_nav[$bp->groups->current_group->slug]['home']['slug'] ) === false ) { if ($bp->groups->current_group->is_user_member || $bp->groups->current_group->status == 'public') { bp_core_redirect( $path . 'forum/' ); } } } function move_group_activity_tab() { global $bp; if (isset($bp->groups->current_group->slug) && $bp->groups->current_group->slug == $bp->current_item) { unset($bp->bp_options_nav[$bp->groups->current_group->slug]['home']); } } //The following line redirects to a group forum page rather than a group activity page add_action('bp_init', 'redirect_group_home' ); //The following line removes the group activity tab entirely //add_action('bp_init', 'move_group_activity_tab');April 8, 2014 at 2:26 am #180954In reply to: Database Update Required!?!
hkcharlie
ParticipantI updated and it was pretty painless (although I think my buddypress-docs is not working now because of it, I might be wrong)
April 7, 2014 at 11:14 pm #180950Susan Braiden
ParticipantThe last one’s a winner. Works like a charm.
“Nav Menu Roles” plug-in is compatible up to 3.8.1.
https://wordpress.org/plugins/nav-menu-roles/
It’s super easy to install, and requires no configuration. Just go into
Dashboard -> Appearance -> Menus
once you’ve activated it, and it’s options automatically show up when you’re configuring menu items, even if they are not BuddyPress components. Great if you’re linking to a specific doc.
Hopefully this will help someone else out. Drove me mad.
Susan.
April 7, 2014 at 9:50 pm #180946In reply to: Buddypress conflict with Gravity Forms
Paul Wong-Gibbs
Keymasteradmin-ajax.php is a core WordPress file.
I’ve searched for the phrase “new-review-button” in the BuddyPress code, and it doesn’t exist in BuddyPress. Perhaps it’s introduced by some other plugin on your site, but only when BuddyPress is active? I don’t know.
What other plugins and themes are you using?
April 7, 2014 at 8:38 pm #180943In reply to: add new members to group
Li_J
ParticipantI also installed buddypress template pack.
When I go to gropus – visit the groupname – members, I can see only one member listed and can’t see “invitation” link.
if I go to groups – visit groupname – admin – members, I can see “this group has no members” and there is no “invitation” link.
Li
April 7, 2014 at 7:51 pm #180941r-a-y
KeymasterThis should be fixed in 2.0-beta-1:
If you have a local environment for testing, please help us test.
April 7, 2014 at 7:46 pm #180938In reply to: Buddypress 2.0 Beta 1 Bugs – Need Help!
r-a-y
KeymasterThe group member count issue is because BuddyPress 2.0 made some changes to the group component to better optimize how data is fetched.
This affected the BP Group Hierarchy plugin, which caused your group member count issue.
You can either downgrade BuddyPress to v1.9.2, which John stated above or you can keep using the beta and use the developmental version of BP Group Hierarchy that fixes this issue:
https://github.com/ddean4040/BP-Group-HierarchyA .ZIP link can be found here:
https://github.com/ddean4040/BP-Group-Hierarchy/archive/master.zipNote that this is in development. If there are any further bugs with the groups component, please let the author of the plugin know.
April 7, 2014 at 7:39 pm #180936In reply to: Buddypress 2.0 Beta 1 Bugs – Need Help!
John James Jacoby
KeymasterThere was a bug in the WordPress.org repository that caused some installations to see BuddyPress 2.0 as the currently available version. If you need to switch back to 1.9.2, download the zip file, and upload it to your plugins directory.
https://downloads.wordpress.org/plugin/buddypress.1.9.2.zip
Let us know if you need any other help, and sorry for the problem.
April 7, 2014 at 7:37 pm #180935In reply to: Buddypress 2.0 Beta 1 Bugs – Need Help!
DonorChildren
ParticipantWordpress said “100% compatible according to author” prior to installing the update. I’d really rather not repeat myself or be asked dumb questions. Any valuable, productive advice is welcome. I need these bugs fixed or would be happy with instructions on how to install the prior working version of Buddypress and get out of Beta mode. I would not have installed if the author had not said 100% compatible. Need help from others willing to help and not waste time criticizing. Thanks.
April 7, 2014 at 7:25 pm #180934In reply to: Buddypress 2.0 Beta 1 Bugs – Need Help!
Henry Wright
ModeratorI just installed the Buddypress update. It said 100% compatible according to author.
BP 2.0 is in beta. Where did it say 100% compatible? You shouldn’t use 2.0 beta in a production environment. There is a fair way to go yet before the core devs release BP 2.0 proper.
April 7, 2014 at 7:22 pm #180932In reply to: Favorite Button in the Post?
Henry Wright
ModeratorI used it on a site with BP 1.9 and it worked OK. What doesn’t work for you? Have you tried raising a support request on the plugin’s forum? https://wordpress.org/support/plugin/buddypress-like
April 7, 2014 at 7:18 pm #180931In reply to: Oh… Custom Sort of Group Members
modemlooper
Moderatorif you need to filter the admin lists https://codex.buddypress.org/plugindev/add-custom-filters-to-loops-and-enjoy-them-within-your-plugin/
Plugin example: https://github.com/imath/bp-loop-filters
April 7, 2014 at 5:33 pm #180922In reply to: restrict listing users see certain users
shanebp
ModeratorIf ‘offer service’ and ‘search service’ are extended profile fields, you can adapt this example:
April 7, 2014 at 1:19 pm #180906In reply to: Spam Overload
Henry Wright
Moderator@espellcaste I’m not sure but I doubt BuddyPress or WP will enforce a limit like that.
April 7, 2014 at 11:22 am #180899@mercime
Participant@agameseo the blank cart and checkout pages are not BuddyPress issues, only the member, register, and activate pages are. Was your shop working before you activated BP? If not, then I suggest you contact the theme author.
Re BP pages returning blank, does your theme’s page.php have the_title and the_content tags within the WP loop? If not, then you’ll have to customize your buddypress.php to have those tags within the WP loop or hire the theme author/developer to help you customize this premium theme which we have no access to.
April 6, 2014 at 5:52 pm #180885danbp
ParticipantPBCK ! Annoying for you, but read here please before telling “it doesn’t work” and give some information about what and how you are handling your issue.
https://buddypress.org/support/topic/when-asking-for-support-2/If you remove something from the original BP files, and this something is still appearing, you probably use a theme or a child theme containing this part.
You should also clear your navigator history. This mostly resolve such situations. 😉
April 6, 2014 at 10:58 am #180877Squirrel
ParticipantYou are right the css override does not work sorry. I just remembered how I did this sorry, try this function to turn off mentions:
// remove buddypress mentions add_filter( 'bp_activity_do_mentions', '__return_false' );Try Adding it to your theme functions file or a custom plugin.
April 6, 2014 at 10:00 am #180876metalmick
ParticipantWhy isn’t Buddypress doing something about this!! No social/dating site I have ever seen has this @ username!!
Just don’t get it… give us a check box to get rid of it please.April 6, 2014 at 9:15 am #180874In reply to: Favorite Button in the Post?
Henry Wright
ModeratorYes, you can use the BuddyPress Like plugin to do that: https://wordpress.org/plugins/buddypress-like/
The wording can be changed via the admin area.
April 6, 2014 at 5:26 am #180867In reply to: Is BuddyPress right for this project?
marcusataylor
ParticipantThe WPMU one is good, I use that in tandem with Buddypress on one of my sites – there’s a range of other goodens too that might be worth a look at – http://www.ventureharbour.com/membership-plugins-for-wordpress/
April 6, 2014 at 5:25 am #180866In reply to: How to have Privacy Settings enabled ?
ronia
ParticipantThat said, there have been plugins that attempted to fill this void
Can you or anyone please post uri of such plugin that works with WordPress 3.9 Beta 3 +BuddyPress 2.0 Beta 1.
“everything in BuddyPress is loosely considered public.”
But isn’t BP meant to be a social net (a network that cares about privacy) ? Thanks for responding and replying.
April 6, 2014 at 4:48 am #180865In reply to: How to have Privacy Settings enabled ?
John James Jacoby
KeymasterThanks for the feature request. At this time BuddyPress only provides visibility settings for individual profile fields. We’ve been putting off building a robust member to member permissions component until after we have attachments. Right now, everything in BuddyPress is loosely considered public.
Remember that BuddyPress is still powered by WordPress, and WordPress’s roles and capabilities system isn’t really powerful enough or scalable enough to handle permissions for millions to millions of users.
That said, there have been plugins that attempted to fill this void, but none of them gained a whole ton of traction unfortunately. We’ll get there, but it’s a bit of a long road.
April 6, 2014 at 4:28 am #180864In reply to: How to enable "Likes"
John James Jacoby
KeymasterWe’ve talked about more deeply integrating activity stream likes into other parts of a BuddyPress powered site, but haven’t prioritized it yet. This is the first report of any incompatibilities between 2.0 and Jetpack.
-
AuthorSearch Results