Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 72,801 through 72,825 (of 73,371 total)
  • Author
    Search Results
  • David Bisset
    Participant

    Again, apologizes for not reposting everything here but formatting and screenshots don’t show up here (at least in my attempts).

    I managed to get a proof of concept going for twitter and friendfeed streams for users.

    http://www.davidbisset.com/2008/12/23/buddypress-adding-twitter-and-friendfeed/

    Twitter example is pulling from actual data stored in the “settings” panel, as i was talking about previously today. At this rate, this could easily be a lifestream “drop and it just works” plugin for BuddyPress in a week or so. I’m hoping to release more info and the files themselves. I’m hoping to try to add paging or a few other basic items before releasing it. Still trying to figure out what to do for Flickr.

    Anyways, just wanted to throw hope into the pot.

    #34961
    Mike Pratt
    Participant

    I can confirm reCaptcha works flawlessly with a WPMU/BP install

    #34958
    gpo1
    Participant

    this lifestream output would it be displayed in a separate page on members page like facebook or what?

    #34957
    David Bisset
    Participant

    Update:

    http://www.davidbisset.com/2008/12/23/buddypress-expanding-settings-menu/

    Andy suggested that this could be a plugin to drop into the mp-plugins folder, which i managed to do. Now you do NOT have to modify ANY BP core files. Happy days!

    #34954
    nicolagreco
    Participant

    If trent send it to me, i will add it on the plugins directory, that i will open tomorrow at http://buddypressdev.org

    ;)

    #34952
    m@rk
    Participant

    Good Job, works fine. Thank you.

    #34951
    David Bisset
    Participant

    Congrats on the new community, but for now i only have the time to monitor this particular forum. I imagine BuddyPress resources are going to be popping up in the next few months. You may repost it over there if you wish. :)

    #34950
    David Bisset
    Participant

    Ok, so basically you just copied the description from Social Network PHP Script. Might have been easier and simpler to say that from the beginning.

    Good suggestions overall. Not to sound like a “bummer” person, but i’m sure it will take a while to put something together like this for BuddyPress. Andy is also already working on a photos module which won’t be visible for at least a few months.

    #34948
    chylly
    Member

    I am very new to buddypress, just downloaded it yesterday,

    I know nothing about website design and have extra time on my hands, so i thought I’d play with it.

    Anyhow, mine is aimed at the World of Warcraft players (all 12 million of them :) )

    http://my-wow.com

    #34947
    nicolagreco
    Participant

    Here my BuddyPress Developers’ Community http://buddypressdev.org/ ;)

    I hope it will be usefull ;)

    #34946
    nicolagreco
    Participant

    So, i’ve said it to some people interested on irc. So, i can do this plug-in, but for doing it, i decide to attend next version of buddypress because in that, andy will put photo album feature, so doing a video feature, will be easier..

    I will update users about my and other plugin via this site http://buddypressdev.org/

    #34940
    nicolagreco
    Participant

    Interesting..

    #34939
    nicolagreco
    Participant

    I think you should post it also in http://buddypressdev.org/forums/ (a BuddyPress Community for developers)

    #34935

    In reply to: A Few Problems

    danielfelice
    Participant

    i’d try reinstalling everything first…i am not seeing any of these issues on my site so must be something to do with your setup

    also check the permissions on the buddypress components

    #34930

    In reply to: A Few Problems

    Vast HTML
    Participant

    my users have no role. the blog they create when they open a account or after they open when they create a new blog it still shows page not found errors when viewing the blog or trying to edit it in any way. I dont want them to be admins at all i just dont understand why buddypress keeps attaching my name to every account i make. The information i also input when making a new member is useless as it is never saved. and must be redid in edit profile.

    #34927
    David Bisset
    Participant

    I would be interested in this as well. I have figured out how to expand the settings on BuddyPress profile pages. It would be great to allow users of BP to actually go into “settings” (because profile is public), edit their social settings, and then display the feeds on a seperate BuddyPress page, widget, or (even better IMO) a new BuddyPress component. I just posted about this in the forum a few minutes ago.

    #34916

    In reply to: A Few Problems

    Wardee
    Participant

    Are you using your own theme or the buddypress-home theme?

    #34912
    David Bisset
    Participant

    So say you have a plugin that displays a twitter feed given a username. You want ALL profile pages in BuddyPress to automatically show this. I would think this would be a WPMU plugin, but i wanted to confirm. I managed to create additional profile pages in my BP test install (and even additional setting screens) but can’t get plugins to work on the pages I have created. Thinking it might have to do with where the plugin are installed.

    #34906
    Wardee
    Participant

    In buddypress-home > css, rename the custom-sample.css as custom.css.

    Then add these lines to it and save:

    body {

    background:#000000;

    color:#FFFFFF;

    }

    .widget ul.item-list li, .activity-list {

    background:#000000;

    }

    .activity-list li blockquote {

    background:#000000;

    }

    .activity-list {

    border:none;

    }

    Some other thing may need changing, too; I don’t know what you want. All the widget titles have background colors. Also the link color might not be what you want.


    For the header fill in your amount of pixels and the name of your logo file (put it in buddypress-home > images).

    #header h1 {

    background:transparent url(../images/your-logo.gif) no-repeat scroll left top;

    height:–px;

    width:–px;

    }

    You’ll have to do the same with buddypress-member > css. Rename custom-sample.css to custom.css and add the header bit, as well as any color changes.

    Who knows what else may come up. Post if you need help with anything else.

    #34905
    David Bisset
    Participant

    I highly recommend something like this, especially for signups. Spammers target MU blogs to auto-register and then auto-create/post blogs.

    #34890
    adamhdv
    Member

    I had also made mine a two column theme… extending the left column stretching across to the right one. Getting rid of the middle one. Got a few issues in IE with the top margin, should be an easy fix…but i’ll let you know.

    #34886
    Burt Adsit
    Participant

    Howdy, the area I think you are talking about is the default form when you view a member’s profile right? ‘me’ > profile > public. The template that generates that screen is in /member-themes/buddypress-member/profile/index.php

    You’ll see the calls to generate all the sections on that page. One of them is the wire. Line 47:

    <?php bp_wire_get_post_list( bp_current_user_id()… and so on …

    You were gonna make a copy of the theme, make whatever changes you need to run a custom bp member theme and edit that one right? :) I think it’s in the bp rules and code of conduct. I’ll have to check.

    #34885
    Scotm
    Participant

    fishbowl81

    This is pretty much what I’d tried, although I’d forgotten about the custom.css file idea. I may have figured it out.

    Thx

    #34884
    fishbowl81
    Participant

    There are 2 things you need to change, 1 in custom.css, 1 in home.php in the buddypress-home theme folder (and /css folder)

    remove lines 14 to 25 (or comment out) of home.php

    `<div id=”center-column”>

    <?php if ( !function_exists(‘dynamic_sidebar’)

    || !dynamic_sidebar(‘center-column’) ) : ?>

    <div class=”widget-error”>

    Please log in and /wp-admin/widgets.php?s=&show=&sidebar=sidebar-2″>add widgets to this column.

    </div>

    <?php endif; ?>

    </div>`

    This will remove the center column from the layout.

    Next you need to adjust the css right margin of #left-column

    #left-column {

    margin-right: 280px;

    }

    Also you could adjust the body width, with this addition to your custom.css

    body {

    max-width: 1100px;

    }

    Hope That Helps,

    Brad

    http://www.gorgeousgamers.com/beta/

    #34881

    In reply to: limit 1 blog per user

    neuromancer2701
    Participant

    I wanted to removed “Create a Blog!” from of the buddypress admin bar.

    This is what I got to work:

    wp-content/mu-plugins/bp-core/bp-core-adminbar.php

    $blogscheck = get_blogs_of_user($current_user->ID);
    if ( ! empty($blogscheck)
    {
    echo '<a href="' . $bp['loggedin_domain'] . $bp['blogs']['slug'] . '/create-a-blog">' . __("Create a Blog!", 'buddypress') . '</a>';
    }

Viewing 25 results - 72,801 through 72,825 (of 73,371 total)
Skip to toolbar