Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 63,601 through 63,625 (of 68,916 total)
  • Author
    Search Results
  • #49219

    There are now at least 5 other topics opened with this exact same problem.

    You did everything correctly but search for anyone else having this issue. :)

    This will be repaired with BuddyPress 1.0.3 when it is released.

    Currently BuddyPress 1.0.2 is only compatible with WPMU 2.7.1.

    #49218

    I don’t use XAMPP, but WAMP should be pretty much the same.

    Can you confirm you ever had cookies working successfully? Even before bbPress? Sounds silly to check, but lets make sure it’s working correctly without bbPress.

    Do you have the BuddyPress bbPress Integration plugin on the bbPress side? Do you have the bbPress Integration plugin on the WordPress side?

    If yes and yes, the next round of trouble shooting is to make sure you have your edits exactly like the plugins say to have them.

    Since you’re using MU 2.7.1, you need to have

    define('WP_AUTH_COOKIE_VERSION', 1);

    in your bb-config.php. This will tell bbPress how to handle your integration cookies.

    That’s about all I can recommend for now?

    Burt Adsit
    Participant

    plrk noticed that with the bp enable bbpress plugin disabled that we lost usernames and avatars in group forums. This patch works for me with bp trunk and bbpress 1.0 in group forums.

    https://trac.buddypress.org/ticket/848

    #49216
    21cdb
    Participant

    Hey r-a-y

    thanks again for your help, but that doesn’t work neither.

    I tried it with remove_action(‘wp_head‘, ‘bp_core_admin_bar_css’, 1);

    and also with remove_action(‘admin_head‘, ‘bp_core_admin_bar_css’, 1);

    I had a look at bp-core-cssjs.php and on line 108 i found the following function

    /**
    * bp_core_add_admin_css()
    *
    * Add the CSS needed for all components in the admin area.
    *
    * @package BuddyPress Core
    * @uses get_option() Selects a site setting from the DB.
    */
    function bp_core_add_admin_css() {
    if ( defined( 'BP_DISABLE_ADMIN_BAR') )
    return false;

    wp_enqueue_style( 'bp-admin-bar', apply_filters( 'bp_core_admin_bar_css', BP_PLUGIN_URL . '/bp-core/css/admin-bar.css' ) );
    }
    add_action( 'admin_menu', 'bp_core_add_admin_css' );

    It seems to be the key to remove the admin-bar.css on the backend of WPMU. However i tried it with the following code, but it still doesn’t work.

    function remove_adminbar_css(){
    remove_action('admin_menu', 'bp_core_add_admin_css', 1);
    }
    add_action('plugins_loaded','remove_adminbar_css');

    Burt Adsit
    Participant

    Plrk you don’t need the buddypress-enable.php plugin anymore. It was a fix for the libxml issue. Disable that.

    #49212
    r-a-y
    Keymaster

    Try this in your home.php:

    <?php if ( function_exists( 'bp_activity_get_list' ) ) : ?>

    <?php
    bp_activity_get_list(
    get_the_author_ID(), // The ID of the user to get activity for.
    bp_word_or_name( __( "My Activity", 'buddypress' ), __( "%s's Activity", 'buddypress' ), true, false ), // The title of the activity list.
    bp_word_or_name( __( "You haven't done anything yet.", 'buddypress' ), __( "%s hasn't done anything yet.", 'buddypress' ), true, false ) // What to show when there is no activity.
    );
    ?>

    <?php endif; ?>

    Untested… try it and report back. This will show the activity block, just like on a BP profile page.

    #49211
    Mariusooms
    Participant

    Eventhough this post was already 6 months old, this link should point you in the right direction:

    https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-wire-loop/

    #49209
    r-a-y
    Keymaster

    If anyone could tell me how to remove the blog registration part from the mysite.com/register so that all the visitor can do at that point is to create a user account, I’d be thrilled! :-)

    Hi mlemberg, read this:

    https://buddypress.org/forums/topic/default-to-just-a-username#post-14828

    Requires hacking a core file and a little bit of CSS to hide the “Create A Blog” block.

    If anyone knows a better way, let us know.

    #49208

    In reply to: BuddyBar for bbPress

    russell-crosswy
    Participant

    Versions I’m using:

    WordPress MU 2.7.1

    BuddyPress 1.0.2

    bbPress 1.0.1

    #49201
    David Lewis
    Participant

    MVC. Whatever. The bottom line for me is the user interface and easy of theming / customizing.

    Take Joomla for instance. Most clients go into convulsions when they see Joomla the first time. There are enough radios buttons and options to make the most hardcore geek nauseous. And as a designer / developer… anytime I’m forced to use Joomla I feel like smashing my head through a brick wall… repeatedly. WordPress on the other hand is a joy to user for both clients and developers. So what if it’s not 100% MVC. I don’t really care.

    But back to my Joomla rant. I did a Joomla 1.0.x project a year ago and there was no way to apply the design I’d created without modifying core files. The core was littered with thousands of lines of complex embedded html markup that was impossible to deal with via CSS alone. I spent 3 days just trying to find out where all the markup (mostly table code) was coming from. One day I spent an entire afternoon trying to track down the source of a single closing element (probably </table>). I finally found it buried deep inside a class file somewhere. Brutal. Absolutely brutal. And that admin interface. Ugh. And the plug-ins people write for it. One site I had to work on had a links plug-in installed that must have had over 100 configuration options. To make a page of links?!?! Unreal. Maybe Joomla 1.5 is better… but I’ll never know. I now turn down clients who ask for Joomla sites. I send them elsewhere. How it ever got to be so popular and considered suitable for Enterprise is beyond me.

    #49199

    In reply to: bbCode in Discussions

    plrk
    Participant

    This has somehow returned for me. I am running BuddyPress 1.0.2, WordPress MU 2.7.1, and bbPress 1.0.1. The [p]s show up in the sitewide activity for group forum posts, and in the group forums, but they don’t show up in the bbPress view of the group forums.

    I am using the buddypress-enable.php from the latest stable BuddyPress download. Is it really so that I have to upgrade the xmllib library? I do not have my own server, I am using a web host…

    #49196

    In reply to: BP seems to mix themes

    Paul Wong-Gibbs
    Keymaster

    If you are using WPMU 2.8.1, then this is a known bug. There’s at least one other recent post on this forum, and there’s a ticket been raised for this on the BuddyPress bug tracker.

    #49192
    Lisa Sabin-Wilson
    Participant

    Just launched this custom MU/BuddyPress theme last week for a client of mine:

    http://weearth.com

    Loving the latest release(s) of BP – keep up the phenomenal work!

    #49191
    gpo1
    Participant

    Had did Facebook start by the core of a few developers then other developers made plugins or widget … Just like wordpress only a few work on the core then others produce the plugins!

    Therefore if you want any plugin made for you, get a developer to make you one.

    #49190
    Deli Yaban
    Participant

    Buddypress rocks but I ll be waiting for wordpress+buddypress combination anyway…

    #49189
    mlemberg
    Participant

    Bump!

    Is there anyone who can help me?

    If anyone could tell me how to remove the blog registration part from the mysite.com/register so that all the visitor can do at that point is to create a user account, I’d be thrilled! :-)

    I do not want to completely switch off the blog functionality from Buddypress. All I want is to prevent the option from occuring at the registration stage.

    Please help me – it’s kinda urgent! :-)

    #49188
    benfremer
    Participant

    Buddy Press rocks.

    One monetization idea for you guys — Akismet for message-spam…like that plague of MySpace message spam. I’ll hopefully have some better contributions for the BuddyPress pot-luck put together soon. :)

    mlemberg
    Participant

    So, any idea on how to do the exact opposite?

    I don’t want my users to be able to create blogs at the registration point, but I do not want to turn the blog feature completely off, as they should still be able to create blogs at later stages from within the Buddypress interface.

    Any good approaches?

    #49186
    Andy Peatling
    Keymaster

    Help out then. Report bugs, fix bugs, submit patches, program new features on the roadmap, write documentation, answer questions on the forums.

    Sitting there twiddling your thumbs wondering when things are going to be done doesn’t help the project.

    #49185
    Andy Peatling
    Keymaster

    Deactivate BuddyPress first.

    #49183
    peterverkooijen
    Participant

    Thanks for this code, allenweiss! I still have to sort this out in my project, after my current day job deadline. Not looking forward to it…

    I had started several threads about this.

    #49180
    jalien
    Participant

    The missing menus were probably because I didn’t to a full fresh install of buddypress. I was trying to keep a few core edits I had done and probably didn’t overwrite everything as I had thought. Seems to work now.

    #49179
    Walter24
    Participant

    Beat it!

    #49178

    In reply to: BuddyBar for bbPress

    russell-crosswy
    Participant

    Here is my bb-config.php file, with the unique keys and such taken out:

    <?php

    // DEEP INTEGRATION AT THE VERY TOP
    if ( !defined( 'ABSPATH' ) & !defined( 'XMLRPC_REQUEST' )) {
    define( 'WP_USE_THEMES', false);
    include_once( 'http://mydomain.com/wp-blog-header.php' );
    //^ wrong way for deep integration, but this keeps the forums integrated between BuddyPress and bbPress, but breaks the BuddyBar for bbPress plugin

    //include_once( '/home/username/public_html/mydomain/wp-blog-header.php' );
    // ^correct way to do deep integration, works with BuddyBar for bbPress plugin, but breaks forums integration between BuddyPress and bbPress
    header( "HTTP/1.1 200 OK" );
    header( "Status: 200 All rosy" );
    }

    // WordPress database integration speedup
    $bb->wp_table_prefix = 'wp_';
    $bb->wordpress_mu_primary_blog_id = 1;
    $bb->user_bbdb_name = '';
    $bb->user_bbdb_user = '';
    $bb->user_bbdb_password = '';
    $bb->user_bbdb_host = '';
    $bb->user_bbdb_charset = '';
    $bb->user_bbdb_collate = '';
    $bb->custom_user_table = '';
    $bb->custom_user_meta_table = '';

    // WordPress cookie integration speedup
    $bb->wp_siteurl = 'http://mydomain.com'; // no trailing slash
    $bb->wp_home = 'http://mydomain.com'; // no trailing slash
    $bb->cookiedomain = '';
    $bb->cookiepath = '/';
    $bb->authcookie = 'wordpress_******';
    $bb->secure_auth_cookie = 'wordpress_sec_******';
    $bb->logged_in_cookie = 'wordpress_logged_in_******';
    $bb->admin_cookie_path = '/forums/bb-admin';
    $bb->core_plugins_cookie_path = '/forums/bb-plugins';
    $bb->user_plugins_cookie_path = '/forums/my-plugins';
    $bb->sitecookiepath = '';
    $bb->wp_admin_cookie_path = '/wp-admin';
    $bb->wp_plugins_cookie_path = '/wp-content/plugins';

    /**
    * The base configurations of bbPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys and bbPress Language. You can get the MySQL settings from your
    * web host.
    *
    * This file is used by the installer during installation.
    *
    * @package bbPress
    */

    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for bbPress */
    define( 'BBDB_NAME', 'database_name' );

    /** MySQL database username */
    define( 'BBDB_USER', 'username' );

    /** MySQL database password */
    define( 'BBDB_PASSWORD', 'database_password' );

    /** MySQL hostname */
    define( 'BBDB_HOST', 'localhost' );

    /** Database Charset to use in creating database tables. */
    define( 'BBDB_CHARSET', 'utf8' );

    /** The Database Collate type. Don't change this if in doubt. */
    define( 'BBDB_COLLATE', 'utf8_general_ci' );

    /**#@+
    * Authentication Unique Keys.
    *
    * Change these to different unique phrases!
    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/bbpress/ WordPress.org secret-key service}
    *
    * @since 1.0
    */
    define( 'BB_AUTH_KEY', '******' );
    define( 'BB_SECURE_AUTH_KEY', '******' );
    define( 'BB_LOGGED_IN_KEY', '******' );
    define( 'BB_NONCE_KEY', '******' );
    define( 'BB_AUTH_SALT', '*******' );
    define( 'BB_LOGGED_IN_SALT', '*******' );
    define( 'BB_SECURE_AUTH_SALT', '********' );

    define( 'WP_AUTH_COOKIE_VERSION', 1 ); //told this is needed for WordPress MU versions before 2.8
    /**#@-*/

    define( 'COOKIEHASH', '*******' );
    define( 'COOKIE_DOMAIN', '.mydomain.com' );
    define( 'SITECOOKIEPATH', '/' );
    define( 'COOKIEPATH', '/' );

    /**
    * bbPress Database Table prefix.
    *
    * You can have multiple installations in one database if you give each a unique
    * prefix. Only numbers, letters, and underscores please!
    */
    $bb_table_prefix = 'bb_';

    /**
    * bbPress Localized Language, defaults to English.
    *
    * Change this to localize bbPress. A corresponding MO file for the chosen
    * language must be installed to a directory called "my-languages" in the root
    * directory of bbPress. For example, install de.mo to "my-languages" and set
    * BB_LANG to 'de' to enable German language support.
    */
    define( 'BB_LANG', '' );

    $bb->bb_xmlrpc_allow_user_switching = true;
    ?>

    I realize I’m not incorporating the correct method for deep integration, but this setup is what keeps the forums integrated between BuddyPress and bbPress.

    If you have any suggestions on what I should check or look into, I would appreciate it.

    Using the bb-config.php file as it is now I can login and out of BuddyPress and bbPress without issue. Cookies are shared and work as expected. The BuddyBar for bbPress plugin seems to have revealed my deep integration issues.

    Thanks for any help!

    #49176

    In reply to: BuddyBar for bbPress

    russell-crosswy
    Participant

    @Russell:

    HOWEVER…

    I lose the forums function in BuddyPress groups

    Remember you also need the XMLRPC call in your bb-config.php as well for group forums.

    $bb->bb_xmlrpc_allow_user_switching = true;

    (goes right before ?> in bb-config.php)

    Do this again and make sure you have the XMLRPC line in bb-config.php

    I’ve had the line: $bb->bb_xmlrpc_allow_user_switching = true; is since the beginning.

    Should I just post my bb-config.php file to troubleshoot?

    Omitting of course the unique keys and such… :)

Viewing 25 results - 63,601 through 63,625 (of 68,916 total)
Skip to toolbar