-
Prashant Singh replied to the topic Members Masonry – Element in the forum How-to & Troubleshooting 6 years, 2 months ago
ohh ok got that.
/**
* Buddypress Members masonry
*
*
* @package WordPress
* @subpackage K Elements
* @author SeventhQueen <themesupport@seventhqueen.com>
* @since K Elements 1.0
*/$output = '';
extract(
shortcode_atts( array(
'type' => 'newest',
'member_type' => 'all',
'number' => 12,
'class' => '',
'rounded' => "rounded",
'avatarsize' =>…[Read more] -
TracyByrne replied to the topic URL for Menu to Logged-in User's Profile Page in the forum How-to & Troubleshooting 11 years, 5 months ago
you’re not going to believe this but there is VERY little in the functions.php file …
<?php
/**
* Infinity Theme: theme functions
*
* @author Marshall Sorenson <marshall@presscrew.com>
* @link http://infinity.presscrew.com/
* @copyright Copyright (C) 2010-2011 Marshall Sorenson
* @license http://www.gnu.org/licenses/gpl.html GPLv2 or… -
P replied to the topic Best way to limit friend requests to avoid spam in the forum How-to & Troubleshooting 11 years, 6 months ago
@Chouf1, that’s my blog you’re linking to. I am not sure if they added Throttling to the new Buddypress version. I opened a ticket months ago, the milestone has been set to: version 1.7 to Future Release https://buddypress.trac.wordpress.org/ticket/3732. This is a bit frustrating since Throttling makes for great spam control.
@tifire Go to /bp-frie…[Read more]
@author
Not recently active