Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 65,201 through 65,225 (of 69,039 total)
  • Author
    Search Results
  • #45489

    In reply to: Multi-language edition

    bobthebob01
    Participant

    i know i’m a bit late on that topic but i do agree that it should almost be a core feature to be able to switch language file.

    I’m not talking about having the content translation feature, but the front/back end stuff, basically anything showing on the localization file.

    So a user can decide his default language (among the available ones) for the site.

    It only makes sense: MU for WordPress MU, for BuddyPress/WordPress MU, for MUlti users, for MUlti blogs and for MUlti language.

    I’ve done some research and could not find a black/white solution. it’s seems to be in the grey zone at the moment.

    Has anybody been able to achieve this yet?

    cheers

    #45488

    In reply to: opensocial

    Jeff Sayre
    Participant

    Here’s your chance to vote for OpenSocial support in BuddyPress.

    Look at page three (Core), item number 5. Learn more about Open Stack here.

    #45479
    bryan868
    Participant

    Indeed, thanks John!

    #45475
    Jeff Sayre
    Participant

    Remember, BuddyPress is just one, big plugin–a very sophisticated plugin at that. If they have zero experiencing coding WordPress plugins, then here are some key links:

    #45473
    2864451
    Inactive

    Aha its profil data loop, now to figure out how to use it with the select function as I have the users select from list male or female so need to figure out what to do next.

    Who are the buddypress developers and how much will it cost to have such an element created for my site?

    #45472
    Andy Peatling
    Keymaster
    #45466
    Jeff Sayre
    Participant

    Cce-

    Several of initial questions:

    1. Have you tried switching back to the standard BuddyPress home theme? If not, do so and see if the problem still exists.

    2. Have you tried deactivating all 3rd-party plugins to see what happens? If the problem goes away, you should then reactivate the 3rd-party plugins one at a time, testing after each reactivation to see if the problem has returned.

    2. Are there any errors in your log files? If so, what are they?

    #45461
    Jeff Sayre
    Participant

    Burt-

    Good stuff.

    #45460

    In reply to: RC2 Upgrade issues

    Jeff Sayre
    Participant

    Dbascent94-

    Are you still having issues? A week ago you posted this:

    I tried using the default themes and the same problem persists. I could really use a pointer on where to even begin looking for a fix for this

    But you failed to tell us which version of BuddyPress you are running. Two weeks prior, you stated that:

    I downgraded to RC1. I am going to wait for 1.0 and then try again.

    Does your problem exist when using the public release version 1.0?

    #45459
    Jeff Sayre
    Participant

    We don’t have sufficient information to beginning helping either of you. Please read this and post accordingly: https://buddypress.org/forums/topic.php?id=2674

    #45455
    Jeff Sayre
    Participant

    Log into WPMU backend as site admin. Go to Appearances > Plugins. The version of all your plugins, including BuddyPress, is displayed there.

    Here’s the versioning info you should see with regards to the BuddyPress plugin:

    For BP public release version 1.0 –> 1.0

    For BP RC2 –> 1.0-RC2

    For BP RC1 –> each individual BP component will show up as it’s own plugin.

    As of r1303, which is where RC2 started I believe, BuddyPress was turned into one, big plugin suite.

    #45451
    nicolagreco
    Participant

    in the bp-core.php if i’m not wrong, at the top of the file the version is displayed another way is wp-admin ->site admin -> buddypress, look at the bottom of the page, it should be displayed

    #45450

    In reply to: Error creating groups

    Jeff Sayre
    Participant

    If you’re still having this issue, you need to remove as many variables as possible. Since you are using a custom theme and a number of 3rd-party plugins, this is where you should focus your efforts.

    Before starting this process, make a backup of your MySQL DB just in case. Also, it is advisable that you back up all your custom themes and 3rd-party plugin files just in case you make some major mistake.

    Now, switch to the standard themes that come with BuddyPress. Try creating a group again. If the problem appears to be resolved, switch back to your custom themes and try creating a group again. If the problem returns, contact the theme designer.

    Next, assuming the problem still exists with the standard BuddyPress themes, you should deactivate your 3rd-party plugins one at a time. Deactivate just one, try creating a group again. If the problem still exists, then deactivate another 3rd-party plugin. Keep doing this until either the problem goes away, or all 3rd-party plugins are deactivated. You can also go about this the other way: deactivate all plugins except BP and then reactivate one at a time, checking to see if the issue occurs again with each new reactivation.

    If you find that the problem goes away after a particular 3rd-party plugin is deactivated, then you may have found the culprit. Contact the developer of that plugin and ask for advice.

    Please report the results back in this thread.

    #45449
    gpo1
    Participant

    @Scotm, Am interested in that also integrating P2 theme with this twitter plugin.

    & tweet from wire!

    #45442
    Jeff Sayre
    Participant

    This is actually a WPMU question, but I think you should find an answer here: https://buddypress.org/forums/topic.php?id=2042

    Burt Adsit
    Participant

    I installed 1.0 from the download link.

    Changed the slugs: BP_GROUPS_SLUG, BP_MEMBERS_SLUG, BP_FRIENDS_SLUG, BP_WIRE_SLUG

    Applied wire_patch_three.patch

    Works for me. I logged in to your site and noticed that this line wasn’t changed which is the problem:

    Line 368, in bp-wire/bp-wire-templatetags.php

    return apply_filters( 'bp_get_wire_delete_link',
    '<a href="' . wp_nonce_url( site_url( $bp->groups->slug . '/' . $uri . '/' .
    $bp->wire->slug . '/delete/' . $wire_posts_template->wire_post->id ),
    'bp_wire_delete_link' ) . '">[' . __('Delete', 'buddypress') . ']</a>' );

    Your install still says ‘wire’ in the delete url instead of ‘pinnwand’. Looks like the patch wasn’t fully installed? This is on: http://sven-lehnert.de/

    Change line 368 to be $bp->wire->slug instead of $bp->{$bp->current_component}->slug and it’ll work. See the difference in the two lines here: https://trac.buddypress.org/attachment/ticket/723/wire_patch_three.patch

    kocm
    Participant

    @alunsina I don’t think that’s the case for me as I don’t have any other plugins running. i wanted a clean install of wpmu, test with posts and signups, etc. for couple of weeks. Upon successful test of wpmu, install bp.

    @burt adsit: I am not able to read my error log. i’ve requested the logs from my site host. the directory won’t let me browse the files via ftp. as for the apache logs and whatnot, I’ve asked for those too. so far nothing. i’m at an impasse here. it’s frustrating because that seems to be the question everyone asks and I don’t see a clear way of getting that data. i’m on hostmysite if that helps somebody tell me where to look.

    #45422
    belogical
    Participant

    disabled the old theme so this is a non-issue.

    2864451
    Inactive

    Does anyoone know how to do it? I’ve spent hours with the totska plugin trying to get it to work, so that i can have a cahtbar like on facebook, but cannot get it to work.

    #45416
    nicolagreco
    Participant

    i like the caching mechanism inclusion, better will be if it will be cached with the built in system wp_cache_set & family

    #45415

    In reply to: Problems with encoding

    Jeff Sayre
    Participant

    Shakera-

    If I understand your issue, you are having problems localizing BuddyPress into Cyrillic.

    Please check this BuddyPress codex page first as there is a translation of BP for Bulgarian.

    If you are making your own translation, then you should read the Translating WordPress codex page.

    #45414
    Lance Willett
    Participant

    Kunal17,

    Is there anything else in your “bp-custom” file? Also make sure there are no spaces before and after the opening and closing <?php> tags.

    Could you post the entire contents of the “bp-custom” file to http://buddypress.pastebin.com/ so we can look at it?

    #45413
    belogical
    Participant

    sounds awesome! will this be integrated into the buddpress status updates that will be incorporated soon?

    #45412

    In reply to: no bp-core.php?

    Jeff Sayre
    Participant

    The core Buddypress files do not live in /mu-plugins/ anymore. They should be in /plugins/ instead. If the location of BuddyPress is hardcoded into the Toksta chat plugin, then that is the problem.

    Contact the Toksta chat developers and ask them to update their plugin to the proper path–and not via a hardcoded path.

    #45411
    2878458
    Inactive

    I’m excited about this, its almost exactly what i was looking for…

    I would however really like to see tweet by wire integration (perhaps a small check box that says tweet this)

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