Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 58,426 through 58,450 (of 69,016 total)
  • Author
    Search Results
  • #62860
    m@rk
    Participant
    #62856
    rich! @ etiviti
    Participant

    see my post

    https://buddypress.org/forums/topic/all-links-are-working-minus-my-adminauthorall-of-my-pages

    that was my fix to get around the inconsistent username stuff (default everything to nicename for the urls)

    #62855
    msrecko
    Participant

    Hi,

    I’m using WPMU 2.9.1, BP 1.2rc2, BP links 0.3b, BP – Default theme (no child theme)

    I’m admin/founder of http://blogge.rs “My links” at home page show me all links not only mine (same things are with buddypress profile ….).

    Tnx,

    Srecko

    #62853
    zooney
    Participant

    To anyone who happens upon this post in desperation…

    After posting this issue in BuddyPress’s bug tracking system, I was informed that I needed to set:

    define( ‘BP_ENABLE_USERNAME_COMPATIBILITY_MODE’, true );

    …in wp-config.php

    This seemed to resolve some of the issues, but not all of them. For some reason BuddyPress’s theme still seems to be forming the incorrect URIs in some areas.

    So, that may help in your case. I’ve actually reopened the issue to see if there’s anything further that can be done…

    #62852
    nig3d
    Participant

    yooohooo

    #62848
    Andrea Rennick
    Participant

    Actually…. yeah, you can do this in MU. Theoretically. Buddypress doesn’t care what the domains are, and it’s not multi-site aware. (the old site term, not the new one)

    So I’m pretty sure you can do this with the multisite plugin, bp & mu, without too much tinkering.

    disclaimer: not wpmuguru, but I work in the same office ;)

    #62847
    Andrea Rennick
    Participant

    Lisa has done her best to keep up with as many changes as the software. I think Andy did the technical editing as well.

    So it may not be as out of date as you think. ;)

    #62846
    fastfido
    Participant

    That’s cool someone took the time to write a book on Buddypress. Unfortunately there is the lag time with printing paper. I like the model used by the guys who did “Digging into WordPress”.

    You can get a print copy but you also get a digital download with a lifetime (what ever that will mean) of updates. What ever the vehicle for the PDF book is that they used I don’t know but it is good and easy to use. I really like having it and look to it before Googling an answer (time suck).

    #62845
    Xevo
    Participant

    Put your site in maintenance and do a clean install, then copy your data/theme?

    If you try to copy a wpmu install with buddypress, you’ll run into a lot of problems, its ten times easier to just do a clean install.

    #62844
    Boone Gorges
    Keymaster

    You’re right that the codex doesn’t always keep pace with the code. If you find something wrong in the codex, please take the initiative to fix it.

    When troubleshooting, the most surefire way to figure out (for example) which arguments a given function takes is to look at the definition of that function, where the core coders do a great job of documenting what goes in and out of the main functions. I believe that bp_has_activities is defined in bp-activity/bp-activity-templatetags.php, but you can always find where a function is defined by shelling into your buddypress plugin directory (or keeping a local copy on your hard drive) and typing something like the following from the command line (unix/mac):

    grep -nR 'bp_has_activites' ./

    By scanning that list you should be able to find where the function is defined.

    Another really great tool is the php xref http://bp-dev.org/phpxref/nav.html?_functions/index.html, but you should keep in mind that the version of BP cross referenced will not necessarily match your own.

    #62843
    David Lewis
    Participant

    So true though. Not to diminish Lisa’s effort however. It’s a ton of work to write a book and it doesn’t pay well at all. It’s mostly a labour of love. But we’re the hardcore BP geeks here. I’m sure that the book will be quite useful to the average ‘joe’ and will sell well. And once the first version of a book is written… it’s not nearly as much work to update it for newer versions of the software.

    #62842
    David Lewis
    Participant

    There is a config file setting that will allow you to run BP on all of your user blogs… so you could run BuddyPress on as many sub-domains as you wish. I have no idea how you might run one instance on multiple fully qualified domains however. That doesn’t sound possible to me. But I’m no networking guy.

    define ( 'BP_ENABLE_MULTIBLOG', true );

    https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/

    #62841
    David Lewis
    Participant

    It’s tricky. I agree. I might register a subdomain for staging (say dev.mydomain.com) and get everything good to go there. I would not use a folder on production. BuddyPress isn’t happy living in a folder and I think it would be more of a pain to go live. If you use a subdomain, switch the domain over to http://www.mydomain.com when you’re ready to go live. But things will have to be changed in the DB (mostly in the wp_sitemeta table but also in a few other tables I think) and in the wp-config file.

    But I’m no networking genius. So don’t listen to me!!! I’m mostly a designer / html guy. Maybe others have better ideas of how to manage development.

    #62840
    Mark
    Participant

    This may help (thanks to Boone). It’s written for BP 1.1.3 which has the same problem with private posts/comments in the site wide activity stream. If you try this solution let us know if works on your BP 1.2 install.

    https://buddypress.org/forums/topic/hidden-blog-posts-from-private-blogs-in-sidewide-activity-stream#post-32757

    #62839

    Ok so I wrote a cute little widget for this so it’s easy to use. It’s my first plugin, so please be nice ;) Let me know if there’s anything with how it’s written. I’m sending it through the “Submit a Plugin” section in the BP repository. Thanks for the help!

    #62835
    _tomr
    Participant

    I did it! Jesus Christ, took me more than 4 hours to find that one line. It’s in activity-loop.php. Now, that was the easy part.

    <?php if ( bp_has_activities( 'action=activity_update' ) ) : ?>

    that’s how it’s supposed to look if you want to hard code the filter to one specific value. The hard part was finding out the proper argument for the bp_has_activities function. Well, now I got it. But seriously, why are you making it so hard for users to modify?

    Anyway, thats how it looked before editing:

    <?php if ( bp_has_activities( bp_dtheme_ajax_querystring( 'activity' ) ) ) : ?>

    I tried using the docs for buddypress, specifically this page:

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

    But is it outdated, or is it just the wrong page for what I was looking for?

    #62834
    gpo1
    Participant

    Auto embedding does it mean if user uploads media to youtube ,it then embeds into BP link.

    Like auto-stream without copy& paste ?

    #62833
    Anton
    Participant

    The RSS feed doesn’t work. If you click the RSS feed link from the /links directory you are routed to the home page. When clicking on “comments” on the feed, you are taken to the comment list but site wide activity stream is also viewable underneath the comments.

    #62831

    Ah, perfect. Thank you! :)

    #62830
    Andy Peatling
    Keymaster

    <?php if ( bp_has_members( 'user_id=' . bp_loggedin_user_id() ) ) : ?>

    #62829

    Yes hardcoding works, but I am making a “My Friends” widget and I want to show the logged in user’s friends.

    #62828
    Andy Peatling
    Keymaster

    Try hardcoding with a user_id to begin with to see if that works:

    <?php if ( bp_has_members( 'user_id=1' ) ) : ?>

    #62826

    user_id=’ . $user_id . ‘&type=alphabetical&per_page=0’ doesn’t seem to filter it to only friends of that user … looks like it’s posting random members. Not sure what I’m doing wrong since I get no errors.

    Code:
    <?php if ( bp_has_members( ‘user_id=’ . $user_id . ‘&type=alphabetical&per_page=0’ . $instance[‘max_members’] ) ) : ?>

    #62825
    Paul Wong-Gibbs
    Keymaster

    When? Soon.

    #62819
    frenzi
    Participant

    am trying on new realease buddypress 1.2rc2

Viewing 25 results - 58,426 through 58,450 (of 69,016 total)
Skip to toolbar