Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 56,001 through 56,025 (of 68,917 total)
  • Author
    Search Results
  • #69256
    modemlooper
    Moderator

    Same for me , upload failure

    #69255
    chembro303
    Member

    WP 2.9.2, BP 1.2.2.1

    Installed and tested upload of a small JPEG… it just shows “failed” and a little x with the filename.

    I tried for a little while to troubleshoot but I’m not sure what should happen if it’s working so I’m not sure where to look… i.e. I am not sure what I should be looking for. Database entry? File uploaded to certain place on my server?

    #69250
    holymk2
    Member

    mine is running on ubuntu.

    #69246
    etuportal
    Member

    You should wordpress mu and buddypress because you want to social network (supports buddypress) and blog for every user (supports wordpress mu).

    peterverkooijen
    Participant

    I’m trying to add the Facebook URL to a custom xprofile field. Adding this query to _process_login.php, like I did here with other queries, doesn’t work:

    $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->bp_xprofile_data} SET value = %s WHERE ID = %d AND field_id=3", $fbuser['profile_url'], $user_login_id ) );

    It does get stored in wp_users, but I need to figure out how to connect this plugin to xprofile anyway.

    Gianfranco
    Participant

    Ok, this worked for me (I hope it fixes evrybody else):

    Go to Settings -> Miscellaneous Settings

    Set “Store uploads in this folder” to “wp-content/uploads”.

    Set “Full URL path to files” to the REAL FULL PATH of your uploads.

    Then change bp-core-avatars.php line 389:

    Replace:

    if ( !$path = get_option( ‘upload_path’ ) )

    $path = WP_CONTENT_DIR . ‘/uploads’;

    With:

    if ( !$path = get_option( ‘upload_path’ ) )

    $path = WP_CONTENT_DIR . ‘/uploads’;

    else $path = ABSPATH . $path;

    It fixes the problem.

    Source: https://buddypress.org/forums/topic/avatar-upload-issues/page/2

    #69228
    ecurtain
    Participant

    Yep. I just received responses from Brajesh and a couple of users, who say BP-Gallery does work on standard WP.

    #69225
    foxly
    Participant

    @pcwriter – In short: no, not with the default BP template. Our plugin gets loaded “inside” the BuddyPress template, so it is constrained by how that template is laid out. If you’re using a custom template though, then you can put the output from the plugin anywhere you want on the screen.

    @Gpo1 – Adding media attachments in comments as implemented on FaceBook is a major project. It requires a substantial amount of JavaScript coding and quite a few new functions in the plugin backend. We’ll get to it when we can, or perhaps once we release version 0.1.7 maybe somebody might like to *extend* our plugin to add this feature … :)

    ^F^

    #69224
    chopo87
    Participant

    I relay need the functionality to allow users to upload documents to their profile to. I’ve been-trying to modify the Group Documents plugging, but unfortunately I don’t have enough wordpress/buddypress/php knowlage to do so. Is their a way I can hire someone to write the plugin for me?

    #69221
    mrjarbenne
    Participant

    @dwenaus. 1.2.1 fixed it up for me. Thanks for the quick support.

    #69218
    Paul Wong-Gibbs
    Keymaster

    Are both of you running servers with IIS? If so, it’s a server issue and there are workarounds/fixes: google for “wordpress index.php IIS”

    #69213
    holymk2
    Member

    That happens also to me. Please help. thx

    #69210
    mikekist
    Member

    I seem to be having the same problem and not sure how to fix it. I have the latest wordpress and buddypress. WordPress seems to be working just fine until I activate buddypress plugin.

    The admin says that you must change permalinks to something other than default so I tried all of the other choices to no avail. I also activated the default buddypress theme but I get links like:

    http://buddypress.kistenterprises.com/members/admin/profile/public/

    leading to 404 errors when I have the permalink selected that looks like:

    http://buddypress.kistenterprises.com/index.php/archives/123

    Obviously I need to set up a custom permalink but not sure how to structure it.

    Any Help? Thanks.

    #69204
    bOingball
    Member

    Signing in with my correct account (banfi is my surname ;-) )

    @etiviti,

    Cheers!

    I’ll release the plugin tomorrow when I’m at home and have the SVN access to upload to the wordpress site.

    The only thing I’ve not added is ordered and unordered lists. so when enabling the buttons for the other you may want to take these out until at some point I can get that working? :)

    it supports everything else though as well as the color tag.

    Cheers

    bOing

    #69200
    rich! @ etiviti
    Participant

    I’m releasing an update to the the bbcode plugin – it’s not online yet but coming soon : https://wordpress.org/extend/plugins/boingball-bbcode/

    awesome! i’ll update my plugin to refer to this one – and an option to output the bbcode buttons too

    mean I have to do …

    don’t forget to remove the closing endif statement.

    bobin1983
    Participant

    @justin_k I want to add the button to the WP login rather than buddypress sidebar – how do I do that?

    Cheers

    Mariusooms
    Participant

    This is the code for pagination:

    <div class="pagination">
    <div class="pag-count"><?php bp_activity_pagination_count() ?></div>
    <div class="pagination-links"><?php bp_activity_pagination_links() ?></div>
    </div>

    It is already on that page, but it wrapped in <noscript> tags. Just remove those tags and should be good for the top of the page. Just repeat that code somewhere at the bottom, preferably just before the <?php else : ?> statement.

    To remove to “load More” tab remove or uncomment the following code on that same template:

    <?php if ( bp_get_activity_count() == bp_get_activity_per_page() ) : ?>
    <li class="load-more">
    <a href="#more"><?php _e( 'Load More', 'buddypress' ) ?></a>   <span class="ajax-loader"></span>
    </li>
    <?php endif; ?>

    Also look at this codex page, it could be helpful to show you a number of things:

    https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/

    JK
    Participant

    By the way, when you installed it, did you have to change any settings? Specifically, was “Disable Buddypress Filters” de-selected by default? It should be checked by default on WordPress (it is), and un-checked by default on BuddyPress.

    idotter
    Participant

    :-(

    #69177
    r-a-y
    Keymaster

    If you just care about your BP data, export all database tables with “wp_bp_” prefixed in them, as well as the “wp_users” and”wp_usermeta” tables.

    Preferably try this on a new install of standard WP with BP installed on a local testbox.

    Then try importing the tables you exported above into your testbox’s db.

    Disclaimer: This is all theoretical!

    There might be a few things you need to manually change in the SQL export, but I’m not sure at this point.

    Also, hope you’re not using user blogs on WPMU!

    #69176
    r-a-y
    Keymaster

    You might want to ping Brajesh and ask him if BP-Gallery really only supports WPMU.

    Would be surprised if it didn’t support standard WP.

    Glad that more alternatives are popping up though!

    #69174
    ecurtain
    Participant

    You might also consider BP Album+ at http://flweb.it/buddypress-album-plus/

    It’s free and worked fine with my single user BuddyPress installation. Users only have one gallery however.

    Buddydev’s BP-Gallery plugin supports multiple user galleries, but requires WP-MU.

    It’s a tough decision for me – limit users to a single gallery, or upgrade the site to WP-MU?

    #69173
    r-a-y
    Keymaster

    oEmbed for BuddyPress – works with activity streams and forum posts

    https://wordpress.org/extend/plugins/oembed-for-buddypress/

    Only works with BP 1.2.

    #69172

    In reply to: BuddyPress Maps

    Anton
    Participant

    I’m running bp 1.2.2.1 and wp single 2.9.2

    I still get this error on my profile when I try to set a marker: Error occured while trying to save marker information

    #69169
    modemlooper
    Moderator

    Can you please wrap the profile header output in a div with a class? I keep doing this and it gets knocked off on every update.

    Thanks!

Viewing 25 results - 56,001 through 56,025 (of 68,917 total)
Skip to toolbar