Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 65,451 through 65,475 (of 69,106 total)
  • Author
    Search Results
  • #44953

    In reply to: Design help

    Jeff Sayre
    Participant

    Since this is a request for services and not a BuddyPress-support-forum issue, I’m closing this thread. Those who are interested in providing services have contact information above.

    #44951

    In reply to: black avatars

    Jeff Sayre
    Participant

    @Evvscuba

    I know that many others who are using IE7 do not have this issue.

    A few suggestions:

    1. Are you using a custom theme? If so, switch to the standard, BuddyPress themes and see if this behavior still exists.
    2. If you are running your domain under PHP4, try upgrading it to PHP5.
    3. Check which version of the GD module your PHP install is running. Internet Explore had some known issues with earlier versions of the GD library.

    #44949

    In reply to: Design Help

    Jeff Sayre
    Participant

    Since this is not a how to or support question but a request for services, I’m closing this thread. If you’re interested in providing services, you have contact information above.

    I’m also resetting this topic to “not a support question” as it has nothing to do with the functioning of BuddyPress.

    #44946
    Marcin Biegun
    Participant

    I’m afraid that many things i changed could be written much more simplier using build in wpmu and buddypress functions so if anybody see such a situation, please write about it here.

    I think i finished enabling buddypress sitewide with same data for each site. Last changes i made were made in core files – can i move them somehow outside to leave core files as they are?

    Change to bp-core.php enabling buddypress dirs on additional sites:

    line 16:

    if ( !defined( 'BP_ROOT_BLOG' ) ) {

    global $current_blog,$wpdb;

    $blog_url = get_blog_option($current_blog->blog_id, 'siteurl' );

    $blog_url_pieces = explode("/", $blog_url);

    $blog_url_pieces = explode(".", $blog_url_pieces[2]);

    if (isset($blog_url_pieces[2]) && $blog_url_pieces[2]!='')

    $blog_url = $blog_url_pieces[1].'.'.$blog_url_pieces[2];

    else

    $blog_url = $blog_url_pieces[0].'.'.$blog_url_pieces[1];

    $query = "SELECT * FROM {$wpdb->blogs} WHERE domain='".$blog_url."'";

    $blog = $wpdb->get_row($query);

    define( 'BP_ROOT_BLOG', $blog->blog_id );

    }

    Change to bp-core-avatars.php solving issue with wrong avatars urls:

    In function bp_core_render_avatar_cropper()

    $src = str_replace( array(ABSPATH), get_blog_option( 1, 'siteurl' ).'/', $new );

    In function bp_core_get_avatar()

    $url =get_blog_option(1, 'siteurl' ) . '/' . $avatar_file;

    Paul Wong-Gibbs
    Keymaster

    Yep, still works. I assume we\’re talking about the \’buddypress\’ graphic in the top-left of the \’buddybar\’.

    In my theme\’s functions.php:

    remove_action( \'bp_adminbar_logo\', \'bp_adminbar_logo\' );

    And in my CSS:

    #wp-admin-bar ul { margin-left: 0 !important; }

    If that doesn\’t work before you, it\’s because you\’re putting it in the wrong file. If you\’ve got it in bp-custom.php, then it\’s getting read before the buddybar menu items are created internally – therefore it doesn\’t remove them as it needs to happen afterwards.

    Burt Adsit has a suggestion on the Trac for a bp-custom-after.php which would be an appropiate place for this sort of override. In the interim, I suggest you make a file \’z-custom.php\’ in /mu-plugins/ and put the above line in.

    #44937

    In reply to: Events?

    Kunal17
    Participant

    I am looking for very basic functionality. Since there are other larger communities that relate to the one I want to create, I would like to aggregate the events they organize in a prominent location on my buddypress install. Can anyone suggest a way to do this?

    Basically I need a way for me or other users to be able to submit an event with name, date, location and other details. A way to add events through RSS would also be great

    alunsina
    Participant

    ive have had months of battling with this same issue. mostly due to plugins. mu or otherwise. special mention, bp-dev plugins. im not sure if this would be the same case as yours but for me what really helped was deleting all the other plugins and not just disabling them either. totally remove them from files and database.

    Burt Adsit
    Participant

    I don’t *think* that bp has any issues running in a subdir of the doc root. That may have nothing to do with your problem. What error messages do you have in your error log?

    #44931
    Burt Adsit
    Participant
    2766283
    Inactive

    Im working on three bbpress themes for original buddypress theme. Sorry my english suck!

    Maybe you know how to fix my theme. The adminbar in my theme is showing but only a grey rectangle. So, these link just it\’s a example of my progress. But i\’m not programmer ;) only entusiast!

    jfcarter
    Participant

    @Renzokuomo

    I’m not sure what you mean. I followed the link and it was a topic with only one entry and didn’t really have an answer.

    I’m looking to add the bp-admin-bar the bbPress, so I need something that will cause bbpress to recognize buddypress so I can get the bar to show up. I have the php code; the problem is getting it to show.

    I appreciate your help, though.

    kocm
    Participant

    yes. that is where all plugins go. that is where the buddypress folder is when it causes the crash in my example. what i meant by subfolder install was referring to my wpmu. it is not running in root but in a subfolder. hence httpdocs/wpmu. that means my buddypress folder is httpdocs/wpmu/wp-content/plugins/buddypress.

    2766283
    Inactive

    Check if you have funtions.php in your theme

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

    #44911
    Arturo
    Participant

    yes John, for the Italian localization.

    have the folder svn.buddypress.org/i18n/it_IT/1.0 … 1.1 and so on (for example)

    and the same for other localization teams… I hope to be clear :P

    #44907
    Arturo
    Participant

    i know john, “to update the italian localization” i mean keep update the translation on BuddyPress Italy site AND on svn … when Andy start this “service” for all the localization teams ;)

    #44903
    Burt Adsit
    Participant

    Well, this is pretty specific to your issue: https://buddypress.org/forums/topic.php?id=1096

    #44888
    Jeff Sayre
    Participant

    I’m closing this thread as it has nothing to do with BuddyPress support. If you’re interested in offering your services to Pcmike, you have his email address in the OP.

    @Pcmike-

    Please realize that you’re asking to convert your single-user WP blog into a WPMU + BuddyPress site. Make sure that the person you use understands this important point.

    #44884
    Paul Wong-Gibbs
    Keymaster

    Works here too. I had troubling setting it up originally, but that’s because I hadn’t read the readme.txt carefully to do what @Jfcarter above has just said.

    #44878
    jfcarter
    Participant

    @Sinan,

    I’m using it with WPMU 2.7.1/BuddyPress 1.0. Here’s where I have the plugin files located:

    wp-captcha.php and wp-captcha.tff – in wp-content

    wpmu-signup-captcha.php – in wp-content/mu-plugins

    Works beautifully for me.

    #44874
    thomasjames
    Participant

    Thank you Burt! It looks like I can add any widget-enabled theme and the home page will change to it, then I can add the widgets for BP (i.e., Blogs, Members, Groups etc.). I also want to change the BP theme for users so it closely matches the look and feel of the overall site. I’ll figure that out.

    Thanks so much,

    Thomas

    Paul Wong-Gibbs
    Keymaster

    Lo.

    > Why is it when I add a page to my WordPress site, it doesn’t show up in my BuddyPress navigation?

    Because that’s just the way the default home theme is written. The items listed on that menu aren’t ‘Pages’ in the WordPress sense, anyway, so it makes little sense for the default, out-the-box BuddyPress theme to do that.

    The bit of code you’d need to change (or to add in your custom/duplicate theme) is in header.php. Where you see:

    <ul id="nav">

    Add this underneath:

    <?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>

    Documentation for that function is at https://codex.wordpress.org/wp_list_pages

    #44871
    takuya
    Participant

    go to wpmu forum, there’s a thread about this.

    (This is not buddypress question)

    #44870
    2744569
    Inactive

    Anyone got running this plugin on sign-up page with 2.7.1?

    in comments it works, but i can’t see it on register page and i have no idea how to make it work there.

    derosion
    Participant

    Hi Jeff,

    Thanks for all your help so far. I was indeed talking about the BuddyPress widget. I’ll have a go at that and see what results I get :) thank you. All I really need to do is add some CSS classes and a container box but what I put in functions.php (obviously) gets ignored.

    Cheers!

    #44867

    In reply to: No Group Forums

    lederman
    Member

    Hi,

    I have had the same problem for the last few days, using wpmu2.7.1, bp1.0, bb1a6, bbpress integration plugin and buddypress-enable.

    The steps that seem to have solved the problem:

    1. Delete all cookies.

    2. Go to bbpress, register a new user. Log into bbpress as keymaster and give define that new users as admin.

    3. Create a new forum in bbpress (any new forum).

    4. Log into wpmu, go to forums setup and use the new user you just created.

    5. Delete all cookies.

    5. Log in, try starting a new group in wpmu.

    I’m trying to pinpoint which of these steps did the trick to reuse it beyond my test installation.

    Let me know whether it works for you as well, and if you figure out what the reason is.

    Good luck

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