Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 51,576 through 51,600 (of 94,538 total)
  • Author
    Search Results
  • #123758
    av3c
    Member

    Hi @Dwenaus, the change you made is still available? you can email me? someone of the user that have received the mod can send me? Thanks to all :)

    #123753
    meg@info
    Participant

    see here “Five ways to integrate Facebook with your BuddyPress Community”

    http://bp-tricks.com/featured/five-ways-to-integrate-facebook-with-your-buddypress-community/

    #123749
    James
    Participant

    thanks for reply,
    taking into account name of the function and result that I get, this function is meant for blog posts (I understand that this is clearly stated in the name of this topic too), but what I need is number of all activities, as it was discussed in the beginning of the topic.
    @boonebgorges wrote nice function for this, but with an issue, which @modemlooper has described previously.

    #123736
    florenceu
    Member

    Hi @janismo and @wieseljonas,

    did you ever get this issue fixed, am stuck on same issue.

    The API Guys
    Participant

    I’m using Buddypress 1.5.1 and I don’t have:

    around line 57. On line 56, however, I have:

    I’m not a coder, but can I put a call for sidebar1 and sidebar2? Would one go before the Content Div and one after?

    I am using a Child theme, too, by the way, with bp-default as the parent theme.

    #123722
    ankurm
    Member

    @johnjamesjacoby thanks… :D

    tim-watt
    Member

    Bump!

    Upgraded to 1.5.1 – was working fine before for over a year…

    Another issue is Logout appears due to Buddypress when not logged in – bizarre!

    What’s so different with Buddypress? Somethign seriously wrong with 1.5.1, surely?

    klarinia
    Member

    Could someone help me with adding extra sidebar (left) to my home page of BP default child theme please? I tryed the Buddypress Sidebar plugin, but it is not working with 1.5 I believe. I want the sidebar width 240. I added this code to my functions.php

    // Area 6, located in the homepage. Empty by default.
    register_sidebars( 1,
    array(
    'name' => 'Sidebar1',
    'before_widget' => '<div id="%1$s">',
    'after_widget' => '</div>',
    'before_title' => '<h3>',
    'after_title' => '</h3>'
    )
    );	

    And this one to my home.php

    But I can’t understand how to make a wright css for it to be on the left )

    #123717
    James
    Participant

    @boonebgorges @modemlooper @snark

    hi guys, found this old topic and have to conclude that during last year no one has appeared with other function to count user’s activities. Unfortunately, as modemlooper mentioned, issue with incorrect count is still in there.
    could you please tell if there were some changes in BP to get this number, or maybe you have some working function?

    thank you.

    #123716
    ankurm
    Member

    @r-a-y thanks a ton

    #25486
    #25485
    #123714
    doctorb
    Member

    Isin’t buddypress only supposed to be installed sa a plugin to wordpress?

    https://codex.buddypress.org/getting-started/setting-up-a-new-installation/

    I did set BP_ROOT_BLOG constant. As I said, everything else is working fine. Members can login, create groups and forums, join groups, the members in a group do get listed in that group, they can send friend requests to each other and also private messages, appear in activity streams….

    It’s just that members directory comes blank and friendship requests page shows no friendship requests, even when the top admin bar shows notice of new request.

    #123711
    thegblog
    Member

    I am also having this problem. Can anyone help me? Thanks in advance:

    I’m running wp 3.2.1, on main directory in root, using bp version 1.5.1that was never upgraded. I have no other plugins activated on the subdomain I’m running buddypress from. I’m using the standard bp theme that came with the plugin for this and I modified my wp-config to allow bp to run on subdomain (runs on members.mysite.com): here’s the info in bp-custom.php
    `<?php
    define ( ‘BP_ENABLE_MULTIBLOG’, true );
    define ( ‘BP_ENABLE_ROOT_PROFILES’, true );
    define( ‘BP_DEFAULT_COMPONENT’, ‘profile’ );
    define ( ‘BP_ROOT_BLOG’, $blog_id );
    define( ‘BP_SILENCE_THEME_NOTICE’, true );
    define( ‘BP_ENABLE_USERNAME_COMPATIBILITY_MODE’, true );
    define ( ‘BP_ACTIVITY_SLUG’, ‘streams’ );
    define ( ‘BP_BLOGS_SLUG’, ‘journals’ );
    define ( ‘BP_MEMBERS_SLUG’, ‘users’ );
    define ( ‘BP_FRIENDS_SLUG’, ‘peeps’ );
    define ( ‘BP_GROUPS_SLUG’, ‘gatherings’ );
    define ( ‘BP_FORUMS_SLUG’, ‘discussions’ );
    define ( ‘BP_MESSAGES_SLUG’, ‘notes’ );
    define ( ‘BP_WIRE_SLUG’, ‘pinboard’ );
    define ( ‘BP_XPROFILE_SLUG’, ‘info’ );
    define ( ‘BP_REGISTER_SLUG’, ‘signup’ );
    define ( ‘BP_ACTIVATION_SLUG’, ‘enable’ );
    define ( ‘BP_SEARCH_SLUG’, ‘find’ );
    define ( ‘BP_HOME_BLOG_SLUG’, ‘news’ );
    define ( ‘BP_AVATAR_THUMB_WIDTH’, 50 );
    define ( ‘BP_AVATAR_THUMB_HEIGHT’, 50 );
    define ( ‘BP_AVATAR_FULL_WIDTH’, 150 );
    define ( ‘BP_AVATAR_FULL_HEIGHT’, 150 );
    define ( ‘BP_AVATAR_ORIGINAL_MAX_WIDTH’, 640 );
    define ( ‘BP_AVATAR_ORIGINAL_MAX_FILESIZE’, $max_in_kb );
    define ( ‘BP_AVATAR_DEFAULT’, $img_url );
    define ( ‘BP_AVATAR_DEFAULT_THUMB’, $img_url );
    define ( ‘BP_FORUMS_PARENT_FORUM_ID’, $forum_id );
    define ( ‘CUSTOM_USER_TABLE’, $tablename );
    define ( ‘CUSTOM_USER_META_TABLE’, $tablename );

    ?>`

    Wiredtree is my server provider (I have a dedicated server with all access), and I’m running Linux w/ Apache

    thegblog
    Member

    I activated BPress and during setup, I tried several ways to activate the forums. Each choice I click on yields:

    You do not have sufficient permissions to access this page.

    I think I can access everything else, and everything else seems to be working okay, I just want to get the forums up. Thanks in advance for your help.

    I’m running wp 3.2.1, on main directory in root, using bp version 1.5.1that was never upgraded. I have no other plugins activated on the subdomain I’m running buddypress from. I’m using the standard bp theme that came with the plugin for this and I modified my wp-config to allow bp to run on subdomain (runs on members.mysite.com): here’s the info in bp-custom.php
    `<?php
    define ( ‘BP_ENABLE_MULTIBLOG’, true );
    define ( ‘BP_ENABLE_ROOT_PROFILES’, true );
    define( ‘BP_DEFAULT_COMPONENT’, ‘profile’ );
    define ( ‘BP_ROOT_BLOG’, $blog_id );
    define( ‘BP_SILENCE_THEME_NOTICE’, true );
    define( ‘BP_ENABLE_USERNAME_COMPATIBILITY_MODE’, true );
    define ( ‘BP_ACTIVITY_SLUG’, ‘streams’ );
    define ( ‘BP_BLOGS_SLUG’, ‘journals’ );
    define ( ‘BP_MEMBERS_SLUG’, ‘users’ );
    define ( ‘BP_FRIENDS_SLUG’, ‘peeps’ );
    define ( ‘BP_GROUPS_SLUG’, ‘gatherings’ );
    define ( ‘BP_FORUMS_SLUG’, ‘discussions’ );
    define ( ‘BP_MESSAGES_SLUG’, ‘notes’ );
    define ( ‘BP_WIRE_SLUG’, ‘pinboard’ );
    define ( ‘BP_XPROFILE_SLUG’, ‘info’ );
    define ( ‘BP_REGISTER_SLUG’, ‘signup’ );
    define ( ‘BP_ACTIVATION_SLUG’, ‘enable’ );
    define ( ‘BP_SEARCH_SLUG’, ‘find’ );
    define ( ‘BP_HOME_BLOG_SLUG’, ‘news’ );
    define ( ‘BP_AVATAR_THUMB_WIDTH’, 50 );
    define ( ‘BP_AVATAR_THUMB_HEIGHT’, 50 );
    define ( ‘BP_AVATAR_FULL_WIDTH’, 150 );
    define ( ‘BP_AVATAR_FULL_HEIGHT’, 150 );
    define ( ‘BP_AVATAR_ORIGINAL_MAX_WIDTH’, 640 );
    define ( ‘BP_AVATAR_ORIGINAL_MAX_FILESIZE’, $max_in_kb );
    define ( ‘BP_AVATAR_DEFAULT’, $img_url );
    define ( ‘BP_AVATAR_DEFAULT_THUMB’, $img_url );
    define ( ‘BP_FORUMS_PARENT_FORUM_ID’, $forum_id );
    define ( ‘CUSTOM_USER_TABLE’, $tablename );
    define ( ‘CUSTOM_USER_META_TABLE’, $tablename );

    ?>`

    Wiredtree is my server provider (I have a dedicated server with all access), and I’m running Linux w/ Apache

    #123710
    modemlooper
    Moderator

    Not really possible at the moment. Every user is a wp subscriber.

    peeld
    Participant

    When viewing the activity feed on my site, if the activity item was posted as an update (i.e. Daisy Peel posted an update (insert time since here), then the [READ MORE] link at the end is live and clicking drops down the remainder of the update and associated comments. Hovering over the hyperlink shows that it points to http://mysite.com/activity/p/some-number

    However, when viewing the activity feed, if the activity item was posted as a response to a forum topic, or as a new forum topic, then at the end of the excerpt, the [READ MORE] text is there, but there’s no hyperlink.

    I’m using Custom Community Pro, and I reinstalled it clean just to be SURE I hadn’t modified something.
    I can change the text in bp-activity-filters.php here:

    $append_text = apply_filters( ‘bp_activity_excerpt_append_text’, __( ‘[Read More]’, ‘buddypress’ ) );

    And the text of the LIVE links changes accordingly, but [Read More] is still appended to the end of the forum topic updates in the activity feed, and it’s still just dead text, so I can’t figure out where that appended text is being pulled from. Hope that helps.

    I haven’t used Buddypress yet but I am considering it. It may depend on how it uses roles and permissions. Can anyone tell me more about that? I’m seeking a way to limit what types of users to access certain forums, etc.

    #123706
    Paul Wong-Gibbs
    Keymaster

    Members not showing after they’ve logged in is very weird. So BuddyPress was a new install, rather than a plugin? Have you set the BP_ROOT_BLOG constant?

    #123703
    spennis
    Member

    I have been asking for the same thing but no answer. This should be something that the Buddypress theme should integrate in future versions! It should be fairly simple and very useful! Not to mention a simple way to show the extended profiles…

    recycler14
    Member

    HI Everyone,

    Can somebody help me with the ajax. The buddypress that I installed is not functioning at all. It’s not working in members, activity and some of the buddypress pages. I think it is a javascript. I am using stufe wordpress theme.

    Response is highly appreciated. Thanks

    #123698
    Neomie
    Member

    Resolved it without help, thanks – deactivated all plugins until I found the problem – as soon as I deactivated the BuddyPress template pack, it started working.

    #123693
    ketubahdiva
    Member

    @kitecom: s2Member definitely allows you to do that. It does take a little work to set it up, but it’s free, and I’m really impressed with it, and with the support forums.

    #123690
    Neomie
    Member

    1. Which version of WordPress are you running? 3.2.1
    2. Did you install WordPress as a directory or subdomain install? not sure
    3. If a directory install, is it in root or in a subdirectory? subdirectory
    4. Did you upgrade from a previous version of WordPress? If so, from which version? no
    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? latest, installed yesterday
    7. Did you upgraded from a previous version of BP? If so, from which version? No
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? BbPress and CubePoints Buddypress Integration
    9. Are you using the standard BuddyPress themes or customized themes? customized
    10. Have you modified the core files in any way? no
    11. Do you have any custom functions in bp-custom.php? no
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? came with it.
    13. Please provide a list of any errors in your server’s log files.
    14. Which company provides your hosting? uk2.net
    15. Is your server running Windows, or if Linux; Apache, nginx or something else? linux

    prionkor
    Member

    Hi, I am getting deprecated warning all over my site after i update buddypress to new 1.5.1.

    1. I have debug mode turned off
    2. buddypress pages i have on my themes. Still did not update them. Not sure if the problem from theme files or from buddypress.

    Please check the site form here. Its a live site so need help asap.

    The warning also showing on backend and causing “header already send” error most often.

Viewing 25 results - 51,576 through 51,600 (of 94,538 total)
Skip to toolbar