Forum Replies Created
-
Nowone an idee?
Does anybody know anything news?
Found! Not a Plugin, a Drop-In was the Problem!
db.php (W3 Total Cache)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!
Same problem by german Umlauts ÄÖÜß etc.
But only by<![CDATA[
http://www.kino.tv/activity/feed/Why dont use this plugin, it allows “permissions” to be set for xprofile fields:
https://wordpress.org/extend/plugins/bp-profile-privacy/Works great!
Does anybody knows it exist next time? Is it in work?
Same by activity – is there a solution to autodelete stream older 4 Weeks?
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.
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”>
</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!!