Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 65,176 through 65,200 (of 69,039 total)
  • Author
    Search Results
  • #45564
    takuya
    Participant

    This is a problem on wpmu side, and buddypress is not involved.

    Make sure you have setup your virtualhost and followed the instructions when setting up wpmu.

    #45563
    David Mazza
    Participant

    Actually I’m just surprised that no one has yet. I am somewhat reluctant to do so at the moment because things are still changing fast, but now it seems a little more stable. I think I want a much more simple design than most people would, so I can understand why you made it that way. My users are college students, so it needs to function just like Facebook. I am using it for campus groups to post their events, form online groups and start blogging. The main focus in on the events. BuddyPress is exactly what I have always dreamed of because I don’t like Ning.

    pro102
    Participant

    Thanks DJP. I imagine the demo sites coded it on their own then. Any rough idea on ETA for this feature?

    #45560
    Andy Peatling
    Keymaster

    For what it’s worth – the customization of this theme was done in 2 days and based on the original default theme. If you are competent with CSS then it should not a be problem for you.

    #45549
    Jeff Sayre
    Participant

    I don’t understand why they didn’t just model it from their own awesome member theme. Even the skeleton member theme is more or less the same as the default.

    It’s because the awesome member theme was a customization of the default theme. The default themes have been around since BuddyPress was first made available as a release candidate.

    So, as Nicola and DJPaul suggest, if you want to create your own custom themes, by using either the skeleton theme or the default themes you have a solid foundation from which to work!

    #45545
    Paul Wong-Gibbs
    Keymaster

    The skeleton is built to allow theme developers a base to start from. That’s all.

    #45541
    David Mazza
    Participant

    The default member theme sucks, and I haven’t seen anyone significantly modify it. I plan to do so at some point, but I don’t understand why they didn’t just model it from their own awesome member theme. Even the skeleton member theme is more or less the same as the default. You would have to make significant modifications to the skeleton theme itself for it to be anything like the buddypress.org member theme.

    Specific issues:

    Profile fields are way too spaced out.

    The navigation design isn’t really necessary.

    The wire should be on top, and profile fields in a small table below. Everything else is mostly unnecessary.

    #45540
    nicolagreco
    Participant

    Ahah, you’ve conceive the idea of BuddyPress MU

    I think when BP will be a plugin for WP this plugin will start the game :)

    If you can install it on wp it means you can install it on a single blog, that means you can install it on a mu blog ( a subdomain or a subdirectory as you want )

    #45539
    nicolagreco
    Participant

    As Andy says 2000 times, this theme will not released, but tweaks to make a theme like that will be shared :)

    Anyway look at css and make your own :D

    #45530
    takuya
    Participant

    It doesn’t give me 404, instead it gives 500 internal server error.

    What is SimpleScript? I’ve never heard of it, and to install buddypress, you just need one click from wpmu. You should also provide more information such as wpmu/buddypress versions in use.

    Paul Wong-Gibbs
    Keymaster

    This isn’t possible, yet. Coming in a future release

    pro102
    Participant

    I removed the es_ES mo file through FTP and now have access again. The admin panel now strangely displays in English for the most part except for some sections (groups = grupos). The external site also displays in Spanish: http://nuestrorecetario.com/groups/wine/ for example. This setup could work (if I knew how to make it work reliably).

    Question: are we supposed to NOT use the .mo files with Buddypress? Just the translations? It seems the mo file caused WPMU and Buddypress to fail. If so why did the Buddypress translation files alone not work when I installed them, then did start working after I activated the Spanish mo file (which I had to subsequently delete to regain access to the admin panel!)

    I feel I randomly got lucky here and have no idea how make this work reliably. Thanks in advance.

    Burt Adsit
    Participant

    Make sure you tag your plugin with ‘buddypress’ so it automatically shows up in the bp plugin area.

    #45518
    Burt Adsit
    Participant

    There isn’t any title=”some hover text” parameter when setting up nav items. Why don’t you post an enhancement ticket? https://trac.buddypress.org/newticket

    #45516

    In reply to: Regional Groups

    Burt Adsit
    Participant

    That plugin sounds like DJPaul’s Welcome Pack. Why don’t you talk to him and make some suggestions. https://buddypress.org/developers/DJPaul/

    #45515
    wildchild
    Participant

    @Bercy: It’s wp-signup.php etc.. it’s possible to seperate all buddypress installations, although you’ve have to be creative which databases and scripts you are going to talk to when.

    #45514
    2878458
    Inactive

    @Erwin how soon do you think .58 will be ready? I’m really looking forward to this plugin becoming available for buddybress 1.0. Also, does anyone know if the current twitter plugin works with buddypress 1.0?

    #45510
    Kunal17
    Participant

    Has anyone released a good buddypress style theme for bbpress yet?

    #45509
    belogical
    Participant

    kunal17, use this for selected class:

    https://buddypress.org/forums/topic.php?id=1997

    #45503
    gcs123
    Participant

    solved! used the plugin in this thread – however I put the plugin in ‘plugins’ instead of ‘mu-plugins’ as I am using 1.0

    https://buddypress.org/forums/topic.php?id=1095

    #45501
    gcs123
    Participant

    I found this other thread on the forum but it relates to a previous version of Buddypress.

    https://buddypress.org/forums/topic.php?id=533

    I’m using BuddyPress 1.0

    #45500

    In reply to: Translating BuddyPress

    philpeter
    Participant

    Hope someone can help me… I’m tearing my hair out!

    I’ve created buddypress-xxx.po and .mo files, put them in both /wp-content/plugins/buddypress/languages and /wp-content/mu-plugins/bp-languages

    I’ve also added the following code to /wp-content/plugins/buddypress/bp-custom.php:

    Code:
    // Activate the custom terminology for DevelopaDream
    define( ‘BPLANG’, ‘developadream’ );
    if ( file_exists( BP_PLUGIN_DIR . ‘/bp-languages/buddypress-‘ . BPLANG . ‘.mo’ ) ) {
    load_textdomain( ‘buddypress’, BP_PLUGIN_DIR . ‘/bp-languages/buddypress-‘ . BPLANG . ‘.mo’ );
    }

    Despite that, I’m still not getting any change in language on the site at all.

    Am I missing something?

    #45496
    2766283
    Inactive

    Try deleting or renaming functions.php in kakumei folder.

    This is my header.php

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml"<?php bb_language_attributes( '1.1' ); ?>>

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <title><?php bb_title() ?></title>

    <?php bb_feed_head(); ?>

    <link rel="stylesheet" href="<?php bb_stylesheet_uri(); ?>" type="text/css" />

    <?php if ( 'rtl' == bb_get_option( 'text_direction' ) ) : ?>

    <link rel="stylesheet" href="<?php bb_stylesheet_uri( 'rtl' ); ?>" type="text/css" />

    <?php endif; ?>

    <?php bb_head(); ?>

    <?php

    add_action( 'wp_footer', 'bp_core_admin_bar', 8 );

    add_action( 'admin_footer', 'bp_core_admin_bar' );

    add_action( 'wp_head', 'bp_core_admin_bar_css', 1 );

    ?>

    <!--[if IE 6]>

    <link rel="stylesheet" href="<?php echo bloginfo('template_url') . '/css/ie/ie6.css' ?>" type="text/css" media="screen" />

    <![endif]-->

    <!--[if IE 7]>

    <link rel="stylesheet" href="<?php echo bloginfo('template_url') . '/css/ie/ie7.css' ?>" type="text/css" media="screen" />

    <![endif]-->

    <?php wp_head(); ?>

    </head>

    <body>

    <div id="search-login-bar">

    <?php bp_search_form() ?>

    <?php bp_login_bar() ?>

    <div class="clear"></div>

    </div>

    <div id="header">

    <h1 id="logo">" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bp_site_name() ?></h1>

    <ul id="nav">

    <li<?php if ( bp_is_page( 'home' ) ) {?> class="selected"<?php } ?>>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php _e( 'Home', 'buddypress' ) ?>

    <li<?php if ( bp_is_page( BP_HOME_BLOG_SLUG ) ) {?> class="selected"<?php } ?>>/<?php echo BP_HOME_BLOG_SLUG ?>" title="<?php _e( 'Blog', 'buddypress' ) ?>"><?php _e( 'Blog', 'buddypress' ) ?>

    <li<?php if ( bp_is_page( BP_MEMBERS_SLUG ) ) {?> class="selected"<?php } ?>>/<?php echo BP_MEMBERS_SLUG ?>" title="<?php _e( 'Members', 'buddypress' ) ?>"><?php _e( 'Members', 'buddypress' ) ?>

    <?php if ( function_exists( 'groups_install' ) ) { ?>

    <li<?php if ( bp_is_page( BP_GROUPS_SLUG ) ) {?> class="selected"<?php } ?>>/<?php echo BP_GROUPS_SLUG ?>" title="<?php _e( 'Groups', 'buddypress' ) ?>"><?php _e( 'Groups', 'buddypress' ) ?>

    <?php } ?>

    <?php if ( function_exists( 'bp_blogs_install' ) ) { ?>

    <li<?php if ( bp_is_page( BP_BLOGS_SLUG ) ) {?> class="selected"<?php } ?>>/<?php echo BP_BLOGS_SLUG ?>" title="<?php _e( 'Blogs', 'buddypress' ) ?>"><?php _e( 'Blogs', 'buddypress' ) ?>

    <?php } ?>

    <?php do_action( 'bp_nav_items' ); ?>

    <div class="clear"></div>

    </div>

    </body>

    <div id="main">

    <?php if ( is_bb_profile() ) profile_menu(); ?>

    <div class="clear"></div>

    <?php include("sidebar.php");?><!-- includes sidebar -->

    #45493

    In reply to: no bp-core.php?

    Paul Wong-Gibbs
    Keymaster

    eh?

    /plugins/buddypress/bp-core.php ?

    #45490

    In reply to: Multi-language edition

    jalien
    Participant

    For the backend it’s simply a matter of adding another .mo file to the language folder in /wp-content to get wpmu to be multilingual, the same goes for any other plugins, they each have to have their own .mo file.

    There is a great plugin available which makes translating plugins or even the the wpmu core itself easy, and allows you to do it a little at a time. CodeStyling Localization (I am not affiliated with them in the least, but it is more than great). It allows you to do localization for themes, plugins, mu-plugins, and wpmu base code itself, absolutely awesome.

    http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en

    For the front end and to allow different users of any of the blogs to change the backend easily and quickly I recommend qTranslate.

    http://www.qianqin.de/qtranslate/

    It is easy to use and easy to setup. Non-technical users will immediately know how to use this once it is setup. The setup may not be for non-technical users on their own, but a simple how-to will easily walk anyone through it. This plugin allows visitors to see multilingual content and change the language on the blog front-end (although I haven’t really used it for multilingual switching for the social networking portion of buddypress, I’ll have to play around and see what it can do).

    Each blog can have it’s main language set in the the Settings/General page with the site wide default set in Site Admin/ Options (this is built in to wpmu, it doesn’t need a plugin – it’s been there from before 1.0 if my memory is correct).

    I use English and Japanese (which will often not work when the localization is not done right) so I think these are pretty good plugins that work well with wpmu’s built in localization.

Viewing 25 results - 65,176 through 65,200 (of 69,039 total)
Skip to toolbar