Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 66,451 through 66,475 (of 69,017 total)
  • Author
    Search Results
  • 2336115
    Inactive

    You could try using https://wordpress.org/extend/plugins/remove-buddypress-admin-bar/ and then create a little plugin that copies the parts of the bar you want and hooks into wp_head.

    (Heads up: check the source of the remove-buddypress-admin-bar plugin: there is a parameter you may need to set based on what version of BP you’re running.)

    #41929
    johanh
    Participant

    Hi After reading this I believe I am getting closer to the problem:

    1) My buddypress is at http://ilocals.info but I have not added anything to define(\’COOKIE_DOMAIN\’, \’\’); I suppose I need to add define(\’COOKIE_DOMAIN\’, \’.ilocals.info\’);

    2) A new problem: I have lost my keymaster/administrator ability at bbpress. Can you tell me how to fix this?

    3) I will tell you about my other cookie issues as soon as I have a fix for this.

    Thanks

    #41927
    Paul Wong-Gibbs
    Keymaster

    read on https://buddypress.org/download, there’s a link – you will need svn installed to use it.

    #41925
    Jeff Sayre
    Participant

    @Gpo1

    Am interested in utilize Amazon\’s S3 for storage of all user uploaded media content.

    Are you going to stream the media from Amazon\’s S3?

    Yes. We plan on streaming all rich media content. We have not yet got to the stage where we are actively working on this aspect of our sites, but it is in the plan.

    We are waiting to see how BuddyPress\’ Album component evolves. We hope that it moves beyond static media and allows the incorporation of a variety of rich media formats.

    #41923
    gpo1
    Participant

    @Jeff Sayre, Am interested in utilize Amazon\’s S3 for storage of all user uploaded media content.

    Are you going to stream the media from Amazon\’s S3?

    FYI

    I’ve liaised with a developer about integrating Amazon S3 explorer as a buddypress plugin.

    His comments ” I am ready to make a plug-in but I would like to know what can i get in exchange. Developing the plug-in is not an easy task and I will have to spend several $K of the company money to make it. I am interesting in promoting my CloudBerry Explorer. I would like to get an adequate reward in terms of marketing opportunities or I would rather spend this money somewhere else. What would you suggest?

    If we all want this plugin contact him

    email: andrey [@]cloudberrylab dot com

    http://cloudberrylab.com/

    #41922
    Lance Willett
    Participant

    You should be using the new BP_PLUGIN_DIR constant, which was introduced in revision 1303 for moving to MU 2.7.1 support.

    Something like:

    define( 'BPLANG', 'spots' );
    if ( file_exists( BP_PLUGIN_DIR . '/bp-languages/buddypress-' . BPLANG . '.mo' ) ) {
    load_textdomain( 'buddypress', BP_PLUGIN_DIR . '/bp-languages/buddypress-' . BPLANG . '.mo' );
    }

    Thord D. Hedengren
    Participant

    I’m afraid I need to make actual HTML changes, from removing elements to adding new ones.

    #41918
    Johanhorak
    Participant

    Hi BuddyPress is Core: 1.0-RC1 / Messages: 1.0-RC1 / Profile: 1.0-RC1 / Groups: 1.0-RC1 / Friends: 1.0-RC1 / Blogs: 1.0-RC1 / Activity: 1.0-RC1 / Wire: 1.0-RC1 / Forums: 1.0-RC1 /

    MU 2.7

    Some more symptoms or are they causes:

    When I try and search for a member/user created at MU I cannot find the member. When I update the member/user’s profile at buddypress I get the member/user.

    From an error message I am being told in bp that a member need to have complete at least one field in their profile to be active.

    #41916
    Jeff Sayre
    Participant

    @Gpo1

    We have two social network sites (one with a semantic web component) that we\’ll be hosting on slicehost. We plan to utilize Amazon\’s S3 for storage of all user uploaded media content.

    As the sites grow, we may also use Amazon\’s CloudFront for a more robust content delivery network. I do not see us using Amazon\’s EC2. Slicehost combined with S3 will give us more than enough control over our costs, bandwidth utilization, and server load.

    For one of these sites, we are also experimenting with HyperDB, the replacement database class to the standard WPDB.

    Paul Wong-Gibbs
    Keymaster

    If it is css changes you can use a file called site-wide.css (or something similar). I’m at work so can’t look at source for HTML changes at the moment.

    #41912
    gpo1
    Participant

    @Jeff Sayre, Are you looking into using AWS EC2 for hosting buddypress CMS?

    FYI

    http://elasticserver.com/

    #41911

    In reply to: Opinions on RC1

    thebigk
    Participant

    Well, I’m loving buddypress. The support is great here. I’m also aware that buddypress is acquired by Automattic.

    I’d definitely like to hear about it from the core dev folks.

    takuya
    Participant

    John, is your site-wide.css working? When I create one, it breaks the layout of member theme contents…

    #41900
    Burt Adsit
    Participant

    The ‘buddypress’ you are talking about is the translation text domain.

    #41894

    In reply to: Members widget

    2326584
    Inactive

    Hello,

    I am having the same problem.

    When adding the wp_register_sidebar_widget( ‘buddypress-members’, __( ‘Members’, ‘buddypress’ ), “”); Or: wp_unregister_sidebar_widget(‘buddypress-members’); I get an

    Call to undefined function wp_unregister_sidebar_widget() error

    bp-custom.php should be under /mu-plugins ?

    Thanks for your help

    #41892

    In reply to: Members widget

    Burt Adsit
    Participant

    It sounds like you still have the widget registered with a phantom side bar. The comments for the function wp_register_sidebar_widget() says that doing the same call without a callback function unregisters the widget.

    Try: wp_register_sidebar_widget( ‘buddypress-members’, __( ‘Members’, ‘buddypress’ ), “”);

    Or: wp_unregister_sidebar_widget(‘buddypress-members’); which says it does the same thing.

    Put that in bp-custom.php. That gets run before anything else in bp. Naturally this is a one time thing.

    #41890

    In reply to: Members widget

    gcs123
    Participant

    I’m using the latest version of Buddypress, downloaded only a few days ago, I’m using my own theme and was playing about with registering the sidebars, I thought perhaps I might have assigned Members to a sidebar I am no longer using but when I reactivate these sidebars which I am no longer using it says there are no widgets registered to them.

    Is there a way to reset all the widgets so that none are being used? or any other solution?

    #41883
    2328022
    Inactive
    #41881
    trcwest
    Participant

    i am getting this error now even though i have the latest svn and the latest index.php in directory/members

    Warning: implode() [function.implode]: Invalid arguments passed in /home/ourbour/spotskenya/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-templatetags.php on line 230

    What spots?

    could it be something to do with the fact that i ahve now disabled the function and its getting confused.. ??

    #41879
    belogical
    Participant

    thanks for the input guys. I am currently on r1241, so maybe that is the issue. weird thing is, I did this fine on another button, but this one doesn\’t seem to want to work.

    here is the working button:

    <li<?php if ( bp_is_page( 'chat' ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo chat ?>" title="<?php _e( 'Chat', 'buddypress' ) ?>"><?php _e( 'Chat', 'buddypress' ) ?></a></li>

    #41875
    gpo1
    Participant

    @Jeff Sayre, That’s true,but the above hopefully can do media streaming from the AWS S3.

    I’ve tried contacting joe, with no joy..

    Maybe be more people contact him, he could respond!

    #41873
    Andy Peatling
    Keymaster

    Follow these instructions, you will need to update WPMU too.

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

    #41870
    Archie Webmaker
    Participant

    @Burtadsit

    Yes I am talking about P2, The hompage is ok, but others pages like \”groups-members-blogs are in disorder

    http://blogcastor.com/members

    How do I make it work/look like the default buddypress homepage

    #41863
    Jeff Sayre
    Participant

    Gpo1-

    You may want to also contact Joe Tan ( http://tantannoodles.com/ ). He is the one who made the Amazon S3 WordPress plugin I linked to in your other thread on this topic.

    He already knows the technology and may be able to more easily adapt and expand his S3 plugin.

    #41862
    Aron Jay
    Participant

    ok, not yet good to try..wpmu 2.7.1-beta1

    i got a bunch of warning in includes/plugin.php

Viewing 25 results - 66,451 through 66,475 (of 69,017 total)
Skip to toolbar