Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 107 total)

  • enderandrew
    Member

    @enderandrew

    The file could have simply been corrupt. Or someone could have modified it by logging in via SSH.


    enderandrew
    Member

    @enderandrew

    Quick-chat is more of a shoutbox than FB-like chat.


    enderandrew
    Member

    @enderandrew

    Many of the chat plugins I see require third-party services, and sometimes require users to sign up for accounts with third parties. The Envolve looks like it doesn’t necessarily which is nice. There are also:

    WPMUDEV has Chat and Chat Lite:
    http://premium.wpmudev.org/project/wordpress-chat-plugin/
    http://premium.wpmudev.org/project/wordpress-chat-plugin-lite/

    There is also BP-Chat which is free, but the version listed on BuddyDev.com is old.
    http://buddydev.com/plugins/bp-chat/ – download it from here: https://github.com/sbrajesh/bp-chat/


    enderandrew
    Member

    @enderandrew

    I really like the tile layout as well.


    enderandrew
    Member

    @enderandrew

    I just realized that this behavior could be improved and opened a feature request ticket.

    https://buddypress.trac.wordpress.org/ticket/4278


    enderandrew
    Member

    @enderandrew

    I believe everything in the Base profile field group is on the registration form.

    If you create a new group of profile fields, those won’t be on the registration form.


    enderandrew
    Member

    @enderandrew

    I disabled the Suffusion Buddypress plugin (but kept those template files in my child theme) and switched to the Buddypress Template Pack for loading the Buddypress javascript and everything works fine now.


    enderandrew
    Member

    @enderandrew

    I assume it is most likely that the theme isn’t working with the unreleased 1.6 yet. However, I’m curious if someone could perhaps help me get it working. I want to test and troubleshoot 1.6 SVN.


    enderandrew
    Member

    @enderandrew

    I’ve modified what I believe is the relevant suffusion function to more closely mirror what is in bp-default.

    `function suffusion_include_bp_js() {
    if (!is_admin() && function_exists(‘bp_is_group’)) {
    wp_enqueue_script(‘suffusion-bp-ajax-js’, get_template_directory_uri() . ‘/_inc/global.js’, array( ‘jquery’ ), $version );
    $params = array(
    ‘my_favs’ => __( ‘My Favorites’, ‘buddypress’ ),
    ‘accepted’ => __( ‘Accepted’, ‘buddypress’ ),
    ‘rejected’ => __( ‘Rejected’, ‘buddypress’ ),
    ‘show_all_comments’ => __( ‘Show all comments for this thread’, ‘buddypress’ ),
    ‘show_all’ => __( ‘Show all’, ‘buddypress’ ),
    ‘comments’ => __( ‘comments’, ‘buddypress’ ),
    ‘close’ => __( ‘Close’, ‘buddypress’ ),
    ‘view’ => __( ‘View’, ‘buddypress’ ),
    ‘mark_as_fav’ => __( ‘Favorite’, ‘buddypress’ ),
    ‘remove_fav’ => __( ‘Remove Favorite’, ‘buddypress’ )
    );
    wp_localize_script( ‘suffusion_include_bp_js’, ‘BP_DTheme’, $params );
    if ( is_singular() && bp_is_blog_page() && get_option( ‘thread_comments’ ) )
    wp_enqueue_script( ‘comment-reply’ );
    }
    }
    add_action( ‘wp_enqueue_scripts’, ‘suffusion_include_bp_js’ );`


    enderandrew
    Member

    @enderandrew

    Thanks!


    enderandrew
    Member

    @enderandrew

    I’m looking to do something similar but for a template. I’d like to have an author bio at the top of author pages.


    enderandrew
    Member

    @enderandrew

    Shameless bump. I’d still like to find a good solution for this.


    enderandrew
    Member

    @enderandrew

    It looks like you’re loading jquery more than once.


    enderandrew
    Member

    @enderandrew

    I apologize. This was a false alarm on my part. I was testing on my profile, where I swore I had saved information. That was back when Ajax was broken, and I think it didn’t save my profile so all the fields were empty. I added information to my profile and it is showing up correctly now.


    enderandrew
    Member

    @enderandrew

    That solution did not work for me. I copied the _inc folder into my child theme, and disabled Buddypress Template Pack.

    The layout was then messed up, no doubt from missing CSS. I could Add a Friend, but it didn’t use Ajax. It just re-loaded the page. And trying to post a status update just leads to a 404.

    If I enable Buddypress Template Pack, it tried to use Ajax for Add a Friend and Status Update, but neither work.


    enderandrew
    Member

    @enderandrew

    If I recall correctly, this is fixed in trunk. I think it was a conflict with bp-template-pack and BP 1.5.


    enderandrew
    Member

    @enderandrew

    @Robbysusanto are you saying you should copy the _inc folder but not enable the JS integration through the plugin?


    enderandrew
    Member

    @enderandrew

    It helps to post with a clear subject of what you’re looking to do.

    Buddypress Media – http://code.google.com/p/buddypress-media/
    BP-Gallery – http://buddydev.com/plugins/bp-gallery/
    BP-YouTube-Feed – http://buddydev.com/plugins/bp-youtube-feed/
    Tubepress – http://tubepress.org/

    But this might be the best solution for you:

    https://wordpress.org/extend/plugins/contus-video-galleryversion-10/

    There are tons of options. I just found that one with a quick Google search, so it can’t be a national secret.


    enderandrew
    Member

    @enderandrew


    enderandrew
    Member

    @enderandrew

    Paul, I assume it isn’t simply a matter of changing bbpress templates to have profile links point back to the Buddypress profile page. We’d need to make sure the bbpress information shows on the Buddypress profile page. I’m assuming that is the harder part.


    enderandrew
    Member

    @enderandrew

    I’d actually prefer the large single forum model, but would like to limit access to a sub-forum to a group.

    The other integration point I’d be interested in is a member profile. bbpress has their own profile page but I’d prefer to integrate this into the Buddypress profile. Is this possible?


    enderandrew
    Member

    @enderandrew

    If you have articles in your website, then they’re stored in a database. Just because you can’t see the webpage (if it breaks) that doesn’t mean the articles disappeared.


    enderandrew
    Member

    @enderandrew

    When using the Buddypress Template Pack, make sure you’re using that to insert the Buddypress CSS and JS in your theme as well, which is why it probably didn’t work for @abccreativity right away.

    I’m not familiar with the Headway BuddyPress plugin. But first things first, are you install Buddypress 1.2.9 or 1.5-beta-2?


    enderandrew
    Member

    @enderandrew

    The Buddypress Template Pack can insert the Buddypress CSS and JS in your theme. That’s likely the step you are missing.


    enderandrew
    Member

    @enderandrew

    I’m assuming bbPress 2.0 handles upgrading from a stand-alone bbPress 1.x install and porting over existing posts. Will it do the same for an integrated version of bbPress in BP? Transferring over existing forums is important.

Viewing 25 replies - 1 through 25 (of 107 total)
Skip to toolbar