Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 57,826 through 57,850 (of 69,016 total)
  • Author
    Search Results
  • #64511
    PJ
    Participant

    Privacy is an emerging trend in Buddypress. Jeff Sayre creates the best known Buddypress plugin but hasn’t released yet: http://jeffsayre.com/2009/12/05/buddypress-privacy-component-released/comment-page-1/#comment-491 He suggests you look at the roadmap or follow him on Twitter to follow updates.

    #64510
    abcde666
    Participant

    also, the above link is not available at “BP-Docs”:

    German – Deutsch (de_DE)

    Please update BuddyPress.org in order for people being able to find the i18n download-page (for german language).

    #64508

    In reply to: Comments not showing..

    kiwipearls
    Participant

    Ok comments are not showing also on buddypress 1.2 default theme…

    Hrmm…I dunno how to get them to show back up again. REally really need this.

    #64505
    karto
    Member

    Yes. Change it from 100 to 94%. With the bullets i am not sure, but i think there is a definition named list-style-type which has to be set to none in connection with the html-code ul or/and li .

    #64504
    Jean-Pierre Michaud
    Participant

    for that, you need to suggest this in a ticket to the WordPress.org system… ;)

    #64503
    @mercime
    Participant

    It would be cool to have a plugin where BuddyPress components/plugins are automatically deactivated when BuddyPress is deactivated and at the same time change theme to default theme (esp. with WP 3.0 2010 theme) so that there’ll be no more white screens of death. Something to think about.

    #64501
    John Stringfellow
    Participant

    Karto, do you mean change it to 94%? It’s at 100% now. And do you have any idea what is causing the bullet points or dots?

    #64500
    karto
    Member

    Change in your CSS File bestbuddy-1.css the following definition:

    ul.item-list {width: 94%;}

    #64499
    melech-mizrahi
    Participant

    Fix:

    1. Open up bp-core.php

    2. Find Function bp_core_time_since( $older_date, $newer_date = false )

    3. Locate $since = $newer_date – $older_date;

    4. Change the above to $since = ($newer_date – $older_date) – $off_time;

    5. Substitute $off_time (used as a reference in the steps) to the amount of seconds your site is off by. For instance my site was off by 5 hours, so I used 18000 (60 * 60 * 5). My result is $since = ($newer_date – $older_date) – 18000;

    6. Upload changed to your website.

    7. Fixed

    After a bit of looking around I noticed that the Status time had been correct…and hence subtracting time led to the [Use GMT Timezeone] to pop up for the status time.

    Here’s the fix for this.

    1. Find the if statement if ( 0 > $since )

    2. Comment out return __( ‘[Use GMT Timezone]’, ‘buddypress’ );

    3. Add $since = $newer_date – $older_date; inside the if (above the line you just commented out)

    4. Upload changes

    5. Fixed

    #64498
    gonzales84
    Participant

    I just noticed that the only categories which are working right are those 3 which come by default: news, humor, other.

    The others I added are not filtering the links, but display all.

    #64497
    featherodd
    Participant

    ditto

    #64496
    Avi M
    Participant

    Thanks! Im just afraid to go mucking around with it. I have a habit of breaking things when I do that!

    #64494
    bewst
    Member

    Okay, I found it. Looks like a bug in the BP default theme to me, really. This patch fixes it:

    --- header-old.php	2010-02-21 02:02:40.000000000 +0000
    +++ header.php 2010-02-21 01:54:31.000000000 +0000
    @@ -41,7 +41,7 @@

    <div id="header">

    - <h1 id="logo"><a href="<?php echo site_url() ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bp_site_name() ?></a></h1>
    + <h1 id="logo"><a href="<?php echo site_url() ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bloginfo('name') ?></a></h1>

    <ul id="nav">
    <li<?php if ( bp_is_front_page() ) : ?> class="selected"<?php endif; ?>>

    #64493
    gonzales84
    Participant

    Hello,

    I’m watching your threads for a few days now and I wanted to thank you for this awesome plugin.

    After installing it, this is what I noticed: when choosing a category, sometimes it works, sometimes it shows all links not only those from the selected category.

    Also, the timer for when a link was submitted begins at 6 hours.

    It works ok, I didn’t notice anything else.

    And I have a question: Is there a page where I can access a specific category, like website.com/links/category/news? … and is it possible to make the category name before the title clickable, pointing to a page where only the links from that category are?

    I also wanted to make it my homepage, like someone else here. I can see that if I make the homepage a static one, I can chose for site activity, why not links too?

    Thanks again for the plugin. I used the previous version too and this one is obviously nicer :) The way that youtube videos are opening is just great.

    #64485
    Jean-Pierre Michaud
    Participant

    the problem is when something related to BP is still active, it will call the engine whatsoever… if people do the uninstalling steps, properly, nothing is broken.. ;)

    #64484
    siayuneh
    Member

    ok thank you :)

    #64483
    siayuneh
    Member

    Thanks, it works !! :)

    does it means once I activate buddypress I can’t deactivate it?

    #64482
    michaelmarian
    Participant

    I’m looking at it. Good idea for spell checking in forms. Sorry I don’t have an answer for you. Give it a bit. Someone will answer.

    #64481
    Jean-Pierre Michaud
    Participant

    steps when uninstalling BP:

    1- switch theme to WP default

    2- deactivate all BP addons

    3- deactivate BP

    #64480
    Jean-Pierre Michaud
    Participant

    reload your admin page: http://stecemu.weinandy.net/wp-admin/ and go change your details…

    #64479
    siayuneh
    Member

    I use bp default. I rename the folder and now I got blank page.

    #64478
    Avi M
    Participant

    No one?

    #64477
    Jean-Pierre Michaud
    Participant

    is your theme built based on BP?!… if yes, rename its folder.

    #64476
    siayuneh
    Member

    I did that already..didn’t work :(

    #64474
    Mike
    Participant

    I’d delete the buddypress plugin folder, refresh your site to make sure it works properly and try a different way of uploading the bp plugin folder (if you did it through the Dashboard >> Plugins >> Add new, then try it manually or vice versa).

Viewing 25 results - 57,826 through 57,850 (of 69,016 total)
Skip to toolbar