Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 58,076 through 58,100 (of 69,017 total)
  • Author
    Search Results
  • #63827
    idotter
    Participant
    #63825
    modemlooper
    Moderator

    thats not an error you have to fill in the title and description

    #63824
    r-a-y
    Keymaster

    @idotter

    Did you select a category for the link?

    #63822
    idotter
    Participant

    great thx … but i still have this “Please fill in all of the required fields” -Error :-(

    #63819
    edelwater
    Participant

    @Mike Pratt : Bowob only requires to 1. install the plugin after that it shows on all subdomains and the main site at the footer. It takes 5 minutes to get up and running.

    It also works fast and at the bowob site you have a configuration panel where you can set the admin, set to see the leave/join messages and so on. Users love it.

    They have a problem currently however that if a user has a blog and he is signed in that the bowob bar will not appear. It will appear for other users and users who are not signed in. They are working on that.

    So… I’m also putting in comet chat in between. This will be probably this week.

    But.. I must say that arrowchat also looks nice. I cant wait however for that one to go live.

    #63818
    modemlooper
    Moderator

    Has buddymatic been updated for BP 1.2?

    #63816
    r-a-y
    Keymaster

    Just testing this right now.

    A couple of bugs:

    -Right now, I have no links. I create a link, then head on over to the BP activity stream homepage and select “My Links”. Next, I decide I want to delete this one link, so I delete it and head back to the BP activity stream homepage. Because I deleted my only link, there is no active tab on the BP activity stream homepage and therefore, no activity is displayed. It should default back to the “All Members” tab.

    -On the Links directory page, the time for my created link is off by 8 hours. It’s correct in the activity stream though.

    -If you’re on the BP activity stream page, and you click on the “My Links” tab, if the filter isn’t set to “No Filter” or one of the other link filters, nothing will show up. This isn’t really a bug due to the way the dropdown filter is implemented in BP, but it’s not great usability-wise.

    A couple of requests:

    -On the Links directory page, is it possible to add a delete or admin button right next to the “comments” link for link owners or site admins?

    #63814
    David Lewis
    Participant

    I tweaked this for my needs. It now takes the ugly slugs and replaces hyphens with spaces and capitalizes the words. It also throws in a few titles for custom pages and my custom taxonomy.

    function bpdev_blog_title($complete_title,$title_old){
    global $bp,$current_blog,$wp_query,$post;
    if ( bp_is_blog_page() ) {//if this is blog page
    if ( is_single() ) {
    $title = __($post->post_title, 'buddypress' );
    } else if ( is_category() ) {
    $cat = ucwords( str_replace("-", " ", $wp_query->query_vars['category_name'] ) );
    $title = __( 'Topics | ' . $cat, 'buddypress' );
    } else if ( is_tag() ) {
    $tag = ucwords( str_replace("-", " ", $wp_query->query_vars['tag'] ) );
    $title = __( 'Tags | ' . $tag, 'buddypress' );
    } else if ( is_tax() ) {
    $tax = ucwords( str_replace("-", " ", $wp_query->query_vars['term'] ) );
    $title = __( 'Issues | ' . $tax, 'buddypress' );
    } else if ( is_home() ) {
    $title = __( 'Archives' );
    } else if ( is_page( 'issues' ) ) {
    $title = __( 'Issues' );
    } else if ( is_page( 'topics' ) ) {
    $title = __( 'Topics' );
    }

    if ( defined( 'BP_ENABLE_MULTIBLOG' ) ) {
    $blog_title = get_blog_option( $current_blog->blog_id, 'blogname' );
    } else {
    $blog_title = get_blog_option( BP_ROOT_BLOG, 'blogname' );
    }
    if(!empty($title)) return $blog_title . ' | ' . esc_attr( $title );
    }
    //so on blog home page, It will show Blog, reason we have excluded that page
    return $complete_title;
    }

    #63813
    MrMaz
    Participant

    This thread is now defunct. Please continue here….

    https://buddypress.org/forums/topic/buddypress-links-03-rc-is-out

    #63808
    D Cartwright
    Participant

    Cool. I’m glad it’s working okay for you :)

    #63802
    Dfa327
    Participant

    Hi,

    I haven’t touched buddypress-ajax-chat since the last release pretty much, but I’m interested to know what doesn’t work so that I can fix it. You said widgets don’t work? Can you tell me more?

    R-a-y log outputs? Do you php or javascript?

    Just send me the bugs, lol!!!! :)

    #63800

    @djpaul

    I am sorry.

    I am running WP MU 2.9.1 with BuddyPress 1.2

    I have installed it as sub-folder on a sub-domain.

    I installed the 1.2rc3 and then upgraded when 1.2 was out.

    my bbPress was installed as fresh copy from within BuddyPress.

    Didn’t notice the issue earlier so can’t say much.

    @r-a-y

    I tried overwriting the file once again but didn’t work. How come deleting the whole folder and then uploading it again will do the job instead of overwriting everything?

    #63797
    bpinspire
    Participant

    Thanks @DJPaul for the quick reply, I’m away from my office desk to check the error log for now but I thinks it look to be maybe this issue https://trac.buddypress.org/ticket/1970#comment:10

    I will investigate, by the way I saw on your profile page that you are from Sussex, I am too! I couldn’t beleive it such a small world!

    #63788
    r-a-y
    Keymaster

    1.2 RC3 had this problem. It should be fixed in 1.2 final.

    Delete the entire /wp-content/plugins/buddypress/ folder

    Redownload 1.2 final and upload the same folder.

    #63781
    gsfowler
    Participant

    Thanks for the feedback, we’re still chasing this:

    Ron – The Register.php file is there.

    All – When we change the theme to kubrick, or any WPMU theme for that matter, it works fine for sign in – but of course it shatters BuddyPress.

    Gordon

    #63779
    Paul Wong-Gibbs
    Keymaster

    Hi Liz

    Just to clarify, BuddyPress is a plugin which works on regular WP or WPMU. You can disable and enable all or any part of it at anytime; so if you decide it’s not for you, it doesn’t wreck your site.

    If you install BuddyPress 1.2 right from the plugin installer, and switch to the default theme, you’ll have a full-featured BuddyPress up-and-running on your existing site. Then you can play around and work on integrating the new BuddyPress pages into your theme (there are growing numbers of threads and documentation on how to do this).

    I’d suggest testing and developing BuddyPress on a test version of your site, not the live one ;) Also as a FYI, you can test BuddyPress at http://testbp.org/.

    #63777
    Paul Wong-Gibbs
    Keymaster
    #63776
    Paul Wong-Gibbs
    Keymaster
    #63775

    In reply to: White Screen! Ugh…

    Paul Wong-Gibbs
    Keymaster

    wp_ tables are WordPress/MU’s, and wp_bp_ are BuddyPress’.

    Paul Wong-Gibbs
    Keymaster

    BuddyPress totally overrides this email. Something is not right on your install. Anything in your error log?

    #63773
    snark
    Participant

    Thanks @DJPaul. I created a new Trac ticket to request this as a future enhancement: https://trac.buddypress.org/ticket/1988

    #63762

    In reply to: moderate avatars

    Griffin Boyce
    Participant

    I’m looking to do the same things, so maybe I can be some help. :) For now, I may be putting the avatar moderation on back-burner and focusing instead on removing gravatar support. The low-tech solution is to delete the user’s avatar from the server.

    Gravatars don’t make a lot of sense on BuddyPress, since they are stretched and look blurry on the member pages. There’s a plugin that disables the gravatar for WPMU & BP: https://wordpress.org/extend/plugins/disable-user-gravatar/ Haven’t tried it with BP 1.2 yet.

    #63759

    In reply to: Warning Error Message

    David Carson
    Participant

    Did you test BuddyPress before with just the default theme and no plugins? Did you have it working with the default (bp-default) theme before you switched to your theme?

    Either way, the first thing I would do now is disable all plugins except BuddyPress.

    Next, I would switch the theme to back to the default (bp-default) within Appearance > Themes in your dashboard.

    Once you disable all plugins (except BuddyPress) and switch to the bp-default theme, you should confirm that the theme is working similarly to testbp.org.

    Assuming that everything is working and you are not seeing any error messages, switch the theme back to your custom theme before you re-activate any of the other plugins. Check to see if you are still seeing an error message.

    If you are, double-check steps 1,2,3 at https://codex.buddypress.org/how-to-guides/wordpress-to-buddypress-theme/. (1) Make sure you’ve put the theme extension pack in your custom theme. (2) Make sure you’ve added the following line to the top of the functions.php file for your custom theme:

    include( TEMPLATEPATH . '/bp/bp-functions.php' );

    (3) And make sure you’ve added the “Tags” line to your custom theme’s CSS header.

    Do you still see the error message? If so, try replacing the code you added to the top of your theme’s functions.php with the code as Andy suggested:

    include( STYLESHEETPATH . '/bp/bp-functions.php' );

    Check for the error message again.

    Once you have BuddyPress functioning using your custom theme without any error messages, then you can try activating plugins one-by-one to ensure you can identify any conflicts.

    P.S. You mentioned in #10 above that you had modified the core files by adding the functions line of code to the functions.php file. Just to make sure, the core files are in wp-content/plugins/buddypress/. You should not be modifying any files or folders within the core files. All of the customizations you need to make to adapt your custom theme should be within /wp-content/themes/your-theme/ which I believe for you is /wp-content/themes/wp-clear-basic/. So you are adding the theme extension pack within your theme’s folder at /wp-content/themes/wp-clear-basic/. And you are modifying functions.php and style.css within your custom theme’s folder only.

    #63754
    idotter
    Participant

    nope, as far as i know, but im “working” on it :-)

    #63753

    In reply to: Warning Error Message

    paragate
    Participant

    When I deactivated the Coming Soon Plugin I received more errors:

    Warning: include() [function.include]: Failed opening ‘/home/pgnew/public_html/wp-content/themes/wp-clear-basic/bp/bp-functions.php’ for inclusion (include_path=’.:/usr/local/php52/pear’) in /home/pgnew/public_html/wp-content/themes/wp-clear-basic/functions.php on line 1

    Warning: Cannot modify header information – headers already sent by (output started at /home/pgnew/public_html/wp-content/themes/wp-clear-basic/functions.php:1) in /home/pgnew/public_html/wp-content/plugins/sidebar-login/sidebar-login.php on line 314

    Warning: Cannot modify header information – headers already sent by (output started at /home/pgnew/public_html/wp-content/themes/wp-clear-basic/functions.php:1) in /home/pgnew/public_html/wp-content/plugins/forum-server/wpf.class.php on line 1465

    The ( TEMPLATEPATH . ‘/bp/bp-functions.php’ ); is in the functions.php file.

    1. Which version of WP/MU are you running? (WP 2.9.1)

    2. Did you install WP/MU as a directory or subdomain install? (N/A)

    3. If a directory install, is it in root or in a subdirectory? (N/A)

    4. Did you upgraded from a previous version of WP/MU? If so, from which version? (N/A)

    5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. (Yes)

    6. Which version of BP are you running? (1.2)

    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? (Yes)

    9. Are you using the standard BuddyPress themes or customized themes? (Customized)

    10. Have you modified the core files in any way? (Just the functions.php file with ( TEMPLATEPATH . ‘/bp/bp-functions.php’ ); as directed)

    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? (Forum integration was done but have not yet added bbPress)

    13. Please provide a list of any errors in your server’s log files. (Please see above)

    14. Which company provides your hosting? (SiteGround.com)

Viewing 25 results - 58,076 through 58,100 (of 69,017 total)
Skip to toolbar