Search Results for 'buddypress'
-
AuthorSearch Results
-
April 10, 2014 at 3:40 am #181058
In reply to: Why don't group comments show to non-users?
DJsix
ParticipantNo, I didn’t do either of those. I haven’t messed with any code in BuddyPress. The only thing I’ve altered is in header.php, and I’ve gone back to a clean install of this theme, and nothing changed.
April 10, 2014 at 3:33 am #181057In reply to: Why don't group comments show to non-users?
modemlooper
ModeratorDid you remove the comment code from
buddypress/bp-templates/bp-legacy/buddypress/activity/entry.php
or wrap the code in a check if user is logged in?
April 9, 2014 at 7:54 pm #181033In reply to: Double navigation bars after Buddypress update?
modemlooper
ModeratorContact theme developer and ask them to make their theme compatible with current BuddyPress. The template files supplied by Frisco are outdated.
April 9, 2014 at 6:30 pm #181029In reply to: Double navigation bars after Buddypress update?
Kookidooki
ParticipantHi Modemlooper,
You’re right; it’s theme related.
But it didn’t happened before under the former BP version.
I’m using the free BP theme Frisco for Buddypress.
And every time when I hit the notification button it throws a double navigation bar.How do I fix this?
Thanks!
April 9, 2014 at 5:56 am #181011In reply to: Json api and buddypress
modemlooper
ModeratorThat plugin doesn’t have end points for BuddyPress
April 9, 2014 at 12:09 am #181003In reply to: Activity comments are not working
r-a-y
Keymaster@j0schi – If you’re currently on BuddyPress 2.0-beta-1, can you upgrade to 2.0-beta-2 and see if that fixes things?
If not, try removing the blog post activity item. Then head over to the blog post, edit it and resave it to regenerate the activity item and test the comment syncing again.
April 8, 2014 at 8:23 pm #180985In reply to: Event Plugin Opinions
kimharp
Participant@h2waldmann thanks, but I don’t see how this plugin integrates with Buddypress. Am I missing something obvious?
April 8, 2014 at 6:37 pm #180983In reply to: add new members to group
tajenli
ParticipantI am new to BuddyPress as well. From what I have tested, you can only add new members to group from backend Dashboard “Groups” menu. By default, this “Groups” menu is only accessible by site admin.
However, you can setup group admin and moderator. Both roles can invite friends to the group. This requires the friends feature enabled. Group admin\moderator have to add other users to their friend list. Then they can invite these friends of their own to the group.
I hope this help!
I also try to give group admin the ability to add new member directly (instead through dashboard “Groups” menu or invitation), but no luck so far. If anyone knows there is a plugin can do so, please let me know.
April 8, 2014 at 6:02 pm #180978shanebp
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.
-
AuthorSearch Results