Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 63,376 through 63,400 (of 69,054 total)
  • Author
    Search Results
  • zkwc
    Participant

    Put back all the plug-ins specifically for WPMU and everything is still running.

    Haven’t attempted buddypress yet though, nor any of the plugins that run with buddypress.

    zkwc
    Participant

    WOOOO!!!!

    When I renamed the plugin folders my blog came back! but no buddypress. :(

    OK – now to try and figure out why the heck buddypress 1.0.3 isn’t loving me.

    AND! this is totally wonkers. It says I’m using WPMU 2.8.2 although I’ve NEVER updated to 2.8.2 from 2.8.1… I’ve only ever used 2.8.1. So what’s that all about?

    One issue solved – now for the other stuff…

    Thanks for the beautiful help and info!!! I think I might be making headway… I will inform you all of all the Play-by-play incase anyone else is reading this with the same bizarre problem.

    zkwc
    Participant

    John – thanks for the reply!! :)

    I’ll check with my host about the memory… that’s something new to me… hmm.

    All the files are in the correct locations, triple and quadruple checked. Buddypress 1.0.2 was working fine, it’s the upgrade to 1.0.3 that caused this. It was never activated, got a fatal error on activation so I clicked deactivate and then POOF. It said that it could not activate the plug-in when i clicked activate. But, white screen of death before I could try to delete it or do anything. It really didn’t like that update.

    I have a few plug-ins running, but without the admin back end working, I can’t deactivate them. Can I place them in a separate folder temporarily without causing even more havoc? i.e. welcome pack, monty spam, wp ban, limited log in attempts, askimet, etc.

    Just really want to get my blogs back in action. Don’t want people hating on me for losing all their data… although data is all still there, it’s just invisible. bizarre indeed!

    Thanks so much for responding. really appreciate it.

    #50248
    Nommo
    Participant

    Hey James, thanks for the reply… I am pretty sure I could do it with a little help – it can’t be more complicated than forums platforms as you say… there is no ‘recipe’ out there yet so there is a chance to explore new territory ;-)

    I don’t really think it ‘competes’ – they are both GPL community platforms, ccHost being more niche for sure, but I think a social site with creative commons music functionality would be a killer direction for buddypress…

    This seems to be a lifetime project for me (yesmate.com) – starting back in the days before wordpress, when open-source CMS were rare… I am in no hurry :)

    Perhaps it would be better to design some plug-ins for WP/BP that emulate what ccHost does (I know from trying to subscribe to an ‘editors picks’ feed on cMixter via my n95 that WP does RSS and pretty URLs better lol).

    Peaces

    #50245
    coldjippie
    Participant

    Ok, I’ve looked the tutorial of Andy with the install of BuddyPress on a Mac and I updated my folder structur. The bp-themes are now wp-content folder and I don’t get a error message anymore. But If I click on the “member” link in the home theme I don’t get a list of members like in the installation of Andy. And if I click on my name in the upper right corner I see this with my default theme of the root blog:

    Error 404 – Not Found

    What I have to do?

    Thanks

    coldjippie

    #50244
    hatiro
    Participant

    Jeff,

    I don’t agree that this is just a WPMU question. Getting bbpress and buddypress to ‘talk’ to one another to use the groups plugin is an issue for shared hosting, which may not be resolved in the WPMU forums. A few hosts have been mentioned on this site but it would still be good for this issue to be aired with those not using dedicated servers.

    Perhaps, in terms of scalability it is different but for those starting out how far shared hosting will take you before shelling out for better hosting is valid.

    Buddypress will be picked up and used by a lot of ‘hobbyists’ (I use the term in quotes not to offend) and shared experiences in this forum is surely what it’s all about.

    As for me, I’ll be starting out using shared hosting, but am still at the testing on home server stage so not yet positive enough to say how it will pan out.

    </rant>

    #50243
    coldjippie
    Participant

    Hello!

    I’ve installed the default themes and moved the bp-themes folder into the wp-content/themes folder (the default home theme is only in wp-content/themes). In the Backend of Buddypress I get this:

    You do not have any BuddyPress themes installed.

    Please move the default BuddyPress themes to their correct location (move /www/htdocs/********/wp-content/plugins/buddypress/bp-themes/ to /www/htdocs/********/wp-content/bp-themes/) and reload this page. You can download more themes here.

    But I’ve already done this, what do I wrong?

    Thanks

    coldjippie

    That is pretty bizarre.

    White screen errors can mean lots of things unfortunately. If it’s BuddyPress being active that’s causing it, it might be an out of memory or php/mysql version error?

    Can you verify that you have all of the files in the correct locations? Were you ever able to get BuddyPress to activate successfully at all? Do you have any other plugins running that maybe are conflicting?

    #50232
    r-a-y
    Keymaster
    #50230

    In reply to: Gender Specific

    r-a-y
    Keymaster

    You could use BuddyPress’ x-profile fields to create a required, custom radio button for gender.

    The hard part will be hacking the activity feed to show the pronoun differential.

    You’d have to create your own function similar to Buddypress’ bp_your_or_their() function.

    Then apply that function as a filter on bp_activity_content_filter.

    #50229
    Kieran
    Participant

    Just to say if anyone is interested in making this change the if statement is:

    <?php if ( bp_is_home()&& bp_profile_activities( ‘type=friends&max=10’ ) ) : ?>

    Plus this change is required: https://buddypress.org/forums/topic/how-to-have-friends-activity-on-profile-page

    This will allow users to see their friends activity on their own profile page.

    BUT I still can’t figure out how to add Avatars to the activity templates. I think it would look great if, for activities with excerpts (blog posts, forum posts, wire posts etc), the users avatar is shown (a la facebook).

    Can anyone help or is this a major change to attempt?

    Thanks a lot!

    #50227
    peterverkooijen
    Participant

    My latest attempts were here, for a plugin for a related problem that will hopefully also lead to a solution for username/blogurl.

    I have to decide first how I am going to put firstname + lastname into the database; split the fullname value out to wp_usermeta or turn fullname into firstname and add another xprofile field for lastname.

    Again, I’m not really a php programmer. I’m trying to puzzle it together from code examples and googled bits and pieces. I’ll need all the help I can get!

    I can’t figure out how the fullname moves from the registration form to the database; which pieces of code are involved and how to “intercept” it to “do stuff” with it. That’s where I’m stuck at the moment.

    “user profile meta” is put “in a session ready to store”. Is that an “array”? Anyway, that’s higher level php to me. No clue how to extract the fullname value from that.

    // put the user profile meta in a session ready to store.
    for ( $i = 0; $i < count($bp_xprofile_callback); $i++ ) {
    $bp_user_signup_meta['field_' . $bp_xprofile_callback[$i]['field_id']] .= $bp_xprofile_callback[$i]['value'];
    }

    #50224
    Hannes
    Participant

    I got the same error after trying to automatically upgrade from BuddyPress 1.0.1 to 1.0.3 through the plugin page.

    It looks like I was still only running WP MU 2.7.1

    Wouldn’t it be smart (in the automatic BuddyPress upgrade) to check to see if the WP MU version is compatible with the version of BuddyPress that is about to be installed before the automatic process is started? Just an idea :)

    #50219

    In reply to: bbPress version 1.0.2

    graduatebuddy
    Participant

    http://graduatebuddy.com/ uses WordPress MU 2.8.2, BuddyPress 1.0.3, bbPress 1.0

    #50218
    graduatebuddy
    Participant

    comment system needs to be improved, had to go to 9th page to post this comment, there should be a link somewhere of the top of first page, and the from should be at the bottom of every page intensedebate if could be made compatible would be a great plus

    now the BuddyPress install:

    http://graduatebuddy.com/

    it uses a wordpress MU 2.8.2 , BuddyPress 1.0.3, bbPress 1.0

    #50213
    tsalagi_red
    Participant

    Not trying to bump here, but I thought I should mention, the problem seems to definitely be in the modified Home theme. When I switch to the default BuddyPress Home theme, it works okay.

    #50203
    wicosta
    Participant

    Same error too. I re-enable it manually, going to the wp-content/plugins/buddypress/pb-forums.php and set 1 on the second line. Now it´s running.

    My problem now is to make the option “forum” appears on the main menu.

    #50200
    Jeff Sayre
    Participant

    The skeleton component is not a plugin. It is a template of files from which you can create your own, custom plugin.

    So, you do need to not only have PHP-coding skills, but also a sufficient understanding of the inner workings of BuddyPress.

    #50197
    mikhailjon
    Participant

    Hi!

    I also have the same problem as him. I just upgraded my installation to wpmu 2.8 and buddypress 1.03 and when I go to myurl.com/members I dont see the lsit of members. When I click on it when not logged in, I get a blank profile page, that says “not recently active”. By the way I installed the default buddypress member theme and this still happens.

    So what have we done wrong??

    I really hope someone here could help us.

    Thanks

    #50196
    rickgoz2009
    Participant

    Sorry i have not read this file. I understand now..

    But if i want to use this plugin I have to know some knowledge in php-htlm, isn’t it?

    #50191
    Jeff Sayre
    Participant

    The Skeleton Component is just that–a generic, bare-bones plugin template that you can use to create your own, custom BuddyPress plugin.

    But the only things that this plugin do is to put in profil EXAMPLE..

    Did you read the in-line documentation? At the top of bp-example.php it reads:

    --- SKELETON COMPONENT V1.2.2 ---

    Contributors: apeatling, jeffsayre

    This is a bare-bones component that should provide a good starting block to
    building your own custom BuddyPress component.

    It includes some of the functions that will make it easy to get your component
    registering activity stream items, posting notifications, setting up widgets, adding
    AJAX functionality and also structuring your component in a standardized way.

    It is by no means the letter of the law. You can go about writing your component in
    any style you like, that's one of the best (and worst!) features of a PHP based platform.

    I would recommend reading some of the comments littered throughout, as they will
    provide insight into how things tick within BuddyPress.

    You should replace all references to the word 'example' with something more suitable
    for your component.

    IMPORTANT: DO NOT configure your component so that it has to run in the
    /plugins/buddypress/ directory. If you do this, whenever the user auto-upgrades
    BuddyPress - your custom component will be deleted automatically. Design
    your component to run in the /wp-content/plugins/ directory

    #50190
    Jeff Sayre
    Participant

    I know it’s a tad tricky to answer but there must be a rule of thumb somewhere?

    There is no rule of thumb that I know of. There are too many variables to say with certainty that a WPMU + BP install needs “X MB” of DB space. It depends on the number of users, the activity level of each user, the overall site activity, whether you give them each a blog (or more), and what plugins you have installed and activated.

    But, I suspect that having a DB size limit of 150 MB is a stretch just on a low-trafficked WPMU site. Add in BuddyPress and 100 active users, and you’ll quickly shoot through that limit.

    As an example, on one of my WPMU + BP test platforms, I have 5 users and only two MU blogs with very few test blog posts. Since it is a test install only used by myself, it has very little activity thus very little data written to the DB.

    The DB size of that simple setup is 1.8 MB. Imagine an active site with many blogs and 100 users. Your host’s DB limit of 150 MB would be quickly reached.

    #50188
    Jeff Sayre
    Participant
    #50187
    Jeff Sayre
    Participant

    You need to ask that question on the Premium WPMU site. It is a 3rd-party project not supported by Automattic.

    If you want a free multiple database engine, you can use HyperDB. This site runs on HyperDB. WordPress.com runs a highly-modified version of HyperDB.

    Here are a series of articles written by Trent Adams, one of the BuddyPress moderators, that detail how to configure HyperDB:

    http://trentadams.com/2009/04/18/hyperdb-explained-part-1/

    http://trentadams.com/2009/05/08/hyperdb-explained-part-2/

    altaran
    Participant

    Thanks,

    hmmm, so no video…

    And I suppose no group photo albums either

    I have to decide between BuddyPress and Jomsocial… tough decision

Viewing 25 results - 63,376 through 63,400 (of 69,054 total)
Skip to toolbar