Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 16 replies - 151 through 166 (of 166 total)
  • @pjnu

    Participant

    I apologize for accidently marking it as support. geoffm33 and Andrea_r are right to point out it’s a beta, and as such, it shouldn’t be on the main download channels as of yet. Thank you.

    @pjnu

    Participant

    Wow, works like a charm! Thank you very much. This is extremely helpful.

    @pjnu

    Participant

    function bpdev_blog_title($complete_title,$title_old)

    {//hack page title for single article

    global $bp,$current_blog,$post;

    if ( bp_is_blog_page() ){

    if ( is_single() ){

    $title = __( $post->post_title, 'buddypress' );

    if ( defined( 'BP_ENABLE_MULTIBLOG' ) ) {

    $blog_title = get_blog_option( $current_blog->blog_id, 'blogname' );

    } else {

    $blog_title = get_blog_option( BP_ROOT_BLOG, 'blogname' );

    }

    return $blog_title . ' | ' . esc_attr( $title );

    add_filter("bp_page_title", "bpdev_blog_title",10,2);

    }

    }

    return $complete_title;

    }

    It reverts back to the old format for some reason.

    @pjnu

    Participant

    Hmm… I updated the code but it seems to go back to the original “Sitename | Blog | Article name” format for some reason.

    @pjnu

    Participant

    This seems to be close to the fix. All that appears is “Sitename |” which is good because it omits the word blog, but the article name is missing too for some reason. You’re on the right track.

    @pjnu

    Participant

    Open source has many benefits, but also has many unknown risks (unpublished or truly unknown). The current version with little to no privacy settings is a great concern as both a site owner and user.

    Controlling the scope of what data is released and to whom is an important matter.

    If privacy is a popular topic among the developers, please share it with the community. If there are security features/plugins that developers are working on, I would encourage them to have the community test it as well (similar to the 1.2 release candidates). Saying that privacy features will simply debut in a future version without the ability to test/examine effectiveness makes reasonable users apprehensive.

    I would welcome more discussion on what privacy features are in currently place, what additional steps or plugins can be utilized, and what the future plugins or core components will address. Thank you.

    @pjnu

    Participant

    I removed the /blog from the Side Admin>Blogs>Edit>Permalink Structure manually.

    I installed the plugin but it doesn’t seem to redact the “Blog |” part of the page title for some reason…

    http://i48.tinypic.com/2nlh2sk.jpg

    @pjnu

    Participant

    If we wanted to learn about Buddypress security risks or concerns that site owners would have, where should we look?

    What are some other security concerns or considerations should admins consider? Would love to hear the community’s feedback. Thank you.

    @pjnu

    Participant

    Thank you for the suggestion.

    New ticket: https://trac.buddypress.org/ticket/1943

    @pjnu

    Participant

    Problem solved:

    https://buddypress.org/forums/topic/php-fatal-error-rc2-rc3#post-36584

    I’m always impressed with this BP community! :)

    @pjnu

    Participant

    The 2.9.1.1 version of WordPress MU from mu.wordpress.org/download/. I don’t think it’s a trunk.

    Apparently I can’t load my profile either. This is problematic. What could be wrong?

    What are some possible solutions? thanks

    @pjnu

    Participant

    Great. Thank you.

    @pjnu

    Participant

    My apologies. I’m sorry if it came off that way. I understand now.

    No need to make something so simple complicated for no reason.

    @pjnu

    Participant

    So… there will be an updates but it may not be effective at preserving user groups, tags, wires and messages?

    “I noticed in an earlier attempt to upgrade from 1.0 to 1.2 beta that name changes for the template tags were a big hurdle. I’ll now stay on 1.1.3, probably until the summer. Not looking forward to the next upgrade…

    Is there/will there be a list of template tag name changes, so you can go through them systematically with search/replace?” So the transition from 1.1.3 stable to 1.2 stable whenever it is released) will not be smooth?

    I hope it will be because no online community likes big inconveniences.

    Also, are there any estimates of when a stable release may come out? I’m very confident the stable release will be a wonderful milestone for the BP community.

    @pjnu

    Participant

    I was so scared for a minute. Thank you.

    For those who want the tabs for the different parts of the site, or to have the social network be secondary to their wordpress blog, what options are available?

    I feel like this new version is somewhat limiting in terms of customization.

    @pjnu

    Participant

    Line breaks appear in the Inbox page for some reason: http://i46.tinypic.com/o9gumh.png

    but they don’t appear in the actual message itself as seen here: http://i48.tinypic.com/2hqxo5j.png

    So line breaks ultimately don’t exist when you open the message. Refreshing the page didn’t resolve the issue. Do you know how I can remedy this?

Viewing 16 replies - 151 through 166 (of 166 total)
Skip to toolbar