Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 17,301 through 17,325 (of 68,985 total)
  • Author
    Search Results
  • #179339
    BlinkyBill01
    Participant

    @mercime

    Ok, set up a throw-away account.

    URL: http://slamfans.com/wp/members/demouser01/
    Login: demouser01
    Pass: demo123

    On 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!

    #179338
    Boone Gorges
    Keymaster

    Hi @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.

    #179336
    shanebp
    Moderator

    The link to your gist:
    https://gist.github.com/vidluther/9370018

    You’ll probably get a better response by opening a ticket at:
    https://buddypress.trac.wordpress.org/

    #179327
    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?

    #179324
    @mercime
    Participant
    #179320
    craftersuniversity
    Participant

    Sorry, 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.

    #179317
    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.

    #179315
    @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?

    #179301

    In reply to: Group Adm Avatars

    shanebp
    Moderator

    As 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.php

    Unfortunately, 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.php

    function bp_group_list_admins lives in
    \buddypress\bp-groups\bp-groups-template.php

    You 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()

    #179286
    Renato Alves
    Moderator

    I think you are looking for a answer not related to BuddyPress.

    #179278
    @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/

    #179277
    johnsag
    Participant

    I 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 others

    12. 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

    Hugo Ashmore
    Participant

    That’s a recent glitch, we’ll get it rectified.

    BuddyPress Codex

    #179263

    In reply to: Performance issue.

    wolfang8
    Participant

    Hi, 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.

    #179251
    Squirrel
    Participant

    The 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.

    #179245
    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.

    #179241
    franzvz
    Participant

    The 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.2

    #179239
    Doremdou
    Participant

    I 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.
    The

    if (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 🙂

    #179235

    In reply to: BuddyPress 2014 Survey

    @mercime
    Participant

    2014 BuddyPress Survey Results


    Thanks for your patience

    #179228

    In reply to: Blank Friends Requests

    jakewho
    Participant

    I am experiencing the same issue. Does the latest version of Buddypress resolve this issue?

    #179210

    In reply to: Make Content Private

    palmdoc
    Participant

    You 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.

    #179208
    Squirrel
    Participant

    The 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 time

    I 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.

    #179205
    sunnyj
    Participant

    The 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.

    #179200
    nlongtin
    Participant

    UPDATE

    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.

    #179192
    DennisBarkerCV
    Participant

    Adding 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.

Viewing 25 results - 17,301 through 17,325 (of 68,985 total)
Skip to toolbar