Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 63,851 through 63,875 (of 69,054 total)
  • Author
    Search Results
  • #48945

    In reply to: BuddyBar for bbPress

    Props to r-a-y and John James Jacoby (the latter of whom put up with my self-inflicted stupidity that made me … whinge)

    My layout is pretty much what I want, and everything appears to be working, so it’s time to look at the non-essential, but gosh that’s weird problem.

    If you go to my forums, the ‘BuddyPress’ link on the top left is vertically weirded. Which is the only way I can describe it. Should I just beat it into submission with css, and assume it’s a css conflict of names?

    #48941
    José M. Villar
    Participant

    I used http://theeasybutton.com/blog/2009/04/30/integrating-buddypress-10-wpmu-and-bbpress/

    But I do not know which versions U R intending to install & integrate.

    Murphygonzalez
    Participant

    @r-a-y

    Thanks for the link. That helps a lot.

    Jeff Sayre
    Participant

    Brian-

    You should ask this question as well in the WPMU forums as it is the WPMU registration functions that allow usernames to be created with a space in them and it is the authentication functions (when a user logs in) that then has an issue with the space.

    I do not know if this has already been addressed in a newer version of WPMU, but Andy is aware of this issue and I assume that he has communicated it to Donncha.

    You are limited in what you can do, but deleting the username is not advisable.

    You could manually edit each user account that has this issue. If you do so, you’ll of course first want to make sure you have a backup of your database. But, if you go this route, you’ll need to tell each of those affected users that you have changed their login credentials. Otherwise, they will not be able to log in.

    As far as changing the display name, that will have no affect on the username. Those are two different pieces of data.

    #48931

    In reply to: Group forums meta data

    Jeff Sayre
    Participant

    Since this relates to bbPress specifically, I would ask this question in the bbPress forum.

    To have the topic title as the page tittle, the topic first post as the meta description and the tags as the keyword would be ideal and really boost the seo of the forum posts.

    You should first focus on all the other things that have the greatest SEO impact (like creating quality content).

    Since you cannot control the content of your forums–it is generated by all your users after all–I think the best SEO booster for bbPress was just implemented by Sam. See this link: https://buddypress.org/forums/topic/buddypress-forums-now-use-pretty-permalinks

    #48929
    Jeff Sayre
    Participant

    Hey, I didn’t receive a spam message. I guess I’m just not popular. ;(

    @socialpreneur-

    The BuddyPress Privacy component will allow users the ability to decide who can send them PMs.

    #48920
    lokers
    Participant

    thanks Burt, just upgraded the forum and all these tricks are working now!

    Now I have to integrate it with buddypress groups, I guess I will lose another hours/days as I can already see an error message “There was an error posting that topic.” when I try to submit new topic via bp

    Thanks anyway for the hint in the wpmu/bbpress integration part.

    #48919
    Paul Wong-Gibbs
    Keymaster

    https://buddypress.org/about/roadmap/ – v1.1 apparently August 17, 2009.

    #48912

    In reply to: BuddyBar for bbPress

    Warwick Booth
    Participant

    Hi There

    I have installed the buddypress bar for the forums . But i am not getting any link displaying, just the css, the actual buddypress menus are not there.

    Click here for the forums

    Click here for the wordpress install

    We have used the deep integration and i have added the lines to my bb-config.php, the path to the file is correct.

    I have added the two functions ie

    add_action( 'bb_head', 'bp_core_add_js' );
    add_action( 'bb_admin_head', 'bp_core_add_js');

    You can ignore the “invite new member” link on the top right hand side, its just a div postioned as absolute.

    #48911
    lokers
    Participant

    I forgot to mention my installation details:

    1) wpmu 2.7.1

    2) buddypress 1.0

    3) bbpress 0.9.0.4

    Also, I think this might be very important thing. When I am loged in to forum as an forumadmin and I go in another tab to wp-admin page, I’ve got this message straight away on my screen: “Please log in again.”. Even before I type something………

    [PANIC]

    #48906
    Robert
    Participant

    ok, here’s my first buddypress powered site ready to go public.

    As you can see my theme was very much inspired but the buddypress website.

    Hope you like.

    http://wildlifefans.com

    #48905
    Michael Berra
    Participant

    Ok, I created a ticket: https://trac.buddypress.org/ticket/837

    #48904

    In reply to: BuddyBar for bbPress

    I actually just brought that up to Sam on IRC about 24 hours ago, as the same thing is happening here at buddypress.org also. Good catch. :)

    3125432
    Inactive

    This is almost like a sci-fi movie! The system continues to learn, and not from users logging in to the system. At 3 pm, there were 250 members listed in the Member directory by counting each of the listings for all of the letters. By 7:30 pm, there were 300 members listed in the Member directory. Since our Buddypress folder is login protected, no one has accessed the yet to be announced social network.

    But I am also shocked by something else – user avatars are starting to populate the member directory profiles and yet because of our member login script, I can see who has logged in to our website and it has been all of three people this afternoon.

    This makes me think there is some external wordpress connection where people who have a wordpress account somewhere else have their avatars associated with an identical email to those profiles in our Buddypress installation.

    This would also give logic to Andy’s explanation that the member’s appear after they have logged in. If those members are wordpress enabled somewhere else and are logging in, perhaps their profiles are suddenly populating the Member Directory.

    Does that make sense? I certainly hope so because otherwise I will freak that there is a security breach in the system.

    – Brian

    3125432
    Inactive

    Fixing the username with a space in it – what are the options?

    1. Delete the user and fix the username in the external database?

    2. Change the settings in the site admin ‘users’ for the display name?

    I ask because I have endured 4 system crashes and I am less than eager to recrash. Does the system remember the email addee if the user has been deleted, or is the entire user record wiped from the db tables?

    Thanks everyone for your thoughts, in advance, and thanks to Jeff Sayre for directing me to this topic.

    – Brian

    #48886
    chrisknade
    Participant

    I have tried it, with this code

    <?php get_header(); ?>

    <div id="content" class="widecolumn">
    <h2 class="widgettitle"></h2>
    <div id="localphone">
    <?php if ( bp_has_site_groups() ) : ?>

    <div class="pag-count" id="group-dir-count">
    <?php bp_site_groups_pagination_count() ?>
    </div>

    <div class="pagination-links" id="group-dir-pag">
    <?php bp_site_groups_pagination_links() ?>
    </div>
    <?php while ( bp_site_groups() ) : bp_the_site_group(); ?>
    <?php $localPhone = bp_get_the_site_group_name() ?>;
    <?php if ($localPhone=="Manchester" || $localPhone=="Test Group") {
    echo '<dl>';
    echo '<dt><a href="http://business-chamber.com/featured-<?php bp_get_the_site_group_name() ?>/" title=""><?php bp_get_the_site_group_avatar_thumb() ?></a></dt>';
    echo '<dd><?php bp_get_the_site_group_name() ?></dd>';
    echo '</dl>';
    } else {
    echo 'hello';
    }
    ?>
    <?php endwhile; ?>

    <?php else: ?>

    <div id="message" class="info">
    <p><?php _e( 'There were no groups found.', 'buddypress' ) ?></p>
    </div>

    <?php endif; ?>

    </div>

    <?php get_footer(); ?>

    Im now getting

    ;

    ;

    hello;

    I definately have the 2 test groups there and it is doing something right, as in only returning the hello for the last one where I don’t have a || condition.

    r-a-y
    Keymaster

    Can you post your full <ul id=”header”>?

    I have a feeling something is messing up there.

    Actually you know what?

    Use the default header from the original bpmember theme… and see if you get any weird bugs.

    <ul id="header">
    <li<?php if ( bp_is_page( 'home' ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php _e( 'Home', 'buddypress' ) ?></a></li>
    <li<?php if ( bp_is_page( BP_HOME_BLOG_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php bp_home_blog_url() ?>" title="<?php _e( 'Blog', 'buddypress' ) ?>"><?php _e( 'Blog', 'buddypress' ) ?></a></li>
    <li<?php if ( bp_is_page( BP_MEMBERS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_MEMBERS_SLUG ?>" title="<?php _e( 'Members', 'buddypress' ) ?>"><?php _e( 'Members', 'buddypress' ) ?></a></li>

    <?php if ( function_exists( 'groups_install' ) ) { ?>
    <li<?php if ( bp_is_page( BP_GROUPS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_GROUPS_SLUG ?>" title="<?php _e( 'Groups', 'buddypress' ) ?>"><?php _e( 'Groups', 'buddypress' ) ?></a></li>
    <?php } ?>

    <?php if ( function_exists( 'bp_blogs_install' ) ) { ?>
    <li<?php if ( bp_is_page( BP_BLOGS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_BLOGS_SLUG ?>" title="<?php _e( 'Blogs', 'buddypress' ) ?>"><?php _e( 'Blogs', 'buddypress' ) ?></a></li>
    <?php } ?>

    <?php do_action( 'bp_nav_items' ); ?>
    </ul>

    #48876

    In reply to: BuddyBar for bbPress

    r-a-y
    Keymaster

    One other bug I encountered when using the BuddyBar was the second-level menus weren’t popping out in bbPress.

    I found out that the problem is due to some CSS rules overriding one another.

    In /plugins/buddypress/bp-core/css/admin-bar.css, move line 177 under

    #wp-admin-bar ul li:hover ul ul, #wp-admin-bar li.sfhover ul li ul {
    left: -999em !important;
    }

    So your admin-bar CSS from line 171 should look like:

    /* third-and-above-level lists */

    #wp-admin-bar ul li ul ul {
    margin: -28px 0 0 183px !important;
    }

    #wp-admin-bar ul li:hover ul, #wp-admin-bar ul li li:hover ul, #wp-admin-bar ul li.sfhover ul, #wp-admin-bar ul li ul li.sfhover ul { /* lists nested under hovered list items */
    left: auto !important;
    }

    #wp-admin-bar ul li.align-right:hover ul {
    right: 0 !important;
    }

    #wp-admin-bar ul li:hover ul ul, #wp-admin-bar li.sfhover ul li ul {
    left: -999em !important;
    }

    #wp-admin-bar ul li:hover ul, #wp-admin-bar ul li li:hover ul, #wp-admin-bar ul li.sfhover ul, #wp-admin-bar ul li ul li.sfhover ul { /* lists nested under hovered list items */
    left: auto !important;
    }

    ... and the rest of it here

    That was the case for me anyway! If you’re using a custom admin-bar CSS, make sure you make the change as well.

    connorg
    Participant

    What i did was go into the header.php file for the bp-home theme, and edited what was within the <ul id=”header”> tag. For example, this is what I have for the Games page I created through the Dashboard: <li<?php if ( bp_is_page( games ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo games ?>" title="<?php _e( 'Games', 'buddypress' ) ?>"><?php _e( 'Games', 'buddypress' ) ?></a></li>. The only differences are those I felt were relative to the new page.such as where it says bp_is_page, I put games into the perenthesis instead of what was there before.

    Jeff Sayre
    Participant
    #48864
    yairnazz
    Participant

    Well if you need the code…. does this help

    function bp_search_form_type_select() {
    // Eventually this won't be needed and a page will be built to integrate all search results.
    $selection_box = '<select name="search-which" id="search-which" >';

    if ( function_exists( 'bp_blogs_install' ) ) {
    $selection_box .= '<option value="">' . __( 'Games', 'buddypress' ) . '</option>';
    }

    if ( function_exists( 'groups_install' ) ) {
    $selection_box .= '<option value="groups">' . __( 'Groups', 'buddypress' ) . '</option>';
    }

    if ( function_exists( 'xprofile_install' ) ) {
    $selection_box .= '<option value="members">' . __( 'Members', 'buddypress' ) . '</option>';
    }

    $selection_box .= '</select>';

    return apply_filters( 'bp_search_form_type_select', $selection_box );
    }

    function bp_search_form() {
    $form = '
    <form action="' . bp_search_form_action() . '" method="post" id="search-form">
    <input type="text" id="search-terms" name="search-terms" value="" />
    ' . bp_search_form_type_select() . '

    <input type="submit" name="search-submit" id="search-submit" value="' . __( 'Search', 'buddypress' ) . '" />
    ' . wp_nonce_field( 'bp_search_form' ) . '
    </form>
    ';

    echo apply_filters( 'bp_search_form', $form );
    }

    3125432
    Inactive

    Andy,

    Thanks for the reply.

    Wanted to make note of one other strange behaviour. To safeguard our members’ privacy (gay and lesbian sports site), all our members appear in Buddypress and in our website with only their login name. The external plugin member script passed the login name as the “Full Name” to avoid the breach of privacy.

    Now the strange twist: any login name click from the member directory or even the home page that is actually two words, say ‘VW Bug’ with no underscore inbetween returns to the home page and not to the user’s profile. All one word logins, or logins with underscores inbetween, or logins with d.x.batman return the user’s profile.

    Very strange.

    Thanks,

    Brian

    #48853
    r-a-y
    Keymaster

    I think I’ve got it.

    Do you have the same functions.php in your “buddypress-home” theme?

    This is the code that does the magic:

    function bp_show_home_blog() {
    global $bp, $query_string;

    if ( $bp->current_component == BP_HOME_BLOG_SLUG ) {
    $pos = strpos( $query_string, 'pagename=' . BP_HOME_BLOG_SLUG );

    if ( $pos !== false )
    $query_string = preg_replace( '/pagename=' . BP_HOME_BLOG_SLUG . '/', '', $query_string );

    query_posts($query_string);

    if ( is_single() )
    bp_core_load_template( 'single', true );
    else if ( is_category() || is_search() || is_day() || is_month() || is_year() )
    bp_core_load_template( 'archive', true );
    else
    bp_core_load_template( 'index', true );
    }
    }
    add_action( 'wp', 'bp_show_home_blog', 2 );

    #48850
    peterverkooijen
    Participant

    Those are all WP plugins and not WPMU ones.

    I would steer clear of them.

    Wishlist claimed to me their plugin works with WPMU/Buddypress. Haven’t tried it yet, but I trust the MU/BP developers did not break the basic registration process.

    Also MU/BP is obviously a big potential market for these plugins, so you can kinda expect they make sure they work.

    #48848
    r-a-y
    Keymaster

    Okay I think I can safely say it’s a BP theme issue.

    You need to make sure your code is exactly the same as the default wp-content/themes/bphome/comments.php (or wp-content/plugins/buddypress/bp-themes/bphome/comments.php)

    Try that.

Viewing 25 results - 63,851 through 63,875 (of 69,054 total)
Skip to toolbar