Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 34,101 through 34,125 (of 94,540 total)
  • Author
    Search Results
  • bp-help
    Participant

    Anyone who can help? Thanks!

    #157354
    feliperinaldi
    Participant

    I am using Premise (by StudioPress) to manage memberships with buddypress.

    When logged in as a subscriber, none of the ajax requests on buddypress work while premise is active, like ‘add friend’ for example. They only work if I am logged in as admin. If I deactivate premise, then everything is fine.

    Anybody with the same problem, or a possible solution that doesn’t require me to remove premise?

    #157353

    In reply to: Registration form

    @mercime
    Participant

    @danny80 WordPress/BuddyPress versions? What theme are you using – BP Default or some other theme?

    #157352
    @mercime
    Participant

    @filipmedia add the following to your theme’s style.css file

    #buddypress .standard-form div.submit input {
    color: #000 !important;
    }

    #157351
    @mercime
    Participant

    @nahin if you want to install BP in a subsite, then add the following to your wp-config.php file (at root of your WP installation)

    define ( ‘BP_ROOT_BLOG’, 3 );

    change the number 3 above to the ID of subsite

    #157350
    @mercime
    Participant

    @lradden
    1. backup database and server files.

    2. Change to Twenty Eleven theme and deactivate BuddyPress.

    3. Now re-activate BuddyPress. You should see the Installation Wizard https://codex.buddypress.org/legacy/buddypress-1-5-installation-wizard/ Follow instructions and select the BP Default theme in panel which shows up during this process.

    4. Continue on to Configuring Components codex.buddypress.org/legacy/configuring-components-v1-5/

    5. Check your BP pages in the front end.

    6. If all is working as expected, then backup DB again.

    7. Upgrade to latest WordPress and BuddyPress versions.

    cpabramo
    Participant

    Still no takers. Not even one of the buddypress guru admins want to take a stab?

    KZeni
    Participant

    Not sure if anyone else still needs the ability to combine @mentions with the personal activity stream. I took the guidance of @mattamatic with an alteration to get it working with BP 1.7 (beta 2, in my case).

    I opened up `buddypress/bp-activity/bp-activity-classes.php`, found `lines 620-624` (part of the get_filter_sql function), and changed it from:

    `if ( !empty( $filter_array[‘user_id’] ) ) {
    $user_sql = BP_Activity_Activity::get_in_operator_sql( ‘a.user_id’, $filter_array[‘user_id’] );
    if ( !empty( $user_sql ) )
    $filter_sql[] = $user_sql;
    }`

    To:

    `if ( !empty( $filter_array[‘user_id’] ) ) {
    $user_sql = BP_Activity_Activity::get_in_operator_sql( ‘a.user_id’, $filter_array[‘user_id’] );
    // START Also include @Mentions in User Stream
    $search_terms = ‘@’.bp_core_get_username($user_id);
    $user_sql.= “OR ( a.content LIKE ‘%%”.like_escape($search_terms).”%%’ )”;
    // END Also include @Mentions in User Stream
    if ( !empty( $user_sql ) )
    $filter_sql[] = $user_sql;
    }`

    Works for me on BuddyPress 1.7-beta2 (wish there was a non-hacked way to combine multiple scopes for the activity stream). Also, I should mention that you really only need to add the parts between the START/END comments, but I included the rest for context.

    Thanks again @mattamatic!

    ElisabethMM
    Participant

    I’m having the exactly same problem. Currently trying to install buddy press on a sub domain. It’s there (as in, it shows a blog with the buddy press theme). The only place I see any buddypress control is in network admin dashboard > settings > buddy press. I don’t see any buddy press controls on my subdomain dashboard, despite changing the code in the bp-custom.php file and the wp-config.php file.

    Help? I’m a real beginner at coding and have no idea where to go from here.

    #157338
    parakeet
    Participant

    NB. I have also, on this fresh install, tried allowing search engines to crawl (via Settings – BuddyPress – Reading… Search Engine Visibility… Discourage search engines from indexing this site”, untick) as suggested elsewhere… http://www.social-ink.net/blog/buddypress-activity-stream-no-blog-posts-showing#comment-4833

    #157331

    In reply to: Buddypress and sliders

    danbpfr
    Participant

    there is an js error on one of the image. I gues one of the static pictures at the right of the slider. FF doesn’t see it, but IE 9 does.

    Both browser says there is an error, but i’m unaible to locate it. Image corrupt or truncated: http://<unknow&gt;.com

    Check also the slider settings for any auto-resize value and deactivate it. Such errors are also mainly due to image that are not correctly built by a software (photoshop, etc)

    Deactivate all your plugins and use only WP, BP, your slider and bp-default and see if it works.
    Reset also your permalinks (just by saving again the settings).

    Also, be aware that WP polls 2.3 is only given to be used up to WP 3.3

    And if you use BP 1.7b2, use bbPress 2.3b2 it’s much better.

    #157330
    Yuttadhammo
    Participant

    Just a note that the server plugin has now moved to wordpress.org; get the latest version of the plugin here:

    https://wordpress.org/extend/plugins/buddypress-xml-rpc-receiver/

    AaronShin
    Participant

    I am using Admin Bar Improved Plug-in for login.

    But when i activate the Buddypress. Another Login and Register button? appears on admin bar.

    Register button is fine. But i have to delete newly created Login button.

    As i know nothing about html, code.. I’ve spent 9 hours to solve this problem…Please Help..

    #157328
    kwerri
    Participant

    @modemlooper,

    You are a BuddyPress God!

    Thanks so much for your solution – this has been bugging me for a long time now.

    #157326

    In reply to: Buddypress and sliders

    redknite
    Participant

    Also,
    I tried installing smooth slider plugin as well. and it only runs if I deactivate buddy press…

    #157325

    In reply to: Buddypress and sliders

    redknite
    Participant

    @Chouf1
    its a custom theme. The theme isn’t the problem though. Buddy press is stopping the slider. When I do a search for this problem it comes up all over that buddypress is stopping slider images because it’s overwriting js. I haven’t found a solution to this issue…can you help with that?

    #157324

    In reply to: Buddypress and sliders

    danbpfr
    Participant

    @redknite,

    don’t know this theme. Provide a valid link to it. Also version #

    If it’s a premium one do nothing. We can’t help here in this case. Ask the author or call the support included in your purchase.

    #157323
    danbpfr
    Participant

    i  don’t understand why there haven’t been any additional comments on this.
    Probably because they have nothing to say about such a multi debate subject on this forum.

    Much like @pdillon809 I installed fresh install of BuddyPress
    Much like ? He gave some details. Not you !
    Which version do you use ?
    What is your theme ?
    Which plugins do you use ?

    We don’t read in chicken guts here nore in cristal bowls !

    and found absolutely no links to create either a group or forum (form the admin bar profile links).

    To create a group you have to activate the group component in the BP settings. Maybe also allow your members to create groups.
    Then you go on the group directory page and you’ll find logically a create button on that page. Have you your kitchen light button in your bedroom ? No ! Same for BP: each thing at his place. And a place for each thing.

    I finally a create group button if you go to /groups
    Very impressive ! But code is poetry isn’t it ?  You did a unecessary work i guess: this button is a 100% part of buddypress.

    but still nothing for creating a forum topic (even as admin).
    Have you installed bbPress ? Depending your BP version, have you allowed the group forum in the bbpress settings ?
    Do you use the integrated group forum shipped with BP (1.xx.x) ?
    Do you now understand why it’s important to give some details ?

    I’ve used bbPress countless times, but can’t find any documentation for how it integrates with BP Groups, and there is no “Forums” on the backend even.

    Did you take a look at the upper part of this support forum dedicated to BuddyPress ?
    1) it’s written BuddyPress
    2) it’s written Codex
    3) it’s written Blog (sometimes reading a blog helps to understand what’s going on)

    FYI, the codex contains also some precious informations about how to setup a group forum, a standalone forum or both group AND single forum. Did you read the codex page mentionned above by @mercime ?

    Doing some searching I found dozens and dozens of people trying to create forums and groups – most have no answers.
    Wow ! You have pretty much time to loose !!!
    Depends where they ask, what they ask and what they understand when be answered. I can find you hundreds of users who created groups and forums without any difficulty ! What else ?

    This post was better at stating the actual issue – links in BP menus vs. the user-based links in the profile menu.
    Especially since you came into the discussion with a very constructive attitude ?!!!

    But still no answers and severe lack of documentation.
    Do you mean you have some time to contribute to the codex documentation ? That would be very much appreciated. You said you have several bbPress install behind you. Beautiful coincidence, some user claiming here about the lack of documentation ! Feel free to write, it’s a wiki ! Use the same credentials as here to access. If you are over inspired, you can also publish on the bbPress codex or ask for help on their support forum.

    http://wprealm.com/blog/its-time-to-stop-kicking-the-buddypress-puppy

    #157321

    In reply to: Buddypress and sliders

    redknite
    Participant

    won’t let me edit:

    my page is fishwire . rudtek . com

    my wordpress version is 3.5 and i’m using buddypress beta 1.7.2

    #157320
    redknite
    Participant

    I had buddypress installed and bbpress. I updated to this version so that i wouldn’t have to use the tempate pack any more. Before installation i deleted buddypress and buddypress template pack. I then unzipped and uploaded the file to the plugin folder. In the wordpress backend i activated the plugin. It seems to be working but for 2 things. The register page css is messed up and doesn’t cover the whole page. That isn’t as important though. My slider has stopped working. (this is the same thing that happened with the template pack which is why i was upgrading) can anyone tell me why this is happening? or better yet, how to fix it?

    #157318
    Nahin
    Participant

    activate BuddyPress in subsite’s admin

    lradden
    Participant

    Hi I inherited this web site at http://tah.newton.k12.ma.us/
    and no posts or pages are showing, especially the each user’s profile and associated lessons they posted.
    At the admin panel, I see the alert “The following active BuddyPress Components do not have associated WordPress Pages: Activity Streams, Discussion Forums, User Groups, Members.” and when I hit Repair I only see one page to associate each type with. I am unsure if I should proceed with this? I also need to upgrade the plugins and wordpress from 3.3 to 3.5, but I thought I would do that last. Help! Thanks!

    #157316
    Łukasz Wilk
    Participant

    Hi there!
    I’ve run into very strange problem with bp_has_members function. I’m using such arguments:
    `include=1,13,14,16,17,19,20,21,22&per_page=100&max=100`
    For some reason just one user, e.g. id 21 is ignored in function. All users have subsciber account type and no difference between them. I would be really grateful for any ideas.

    WP: 3.2.1
    BuddyPress: 1.5

    #157314
    jtprattmedia
    Participant

    I don’t understand why there haven’t been any additional comments on this. Much like @pdillon809 I installed fresh install of BuddyPress and found absolutely no links to create either a group or forum (form the admin bar profile links). I finally a create group button if you go to /groups – but still nothing for creating a forum topic (even as admin). I’ve used bbPress countless times, but can’t find any documentation for how it integrates with BP Groups, and there is no “Forums” on the backend even.

    Doing some searching I found dozens and dozens of people trying to create forums and groups – most have no answers. This post was better at stating the actual issue – links in BP menus vs. the user-based links in the profile menu.

    But still no answers and severe lack of documentation.

    Can anybody shed any light on this?

    #157311
    shortoldtree
    Participant

    Just an update that using the following code in functions.php worked for me:

    add_filter(‘show_admin_bar’, ‘__return_false’);

    For anyone who wants to use this solution, just create a file named functions.php, add the above code, in your child theme folder and upload to your server.

    Please correct me if there is a better way to achieve this.

Viewing 25 results - 34,101 through 34,125 (of 94,540 total)
Skip to toolbar