Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

  • kino.tv
    Member

    @minniwelt

    Nowone an idee?


    kino.tv
    Member

    @minniwelt

    Does anybody know anything news?


    kino.tv
    Member

    @minniwelt

    Found! Not a Plugin, a Drop-In was the Problem!
    db.php (W3 Total Cache)

    ;)


    kino.tv
    Member

    @minniwelt

    Same Problem! Use BP 1.2.5.2 on WP 3.0.1–de_DE and times before i tested the plugin “User Role Editor” from Vladimir Garagulya. Perhaps the settings overwrite the permissions for the admin. Does anybody know how to reset the settings by default (not posibile over plugin, theres a funktion for it but do not work for me) or have an SQL screen with the default settings?

    Thank you!


    kino.tv
    Member

    @minniwelt

    Same problem by german Umlauts ÄÖÜß etc.
    But only by <![CDATA[<br /> <a href="http://www.kino.tv/activity/feed/" rel="nofollow">http://www.kino.tv/activity/feed/</a>


    kino.tv
    Member

    @minniwelt

    @emiline220

    Why dont use this plugin, it allows “permissions” to be set for xprofile fields:
    https://wordpress.org/extend/plugins/bp-profile-privacy/

    Works great!


    kino.tv
    Member

    @minniwelt

    Does anybody knows it exist next time? Is it in work?


    kino.tv
    Member

    @minniwelt

    :(


    kino.tv
    Member

    @minniwelt

    Same by activity – is there a solution to autodelete stream older 4 Weeks?


    kino.tv
    Member

    @minniwelt

    3867 Rows in 10 days only me! I use “auto welcome plugin” an send each new Member auto-welcome-messages and have delete each single. :(


    kino.tv
    Member

    @minniwelt

    YESSSSSSSS! Thanks!

    Step 1):

    bp-core-widgets.php:

    ====================================

    function widget($args, $instance) {

    global $bp;

    extract( $args );

    echo $before_widget;

    echo $before_title

    . $widget_name

    . $after_title; ?>

    <?php if ( bp_has_members( ‘type=active&per_page=’ . $instance[‘max_members’] . ‘&max=’ . $instance[‘max_members’] . ‘&populate_extras=0’ ) ) : ?>

    <div class=”avatar-block”>

    <?php while ( bp_members() ) : bp_the_member(); ?>

    <!– agunda kill leerbilder start //–>

    <?php

    ob_start();

    bp_member_avatar();

    $avatar = ob_get_contents();

    ob_end_clean();

    if (strpos($avatar,’/uploads/avatars/’))

    {

    ?>

    <div class=”item-avatar”>

    “><?php bp_member_avatar() ?>

    </div>

    <?php

    }

    ?>

    <!– agunda kill leerbilder ende //–>

    <?php endwhile; ?>

    </div>

    <?php else: ?>

    <div class=”widget-error”>

    <?php _e( ‘There are no recently active members’, ‘buddypress’ ) ?>

    </div>

    <?php endif; ?>

    <?php echo $after_widget; ?>

    <?php

    }

    =============================================

    Step 2:

    Set Widget “active members” to 10, 50, 1000

    Thanks!!

Viewing 11 replies - 1 through 11 (of 11 total)
Skip to toolbar