Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 63,326 through 63,350 (of 68,967 total)
  • Author
    Search Results
  • r-a-y
    Keymaster
    #50140
    coldjippie
    Participant

    Sorry, but I forgot to say that I use WordPress 2.8 and the newest version of BuddyPress

    Thanks,

    coldjippie

    #50139
    ajonesma
    Participant

    Ok thanks, I wasnt sure If I would be able to do that…I am kind of new to Buddypress.

    Manoj Chacko
    Participant

    Actually I was trying to save a type of member, its dropdownlist

    #50136
    diossabot
    Participant

    I have the same error. I am using the same versions.

    On your dashboard look for buddypress, then go to “components setup” and disable any of the options listed there. Afterthat you are not able to activate that component anymore, if you activate a component and click save, aparently it is saved but no. just click anywhere an click again on components setup and you will see that is not activated. Playing a little bit with this you will realize that at least 1 option will not be actitvated ever.

    #50132
    roadblock
    Participant

    Here is a quick and easy solution for moving the bar to the bottom.

    http://imetandy.com/how-tos/relocate-admin-bar-in-buddypress

    Korhan Ekinci
    Participant
    #50127
    Lriggle
    Participant

    @JohnJamesJacoby

    I don’t believe we have any issues with sub domains in that respect. We’ve had users sign up to the site and create blogs at the same time, and the blogs and their sub-domains seem to be created and work just fine. We’ve also manually created blogs (not via buddypress but in WPMU) and those also work just fine.

    @Brajesh Singh

    Here are the plugins we have activated:

    – WordPress Video Plugin

    – Buddypress

    – BPDEV Core

    — BPDEV Flickr

    — BPDEV YouTube

    – Featured Member Widget

    #50126
    Mike
    Participant

    FINALLY launched BuddyPress site for AvenueK9.com… http://members.avenuek9.com/ … here’s a lil slideshow about it http://www.avenuek9.com/2009/07/27/sign-up-become-a-k9ner/

    #50121
    Korhan Ekinci
    Participant

    JJJ, thanks for your reply. Tried it and did not work. It also messed the admin bar in bbpress. This is maybe because I am using Burt’s hack:

    https://buddypress.org/forums/topic/only-one-blog-for-user

    Is there a way to hack .htaccess file, to solve this forum front page login problem?

    #50115
    Filmplayer
    Participant

    think you were right, there was no functions or header in themes/bphome, will try that again and see how it goes, thanks for your help, there may be other bits that need fixing

    #50113

    Nope, you don’t NEED to HAVE any of them, you can make your own if you so choose to, and right now it looks like it’s trying to load some derivative of the FaceBuddy theme.

    #50112
    Filmplayer
    Participant

    pretty sure the theme is activated, however in bpthemes directory i have bpmember directory and buddypress-member directory (one of them must be from the RC) is this likely to cause conflict? is it necessary to have both there?

    #50110

    Is this something we could ticket as an enhancemnt patch? Can’t see why we shouldn’t be able to use this function like this.

    Done

    Patch suggestion. – Not approved so don’t expect this to stick later

    #50107

    There’s a plugin like this to populate WPMU content, but not one for BuddyPress yet.

    Keep your eyes on the “WPMU Demo Data Creator” and see if the author updates his plugin to include BuddyPress.

    #50106

    Site wide activity is “added” or “recorded” by performing actions within BuddyPress, or by outside plugins adding those entries into the activity table.

    Depending which version of BP you’re using, check out how the function bp_activity_add(trunk)/bp_activity_record(stable) works. You would need to “import” the feed entry by entry into the activity table using one of those functions.

    #50104

    Good find.

    Trac’ed.

    Patched.

    #50103

    My guess is that you didn’t copy the code over from your bphome/functions.php file into your new theme.

    That’s where the BP specific URLs are hi-jacked from.

    After looking at the first site further, it looks to me like you just have the wrong member theme activated. Activate the right theme and you’re probably set?

    #50102

    There’s lots of ways to build bridges between platforms, but no one usually does it until they need to do it themselves.

    I’ve never seen ccHost until now, and as powerful as it looks, it really looks like a competing project compared to what WordPress/bbPress/BuddyPress already attempts to do, with the help of plugins of course.

    People have built integrated logins for phpBB and vBulletin, so I imagine someone could do this for you too.

    Yeah, that’s probably a bad idea later on…

    I guess I would have not seen the harm in an archived, no longer active user having an empty BP profile page. Matter of fact, if they didn’t have a display name set, they wouldn’t show up in the members directory anyhow, so they’d technically be invisible until someone clicks their name when viewing one of their archived posts.

    Burt Adsit made a plugin called bpGroups that was able to consolidate the essential user data, but with recent changes to XMLRPC, BP, and bbPress, my guess is that plugin no longer works as expected.

    To be honest, WordPress has never really been “light” if you know what I mean, at least not like bbPress is. If you’re using the BuddyPress Group Forums, then you probably have a lot of userdata already available from previous queries in the loop. If you’re using bbPress only and trying to get specific userdata or xprofile data, that’s going to usually require some expensive queries to pull off; I would look at how bbPress already does it with userdata per post, and see how it’s able to to do it. Chances are it’s already been called or that the userdata has already been grabbed previously. If you don’t use an IDE like netbeans to trace variable values, then try a print_r or var_dump of the user variable in the loop, and see what it gives you.

    #50081

    In reply to: Can't Create New Blogs

    Yep that’s exactly the problem with subdirectory installations, and why MU is best left as the center of your entire website. The /blogs/ url is hijacked by BuddyPress, so nothing else can live inside of it; same with /members, /groups, and probably eventually /forums too, once there’s a directory for them also.

    kengary, if you plan on having another site at the root of your installation, have you considered using another MU blog as your root blog, and using BP on something other than the root? Or, having your root site not center itself around the BP installation or theme, and just page-out the specific BP pages that you want/need?

    Philipp
    Participant

    So I tried the last hours everything to get a nice theme working. But I think, that BuddyPress crashes the theme I would like to use.

    You can take a look here: http://kulturweit-blog.de/philipp

    It’s a realy nice theme. And it works perfectly if the BuddyPress Plugin is deactivated.

    And if I activate BP, the theme has problems e.g. the menue isn’t at it’s normal place.

    I read that you have to set a root Template. I tried it by changig “stylesheed” and “template” at /wp-config/options.php . But it hasn’t got better. ;(

    Many, many thanks for your help!

    Best regards

    Philipp

    Rohan Kapoor
    Participant

    No honestly speaking, there is no simple theme like you are asking.

    #50072

    In reply to: Can't Create New Blogs

    kengary
    Participant

    So guess what fixed it?

    I changed the folder where WordPress mu was installed from /blogs/ to /blog/ and now it works Ok.

    If I had installed it in the root directory there would have been no problems.

    But look at what the WordPress mu installation instructions say…

    “If you want to have your WordPress MU installation in its own subdirectory on your web site (e.g. http://example.com/blogs/), rename the directory wordpressmu to the name you’d like the subdirectory to have and move or upload it to your web server. For example if you want the WordPress MU installation in a subdirectory called “blog”, you should rename the directory called “wordpressmu” to “blog” and upload it to the root directory of your web server.”

    Notice their first “example” is /blogs/’ and then in their second example they just say /blog/. I went with the first reference because I liked it better.

    The BuddyPress documentation just says get WordPress mu working and then BuddyPress will work. I never saw anywhere that it said, “Oh, by the way…just don’t install it in a subfolder called /blogs/ or it will get confused by the redirects we do in /members/blogs/ and it won’t work so don’t do that.”

    I’m being sarcastic. This is probably a bug or an unforseen situation (really?) but anyway, whether or not this would have affected anyone else it is what fixed it for me.

Viewing 25 results - 63,326 through 63,350 (of 68,967 total)
Skip to toolbar