Search Results for 'buddypress'
-
AuthorSearch Results
-
March 5, 2014 at 5:52 pm #179339
In reply to: Theme + Amount of Plugins = Broken Menus
BlinkyBill01
ParticipantOk, set up a throw-away account.
URL: http://slamfans.com/wp/members/demouser01/
Login: demouser01
Pass: demo123On that demouser01 profile page, you should see where the Achievements link is forced to a second line but it’s still following the CSS positioning. If you visit another member page, you don’t see that error. I’m assuming that’s because you don’t see the Notifications link on other members profiles.
I’m trying to remember how I did it on another Buddypress site where I was able to force all of the plugin links, like Achievements, into a second line so that the first line remains with all of the default links. I did that about 2-3 years ago and that since has since floated away into the aether. So dunno if it’s even possible anymore with recent changes to Buddypress.
Hope there’s a solution to be had. (But thinking about it, it would be awesome if there was a plugin that could me made for custom WP themes that would allow you to position links in the order and places you’d like.)
Thanks!
March 5, 2014 at 5:20 pm #179338In reply to: Performance issues with the wp_bp_activities table
Boone Gorges
KeymasterHi @zippykid – Thanks for the post and for the gist of the EXPLAIN.
We’ve made some massive improvements for 2.0 in the activity query, but we haven’t really changed the way that this COUNT query works. In any case, forcing an index on a COUNT that doesn’t need sorting doesn’t really make much sense anyway, so we should probably remove it. If you get a chance, please open an enhancement ticket at https://buddypress.trac.wordpress.org with the suggestion. If not, I’ll try to get to it later.
March 5, 2014 at 5:08 pm #179336In reply to: Performance issues with the wp_bp_activities table
shanebp
ModeratorThe link to your gist:
https://gist.github.com/vidluther/9370018You’ll probably get a better response by opening a ticket at:
https://buddypress.trac.wordpress.org/March 5, 2014 at 11:06 am #179327In reply to: Buddypress, Woo Commerce and multi vendor stores
astarina
Participant@mercime Thanks, I’ve seen that plugin (I did extensive searching online before I posted my question). It doesn’t seem to do what I want it to do – ie for buddypress users to set up multiple stores.
It seems like there is only one store and it shows feeds of what the users are buying, product groups, etc?
March 5, 2014 at 10:45 am #179324In reply to: Buddypress, Woo Commerce and multi vendor stores
@mercime
Participant@astarina there’s a premium plugin http://themekraft.com/store/woocommerce-buddypress-integration-wordpress-plugin/
March 5, 2014 at 8:29 am #179320In reply to: Limiting the activity page?
craftersuniversity
ParticipantSorry, but it doesn’t work. I can only find two activity-loop.php in the BuddyPress plugin folder, one in \buddypress\bp-themes\bp-default\activity which doesnt change anything when altered and one in \buddypress\bp-templates\bp-legacy\buddypress\activity which breaks the site, stops some plugins and refuses to show any activities at all when altered according to your instructions. I’ve also tried placing them in my child theme, but it doesn’t do anything…
What could be the problem?
By the way, i’m using a child theme of Twenty Eleven.
March 5, 2014 at 4:42 am #179317In reply to: Delete Selected not working
Nishant Kumar
Participant@backpackersunion, you are welcome.
As per the ticket status. It was already fixed in trunk.
https://buddypress.trac.wordpress.org/changeset/7740
Thanks community.
March 5, 2014 at 3:34 am #179315In reply to: Site title & description error
@mercime
Participant@bhself When did this issue start? If you deactivate BuddyPress, is the issue resolved? If not, have you tried deactivating other plugins to check which is causing the issue?
March 4, 2014 at 10:37 pm #179301In reply to: Group Adm Avatars
shanebp
ModeratorAs you can see, the avatars are added by function bp_group_list_admins
in this file:
buddypress\bp-templates\bp-legacy\buddypress\groups\single\group-header.phpUnfortunately, that function has no filters.
So you’ll need to create a template over-ride of group_header.php in your theme.
Then replace bp_group_list_admins() with a custom function that you create in plugins/bp-custom.phpfunction bp_group_list_admins lives in
\buddypress\bp-groups\bp-groups-template.phpYou can copy it and change the function name and the html output of the foreach loop.
You’ll probably need to do the same thing for bp_group_list_mods()
March 4, 2014 at 5:52 pm #179286In reply to: Help with access restriction
Renato Alves
ModeratorI think you are looking for a answer not related to BuddyPress.
March 4, 2014 at 4:12 pm #179278In reply to: remoed BP template pack, site got messed up
@mercime
Participant@markbasisreclamenl if that page.php is really from the Twenty Eleven theme and not a theme which just copied Twenty Eleven’s theme files, then follow the instructions addressing different layouts at https://codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/twenty-eleven-theme/
March 4, 2014 at 2:41 pm #179277In reply to: Problems changing landing tabs
johnsag
ParticipantI have tried to deavtivate all the plugins except Buddypress, but the problem still persists. I could really need some help with this, as I have put a lot of work into this site, and this issue is preventing from doing anything furher, and a deadline is looming.
1. Which version of WordPress are you running?
WordPress 3.8.1 running twentyelevenchild
2. Did you install WordPress as a directory or subdomain install?
directory
3. If a directory install, is it in root or in a subdirectory?
root
4. Did you upgrade from a previous version of WordPress? If so, from which version?
No, I think I grabbed the latest files.
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
yes
6. Which version of BP are you running?
Version 1.9.2
7. Did you upgraded from a previous version of BP? If so, from which version?
I think it was a fresh install.
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
Right now, only Buddypress.
9. Are you using the standard BuddyPress themes or customized themes?
A customized twentyeleven.
10. Have you modified the core files in any way?
I have modified members-loop.php (to display slected fields) and functions.php (to exclude admin from being listed)
11. Do you have any custom functions in bp-custom.php?
Not any others12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
I disabled bbPress, the problem persists.
13. Please provide a list of any errors in your server’s log files.
Not available, as far as I know.
14. Which company provides your hosting?
one.com
15. Is your server running Windows, or if Linux; Apache, nginx or something else?
Linux, Apache
March 4, 2014 at 9:21 am #179265Hugo Ashmore
ParticipantThat’s a recent glitch, we’ll get it rectified.
March 4, 2014 at 5:32 am #179263In reply to: Performance issue.
wolfang8
ParticipantHi, Henry. I have done what you said. The plugins are necessary on my web site. Removed plugins and theme which I do not use. Am using Twitter Bootstrap already. As you can see, BuddyPress and s2members take most of time for loading. The others are less than 30%.
I deactivated BuddyPress and s2members, and my web site turned fast. That means these two plugins make my site slow. Hope the new version would provide better performance.March 3, 2014 at 10:38 pm #179251Squirrel
ParticipantThe plugin author is this guy by the way: he wrote some plugins on wordpress.org including BuddyPress Groups Extras which is how I found him. Slava UA.
March 3, 2014 at 8:16 pm #179245In reply to: Delete Selected not working
BackpackersUnion
Participant@nishant_official I can confirm your fixed worked great!
I cringed when modifying the core file outside of a child theme but needed the fix. Previously the delete link was redirecting me to the top of the page by adding “#” to the end of the page URL. Added the change you outlined in your ticket and it work flawlessly. Thanks for taking the time to look into and create a ticket!
BuddyPress 1.9.2, WordPress with Multisite 3.8.1.
March 3, 2014 at 5:27 pm #179241In reply to: Recent reply notifications not going to correct page
franzvz
ParticipantThe link however has a bbp_ tag in the URL. So I don’t know who the culprit is.
Just in case anyone else needs it
bbpress Version 2.5.3
BuddyPress Version 1.9.2March 3, 2014 at 4:34 pm #179239In reply to: Hide or Show content for specific BP Groups
Doremdou
ParticipantI just found this on WPMU dev (quite old, 2012) http://premium.wpmudev.org/forums/topic/member-part-of-a-group-in-buddypress
>>Aaron
You can pass bp_group_is_member($group) a group object. I think you can do this:
$group = new BP_Groups_Group( $group_id ); if (bp_group_is_member($group)) { //do this stuff }>>CreativeSlice
Thanks for your help Aaron. I’ve got it nearly working with your direction and am hoping you can help with the last few details.
Theif (bp_group_is_member($group))part doesn’t seem to be working so I did a
print_r($groups);and found this:
BP_Groups_Group Object ( [id] => group-three [creator_id] => [name] => [slug] => [description] => [status] => [enable_forum] => [date_created] => [admins] => [mods] => [total_member_count] => )Is there a way I can use this to see if the logged in user is a member of “group-three”?
>>Aaron
You need to get the ID number for your group. Maybe from the db.
>>caevan_sachinwalla
BP_Groups_Member::get_group_ids( $user_id );will give you the group_ids of the groups a user is a member of.
Will this work with the new version of buddypress? how can I make a shortcode with this? thank you a lot 🙂
I also found this on buddypress.org : https://buddypress.org/support/topic/check-if-an-user-is-or-not-a-group_member/
functions.php:
if(groups_is_user_member( bp_loggedin_user_id(), BP_Groups_Group::get_id_from_slug(‘VALUE’))){ ... add_action( ‘bp_setup_nav’, ‘setup_nav’, 1000 ); }Can I make a shortcode with this? I would like a shortcode like this:
[group “Group1”] Content [/group]
So how could I change the VALUE in the code with the group selected in the shortcode? (“group1”) so that I can use only one shortcode for all groups I have created.
thanks 🙂March 3, 2014 at 3:52 pm #179235In reply to: BuddyPress 2014 Survey
@mercime
Participant
Thanks for your patienceMarch 3, 2014 at 12:54 pm #179228In reply to: Blank Friends Requests
jakewho
ParticipantI am experiencing the same issue. Does the latest version of Buddypress resolve this issue?
March 3, 2014 at 8:32 am #179210In reply to: Make Content Private
palmdoc
ParticipantYou could also try the S2 Member plugin. For the Buddypress Community content you can restrict that using the URI restriction option for forum, member, activity sections etc.
It’s quite flexible.March 3, 2014 at 7:27 am #179208Squirrel
ParticipantThe plugin author say’s it does:
schedule forum topics in any group
schedule site-wide notices to be published
schedule group members unbanning
Everything at a time you specify!That gives you a unique ability to:
plan the traffic on your site
promote something at a certain time
notify users about any group events/news on timeI was thinking it might be useful in conjunction with BuddyPress Group Email Subscription as a task manager or event scheduler for members- but not sure really. Just thought it was interesting and letting people know.
March 3, 2014 at 4:01 am #179205In reply to: iPhone app for BuddyPress
sunnyj
ParticipantThe more reason I would like an android app for buddypress site is in the cropping of photo when changing the profile avatar. For sometime now this has been giving me a serious headache seeing my website filled up with the default mystery avatars, I sort to find out while and the response I got from everyone was that they could not crop their images on mobile especially when using mini version of some mobile browsers like opera mini, uc browser mini and others which of course is good for minimizing data usage.Even with the normal mobile browser the experience is still very poor. It’s time the developers at buddypress take the issue of mobile version a serious issue. It would be okay if the cropping process in buddypress can automatically detect when on mobile and use the phone hardware to crop the photo before upload. It’s generally best to crop on phone hardware than on mobile browsers, beta still to auto resize and upload would be great. I pray someone can develop a plugin for this.
March 3, 2014 at 2:01 am #179200In reply to: [Resolved] Create Group goes to a blank page
nlongtin
ParticipantUPDATE
I found out what the issue was. It was the varnish cache server which was installed and setup by default when you launch a new server on Rackspace. This caching server apparently breaks a lot of Buddypress. Warning to all! If anyone knows how to configure varnish to work properly with BUiddyPress let me know. Thanks.
March 2, 2014 at 11:12 pm #179192DennisBarkerCV
ParticipantAdding a forum to a group when BuddyPress and bbPress are installed is part of the group creation process,so you – or anyone with Admin level capabilities – would make the choice either when the group is set up or later as part of a review process.
bbPress works without buddypress so it is possible to add forums without installing BuddyPress.You would have to evaluate the features of each plugin that are essential or optional and then make a judgement about the combination.
The easiest way to evaluate the features is to set up a test site and play with different combinations.
-
AuthorSearch Results