Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 58,426 through 58,450 (of 68,949 total)
  • Author
    Search Results
  • #62756
    peterverkooijen
    Participant

    This issue was discussed here.

    #62753
    modemlooper
    Moderator

    please do a beta i’m using single WP and would test it out :)

    #62752
    MrMaz
    Participant

    @arnonel

    Yeah, its pretty much done. I still need to test it on a single wp install.

    I am not going to do an official release until Andy tags BP 1.2 final, but I might do a beta release before then.

    #62749
    Windhamdavid
    Participant
    #62745
    r-a-y
    Keymaster

    Hey gang,

    For those installing BP in a secondary blog, does the message autocomplete username feature work for you?

    https://trac.buddypress.org/ticket/1812

    It doesn’t work for me. Just making sure if someone else can duplicate this issue.

    #62742
    arnonel
    Participant

    Dude.

    Any luck with support for 1.2 ?

    :)

    #62741
    abcde666
    Participant

    yeah, I am also still waiting for a User-Blogs-Theme which has the same look & feel as testbp.org

    https://trac.buddypress.org/ticket/1837

    … not sure why this might be “intrusive” ?

    #62740
    chengdu-living
    Participant

    Oops, sorry! Here’s the info:

    1. Which version of WP/MU are you running? WP 2.9.1

    2. Did you install WP/MU as a directory or subdomain install? directory

    3. If a directory install, is it in root or in a subdirectory? subdirectory (add-on domain)

    4. Did you upgraded from a previous version of WP/MU? If so, from which version? No

    5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.

    6. Which version of BP are you running? 1.2 Release Candidate

    7. Did you upgraded from a previous version of BP? If so, from which version? No

    8. Do you have any plugins other than BuddyPress installed and activated? No

    9. Are you using the standard BuddyPress themes or customized themes? Default theme

    10. Have you modified the core files in any way? No

    11. Do you have any custom functions in bp-custom.php? No

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? I’m trying to use the auto installer

    13. Please provide a list of any errors in your server’s log files.

    14. Which company provides your hosting? Lithium Hosting

    #62739
    peterverkooijen
    Participant

    I used this plugin for a one-time, scary users import operation. Not sure if that’s helpful for your issue.

    The WP/WPMU/BP members database is a patchwork designed to be as incompatible as possible with whatever else you might dream of using.

    #62737
    geoffm33
    Participant

    OK, I was able to reload WordPress into the doc root to avoid my issue. The particular topic I suppose is resolved but this seems like it is still an issue for WP admins that installed into a subdir of their domain.

    #62731
    symm2112
    Participant

    Is anyone else using gigya plugin or facebook connect and running buddypress on a separate blog than their root blog? I’d really like to know how you’re syncing your users.

    #62726
    geoffm33
    Participant

    This is current WP trunk specific?

    I may just try to reload wordpress in the document root.

    #62725
    Windhamdavid
    Participant

    i’ll test non-multisite in a sec, but i believe it worked smoothly because

    bp_core_get_site_path is dependent on ‘if ( bp_core_is_multisite() ) $site_path = $current_site->path;’ in bp-core.php #1514

    don’t get me wrong, someone may come along with an easier solution for u to use.

    #62724
    Windhamdavid
    Participant

    OK ~ i was able to get the bp 1.2 default running perfectly using a subdirectory install with the current wp trunk I am using multi-site ~ with only one modification –

    Make sure your rewrite base for .htaccess is correct in your root and these are also correct.

    $base = '/~david/your_root/';

    define('DOMAIN_CURRENT_SITE', '127.0.0.1' );

    define('PATH_CURRENT_SITE', '/~david/your_root/' );

    ..and then add this to you wp-config pointing to your subdirectory wp-content

    define( 'WP_CONTENT_URL', 'http://127.0.0.1/~david/test/whatever_your_subdirectory_is/wp-content');

    #62723
    symm2112
    Participant

    Self edited for advertising. Sorry djpaul.

    Personally i’ve used and worked with picture album from manoj and I thought that was a very great plugin back in 1.0. With 1.2 coming shortly, I’m finding that bp-gallery will allow my site to do much more that I need for my site. My site is a media/magazine site which will rely heavily on video/audio/photos and galleries and albums will be a core component. I’m a participant in the bp-gallery beta and so far, it supports audio/video/photos and now the issues are really just tweaking and helping with usability. I know that buddydev is an active participant in the buddypress-dev chats and I’m not sure how much development Manoj is doing these days.

    #62721
    David Lewis
    Participant

    I believe the only file required for a child is style.css. If it’s literally just one line of CSS… I’d probably put it in that file. So for instance:

    /*
    Theme Name: My Child Theme
    Template: bp-default
    Tags: buddypress
    */

    /* Parent styles */
    @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );
    @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );

    /* Custom styles */
    body {background: #cf0;}

    #62720
    geoffm33
    Participant

    Thanks! Yeah I had fixed the links in header.php but they are indeed used throughout the site (profiles, groups, forums, etc).

    #62719
    Windhamdavid
    Participant

    uhuhm… actually there are a lot of other places that site_url() is used, so that fix won’t work entirely.

    #62717
    Windhamdavid
    Participant

    You can just switch out <?php echo site_url() ?> in you header.php and register.php theme files with you blog url.

    ~ of course it’ll break running the same default bp theme under multiple ‘sites’ (subdomains/directories). This may be a good enhancement ticket so that ~ if ( bp_core_is_multisite() ); $current_site or site_url can run under the blog url and not the site_url

    #62715
    Andy Peatling
    Keymaster
    Windhamdavid
    Participant

    fixed in trunk ~ https://trac.buddypress.org/changeset/2620please mark as closed.

    #62711

    In reply to: How to create forums?

    Dainismichel
    Participant

    bedo02, followed your advice multiple ways. Been posting quite a bit and would love some code excerpts for how to make certain things show up in the forums. For example, with the one-click, only groups show up, and I’d like to replicate what BuddyPress does here https://buddypress.org/forums (displays “Main Themes”).

    I’m able to access bbPress’s admin, but I don’t know how to make the forums and posts made there show up in BuddyPress. Been posting and could really use some code examples.

    Related Posts:

    https://buddypress.org/forums/topic/whats-the-code-for-the-way-buddypressorg-displays-its-forums

    https://buddypress.org/forums/topic/how-to-access-to-bbpress-admin-from-buddypress

    https://buddypress.org/forums/topic/bp-12-and-bbpress-adminplugins

    https://buddypress.org/forums/topic/how-to-create-a-main-theme-in-buddypressbbpress-forums

    https://buddypress.org/forums/topic/how-to-create-forums-in-bbpress-within-buddypress

    #62709
    David Lewis
    Participant

    @MrMaz: BuddyPress does use home.php if it exists in your child theme. It just can’t seem to use BOTH index.php (for /blog/) and home.php (for /). It used to be able to use both.

    @Mike: Thanks. All that does however is create a link to /blog/. What I needed was for /blog/ to use index.php.

    In the meantime I’ve actually solved this quite simply. Forget all the homepage settings stuff. All I did was create a page called “Blog” and assigned a custom template to that page. In that template, instead of using the normal index.php loop… i.e.:

    <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

    which would return posts based on the slug (so it only returns the page that you’re on if you’re on a regular “Page”)… I used this (to return all posts in the DB):

    <?php $postslist = get_posts('order=DESC');
    foreach ($postslist as $post) :
    setup_postdata($post); ?>

    <!-- Posts Loop Here -->

    <?php endforeach; ?>

    #62708
    Mike Pratt
    Participant

    @David I just created a page called ‘blog’ (which defaults to ‘blog’ for that page’s slug

    The following menu item in header.php:

    <li<?php if ( bp_is_page( BP_HOME_BLOG_SLUG ) || bp_is_blog_page() &&
    !is_front_page() && !is_page() )
    : ?> class="selected"<?php endif; ?>>
    <a>/<?php echo BP_HOME_BLOG_SLUG ?>/" title="<?php _e( 'Blog', 'buddypress' ) ?>">
    <?php _e( 'Blog', 'buddypress' ) ?></a>

    renders a menu item domain.com/blog, just like it used to.

    You need to make sure you choose that page in Settings>Reading ‘Posts page’

    On further reading of your post, maybe I don’t understand. I just know, what I described produces the exact same results as prior to the change (and removal of home.php)

    #62705
    MrMaz
    Participant

    @David Lewis

    Not sure if you are aware that home.php was completely removed from the default theme in trunk? You may know this already, but just wanted to make sure.

    If you still have a home.php in you child theme, I am not sure that BuddyPress is even looking for it.

    Just throwing some stuff out there in case it helps break anything loose.

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