Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 66,726 through 66,750 (of 69,016 total)
  • Author
    Search Results
  • #41029
    Andy Peatling
    Keymaster

    This is only the case on BuddyPress.org.

    #41028
    Ezd
    Participant

    Hi Burtadsit,

    Your right, on the RC-1 I can upload an avatar during signup, I can also change it afterwards with a new image in my profile… Funny I didnt see that!

    I guess it confused me a little that I was unable to change my avatar on the new buddypress.org layout without going to gravatar.com. (Not like RC-1)

    It says:

    Your avatar will be used on your profile and throughout the site.

    Avatars on BuddyPress are controlled by the globally recognized avatar system (Gravatar). To change or create a new avatar for your account, please login or signup at: http://gravatar.com.

    If you are signing up for a new Gravatar account, make sure you use the same email address that is registered with your WordPress.org account.

    So I would have to goto gravatar.com and upload a new avatar instead of just uploading it on the buddypress site. I guess the avatars on the new layout is all controlled by gravatar.com. :)

    #41021
    Indojepang
    Participant

    OMG!!! CAN’T WAIT!!

    #41020

    In reply to: Navigation problems :(

    reprocessor
    Participant

    Hi Andy, Thanks for that (damned brackets lol). I’ve been using a zip version of buddypress from about 2-3 weeks back. Everything ‘so far’ (touch wood) has worked and thought there was no need to update from the trunk. This was the first time EVERYTHING in a bp install worked for me. My problem is, that if I do update from the trunk then everything will go ‘boobies to the dasies’ if you know what I mean, as there have been significant changes e.g. where you’ve placed the member themes etc.

    If there is a hack I can implement to tide me over I would be extremely grateful. I’m almost finished the site y’see and will be demoing it tomorrow.

    Thanks for your time as always.

    Phil

    #41011
    Sgrunt
    Participant

    if are u using a language different from english, upgrade to the latest trunks of buddypress (not RC1) and re add widgets. If u are using default english language then the problem is different.

    #41005

    In reply to: Navigation problems :(

    Andy Peatling
    Keymaster

    Try this:

    <li<?php if ( is_page( \'about\' ) ) : ?> class=\"selected\"<?php endif; ?>><a href=\"<?php echo $bp->root_domain; ?>/about/\" title=\"<?php _e( \'About\', \'buddypress\' );?>\"><?php _e( \'About\', \'buddypress\' );?></a></li>

    #41003

    In reply to: bpgroups!?!?!

    jam24
    Participant

    I mean in the buddypress frontend!

    #41002

    In reply to: uninstall bbpress

    Ekine
    Participant

    Yes but doesn’t bbpress and buddypress share tables? Do I have to touch those tables, too?

    #41001
    Arun
    Participant

    If you are talking about your installation somewhere ,you can easily turn it off (if you are a admin) from the “Buddypress” submenu under the “Site Admin” menu.there is an option “Allow non-friends to post on profile wires:”. you can select “no” for that.

    But if you are talking about this buddypress.org site, Andy may think that this feature can be very useful for developers (like us) for contacting each other without having to wait for the invitation accept.

    and Don’t forget to turn those Lights OFF.(only if this answers your Question)

    #41000
    talk2manoj
    Participant

    I will work towards enhancing this plugin whenever I get time.

    Please put your wishlist regarding bulk import users at plugin page.

    #40999
    Sgrunt
    Participant

    the latest trunk of buddypress requires a change in the name of member theme folder:

    OLD:

    /wp-content/member-themes

    NEW:

    /wp-content/bp-themes

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

    #40996
    thebigk
    Participant

    Well that would be bit difficult but not impossible because we have about 2200 users to be imported from old database. I also need to import their other profile data. Is this possible?

    #40992
    old account
    Participant
    #40990

    In reply to: nested profiles

    aarongrey
    Participant

    ZapDog, I’m glad I found your post. This is exactly what I would like to use Buddypress for. If anyone knows of a plugin in the works or an existing solution, any information on how to accomplish this would be greatly appreciated. Thanks Andy for all your outstanding work on Buddypress.

    #40989
    hyrxx
    Participant

    you should use one install of mu and then use multi site manager it uses just the one database

    you can then use it like so to access members profiles

    eg

    http://hyrxx.com/members/Hyrxx/ (dot com)

    http://hyrxx.tv/members/Hyrxx/ (dot tv)

    #40987
    Trent Adams
    Participant

    Here is my thoughts:

    1) It is already easy enough to share wp_users across several WPMU installs or WP installs, so that part would be pretty simple (even using HyperDB)

    2) Having two WPMU installs being able to write to the same BP tables might be a disaster, but it might work. Once again using something like HyperDB, but it seems as though BP has issues with tables not being in same database as main WPMU tables.

    I am still playing with this myself on test installs, so if I learn anything new, I would be happy to report.

    Trent

    #40982

    In reply to: bpgroups!?!?!

    keston
    Participant

    Hi, you mean in the buddypress front end or bb front end? Do you install this plugin: http://code.ourcommoninterest.org/2009/02/14/buddypress-group-forums-for-bbpress/

    It did the same thing to me before I’ve installed it on bp front end now its working but not in bbpress!

    #40980

    I replaced the images/logo.gif with my own graphic, and made a file called site-wide.css and it had either no effect, or not the desired effect. The graphic changed, I can see the top of my graphic in there, but the top section of the site cuts it off. I put this in my site-wide.css:

    #attempt to make the logo area larger

    #header h1 a {

    text-indent: -999em;

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

    overflow: hidden;

    width: 550px;

    height: 141px;

    display: block;

    float: left;

    }

    Any guidance appreciated!

    #40972
    Internetado
    Participant

    Hi Anshuludapure,

    I’m using this code:

    https://buddypress.org/forums/topic.php?id=444#post-1901

    By…

    #40970
    enlightenmental1
    Participant

    My challenges are as follows –

    1. Import the old data & other fields to corresponding WPMU database fields

    2. Convert their passwords to encrypted passwords.

    3. Send activation mail to all the users [handled by your plugin]

    how many users do you have?

    can you not simply enter them by hand and let WPMU generate a “new/temporary” password

    yourcurrentuser|theirfirstname theirlastname|theiremail@email.com

    that would

    – Hash/encrypt their password (they still have to login and change it)

    – import them into the DB

    – send activation email/username + password

    just a thought

    #40969
    enlightenmental1
    Participant

    Hey Manoj Kumar

    great plugin… couple of questions

    no matter how I format the user data, I always get “1 Error” and “processing complete”

    example

    username|firstname lastname|email@email.com => 1 Error

    also, I’ve changed the “Full Name” profile field to be “first name” and added an additional field for “last name”… how does that change the format?

    like this now?

    username|firstname|lstname|email@email.com ?

    thanks for your help

    #40963

    Re-read the instructions and try again? It sounds to me like some files aren’t in the correct spots or that some files were corrupted in the upload process.

    To address your specific issues:

    1.) The BuddyPress admin bar includes the link to your #2 question, but if you want to remove it from the front-end, you would have to check the defined('IN_ADMIN') variable and only load the buddybar if so. Could probably make a filter for this in functions.php, but I’m not in front of the source to give you a turn-key solution at the moment.

    2.) The link is part of the buddybar. :) Otherwise you can type it in the address bar yourself or customize the theme to fit the way you want it to perform. Aside from that, none of the WPMU themes will know how to redirect you to any specific blog admin area aside from their own, and they wouldn’t know which other blogs you have access to. That’s what the BuddyBar is fore. (Note to self: It would be cool to have a link to the admin area of each blog when viewing /blogs/my-blogs.)

    3.) Are you using a vanilla install with the vanilla theme? Vanilla meaning included… If so, do you have a link to your website so that I can see what’s happening?

    #40958

    In reply to: Twitter to Wire

    gpo1
    Participant
    #40956
    keston
    Participant

    Hi, thanks for all your work and your fast answer

    To be honest my bp-dev admin is just a feed reader and I’ve just fixed a simplepie bug with this method: http://buddypressdev.org/forums/topic/flickr-plugin-not-working#post-57 but it still the same

    Tinymce is activated on the bpdev plugin page.Check my bpdev admin: http://www.lesitedelasneaker.com/images/bpdevadmin.JPG

    #40952
    Maxaud
    Participant

    Thanks for the compliments guys. Glad to have a platforms like WordPress and BuddyPress to work off of. Thanks for the showcase Andy.

    http://wannanetwork.com/members/dakota/ gets a 404

    while

    http://wannanetwork.com/members/markmadsen/ works

    I don’t have the error logs on hand but I will post them later.

    Thanks!

Viewing 25 results - 66,726 through 66,750 (of 69,016 total)
Skip to toolbar