Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 67,201 through 67,225 (of 69,016 total)
  • Author
    Search Results
  • #39369

    In reply to: BP Avatars in bbPress

    Burt have you tested this with each specific type of field in the xprofile area? With quotes and what not?

    I’m going to make a clean install of BuddyPress on my test domain and see if I can duplicate this. I’d really like to know what I did that’s breaking it.

    #39367

    In reply to: Group Activity Feeds

    Joss Winn
    Participant

    Glad you like the idea, too.

    I’m keen on being able to break down feeds for each specific activity within a group rather than just one group feed, so have suggested this: https://trac.buddypress.org/ticket/567

    #39361
    Baur
    Participant

    same problem, yes WPMU works fine without BuddyPress installed!!!

    #39357

    In reply to: Group Activity Feeds

    Burt Adsit
    Participant

    That would be nice. It could include members activity, forum activity, wire activity. Ya, nice idea. Why don’t you post it in trac as an enhancement ticket?

    https://trac.buddypress.org/newticket

    Login with the same credentials as here.

    #39356
    Burt Adsit
    Participant

    Not at the moment. It’s in the works though. See: https://buddypress.org/forums/topic.php?id=1304

    #39347
    Michael Berra
    Participant

    Hi burtadsit, I read it all (exclamationmark :-)) English is not my “tongue”, but I hope I got the main idea. It sounds AWESOME!!!

    Just to check, if I got that right: (I think I would need exactly something like that, because I am running a community for young-leaders who can submit and search for relevant resources in youth-work. )

    With that project I have tagged almost everything on my whole mu-site. Posts (sure…), but also bp-events, forum-stuff, wire-stuff, groups, etc…

    I can collect those tags for groups etc, but also show them in a kind of sitewide (forum, buddypress,”normal”wpmu) tagcloud? THAT WOULD BE GREAT!!! So everybody finds exactly what they are searching for… (better than eny search engine…).

    Right? (if not, that would be a suggestion for a feature or something :-)

    Thanks for your work!

    Michael

    #39344
    mkgold
    Participant

    It’s a known bug, I think. Here’s a workaround: https://trac.buddypress.org/ticket/519

    Not a perfect solution, but one that works . . .

    #39341
    bloggus
    Participant

    anointed:

    I think there are many that has the same consensus as you.

    MattKern:

    Depends on many things; the amount of blogs, server performance and traffic. That is probably hard to say.

    #39340
    bloggus
    Participant

    WPMU

    To translate the WPMU, which I think you want to do, do this:

    1. Download the POT file for regular WordPress, current version. WPMU have a lot of strings that are the same. You save a lot of work.

    2. Download PoEdit, http://www.poedit.net , install it

    3. Download current WPMU

    4. Open the POT file for the regular WP

    5. Change the path in PoEdit to the path where you have your sorce files to WPMU

    6. Run “Update from source” in the PoEdit. That will create you a POT file for WPMU, but will also keep a lot of phrases translated, so you save work.

    BuddyPress

    Same software can be used to extract and create POT file.

    #39338
    flying_kites
    Member

    I had that but it was because I loaded buddypress as a subfolder

    “Move contents of the extracted folder into “wp-content/mu-plugins”. All files should be in the root of “mu-plugins” not in a sub folder. For example, “mu-plugins/bp-core.php” NOT “mu-plugins/buddypress/bp-core.php””

    Once I did that it was fine

    #39336

    Javi95,

    If I understand your trouble correctly, the solution to this is really simple, I know because I had this trouble at first too. If you have uploaded the entire buddypress folder to the mu-plugins folder, take everything out of it and put it directly into the mu-plugins folder. You want the actual plugin folders to be in the mu-plugins folder, not in another folder in that folder. Sorry if that sounds confusing, hope it helps.

    #39332
    ndrwld
    Participant

    I think I’ve found the solution:

    open the admin-bar.css in the bp-core/css folder

    Lines 68-72

    #wp-admin-bar ul li { /* all list items */

    padding: 0 !important;

    float: left !important;

    background: url( ../images/admin-menu-arrow.gif ) 88% 53% no-repeat;

    position: relative;

    You just need to delete “position: relative;”.

    That has solved the problem with FF3 – drop down menu disappearing.

    But still having problem with IE7 menu flickering, even after https://trac.buddypress.org/ticket/530 fix

    #39330
    tufancetin
    Member

    help please!

    #39328

    In reply to: Where to start theming

    Andy Peatling
    Keymaster

    It’s okay to do anything you want with the theme files, just as you would do in WordPress.

    You don’t need the loader.php stuff if you don’t want to, however, it does add some extra functionality, such as cross theme CSS and the ability to selectively load styles.

    You should also read this:

    https://codex.buddypress.org/getting-started/using-the-buddypress-themes/

    #39325
    Matt Kern
    Participant

    Just for reference, what size community do you need before you have to start using multiple db’s?

    #39320
    nicolagreco
    Participant

    I think that if multi-db was under gpl, i may to be interested to develop on it

    #39319
    Simon
    Participant

    Credit for the above code too burtadsit by the way :-)

    #39316
    Anointed
    Participant

    I cancelled my membership there yesterday for the exact same reason. I had no need for any of the other plugins as of yet, and paying $50 a month while I wait for a plugin that may not even start to be developed for months seemed an absolute waste of money.

    #39315
    bobman024
    Participant

    Been waiting to get the site just right, it is close, but not perfect: http://phoenix.fanster.com

    #39314

    In reply to: Google Map Integration

    Lsm_267
    Participant

    Hi bergsten

    thanks for the plugin, essential for any network

    I installed the 2.0b2 version on my BP, put the php code you gave above (add_action(‘bp_custom_profile_boxes’, ‘bp_google_maps_profile’, 6);) in the index.php from the directory /wp-content/member-themes/buddypress-member/profile, exactly here :

    ‘<?php if ( function_exists(‘bp_send_message_button’) ) : ?>

    <?php bp_send_message_button() ?>

    <?php endif; ?>

    </div>

    <?php add_action(‘bp_custom_profile_boxes’, ‘bp_google_maps_profile’, 6); ?>

    <?php bp_custom_profile_sidebar_boxes() ?>

    </div>

    <div class=”main-column”>’

    It’s working but a little buggy : the map shows two time as you can see here :

    http://vivre-en-autarcie.com/members/admin/profile/public

    something else is bugging.

    the button update your position leads to a page that doesn’t exist with slug: update-position

    the integration function works fine : I can edit a map where all markers my users are shown ; that’s great

    thanks for any help

    #39312
    bmg1227
    Participant

    Hey gang, thanks to the help of you here, I have managed to work through some things and am now proud to show a site that I’m developing:

    http://grungepress.com/

    Keep in mind that it’s not done, and I haven’t had a chance to customize the forum template, as I’ll plan to match that with the main site.

    plrk
    Participant

    The “BuddyBar” is by default not shown to visitors that are not logged in. You can change this in the BuddyPress settings, at http://example.org/wp-admin/wpmu-admin.php?page=bp_core_admin_settings

    #39306

    In reply to: register Page

    Tracedef
    Participant

    Mine does the same thing… I was thinking it might be because my buddypress is not in the root, it is at /community/ or because my blog is at /blog/ …. changing my blog to /blog/ did require me to get creative because example.com/wp-register came up with a blank page but if I went to example.com/blog/wp-register/ it worked ok….. not sure if this helps or is even related…

    #39303

    In reply to: BP Avatars in bbPress

    I basically started going through what changes were made to your plugin since it last worked, and started replacing code block by block. Once I could debug the XML request, it gave me some eyes in the back of my head so to speak, to watch what I couldn’t otherwise see.

    So basically, it sounds like there is something in the xprofile field, and/or something in some users meta info that the XML parser just doesn’t like, so it gets caught up and returns a crappy value? Is that a good guess? You think it’s time to just rip through the user meta and see if anything looks suspicious?

    Here’s a question. What if there are users that haven’t yet updated their profiles in BuddyPress? They were converts from a wordpress.org install, and if they haven’t returned since then, BuddyPress doesn’t have a “fullname” for them yet, and they also don’t have xprofile info. Could that break this somehow? Is there a way to watch this user by user and have it spit out an error when it finds a bad value?

    Also, just for the record. I’m using BuddyPress RC1, bbPress Alpha6, and WPMU2.7. Is it possible there was a trunk update that you’re using that I’m not that maybe gives you different results than me?


    More specifically, if I comment out line 335 in oci_bp_groups_forums.php…

    //$user['xprofile_' . $group->name . '_' . $field_obj->name] = array('group' => $group->name, 'name' => $field_obj->name, 'value' => $field_obj->data->value, 'type' => $field_obj->type);

    And run the group import, it works without error as well.

    If I put a switch on the $field_obj-> name…

    switch ($field_obj->name) {

    …and only retrieve the custom title and forum signature, the groups import also works (still not for all users though, only groups.) I think it may be tripping over a specific type of field. I’m going to guess the textarea field, but that’s totally a blind guess with no merit or motive what-so-ever. :)

    #39301

    In reply to: BP Avatars in bbPress

    Okay, so I dipped into phpMyAdmin and deleted ALL bbpress live info, all bbGroups info, and uninstalled all of the plugins completely to get back to 0.

    I installed all of the plug ins. Confirmed that BuddyPress could see the bbPress forums. Created a topic, verified on both sides that it was updating. All successful communication from both directions.

    Then, I installed 3.0 of the bbGroups plugin. All of the previous stuff that was working, still works.

    bbGroups .3 still will not import any group data.

    Reverted back to .24, clicked import. Success with no other modifications other than replacing the 3 plug in files.

Viewing 25 results - 67,201 through 67,225 (of 69,016 total)
Skip to toolbar