-
viniciusandre started the forum topic Loops not to display some users/blogs in the group Creating & Extending: 14 years, 5 months ago
Hi! I would like the users and blogs loop to skip some items while listing them.
What actions can I use for that? Or maybe, how can I change the $bp query in this case?Thanks.
-
viniciusandre joined the group Creating & Extending 14 years, 5 months ago
-
viniciusandre posted on the forum topic Wrong avatar being displayed in the group How-To and Troubleshooting: 14 years, 5 months ago
I don’t know if there’s something wrong with it, but that’s the get_blog_owner, just in case. ———- function get_blog_owner($blog_id = “”, $one_result = true) { if (!$blog_id) global $blog_id; if (!is_numeric($blog_id)) return “Blog ID must be an integer.”; global $wpdb; //first we’ll attempt to find the author by matching the admin email…[Read more]
-
viniciusandre started the forum topic Wrong avatar being displayed in the group How-To and Troubleshooting: 14 years, 5 months ago
Hi everyone! I coded two widgets, one to list the most active blogs on the website home, and another to show up a profile on blogs. The weird thing is that using the same method for both widgets, they display different avatars. In my blog home I got the right avatar, but on blog profiles […]
-
viniciusandre joined the group How-To and Troubleshooting 14 years, 5 months ago
@viniciusandre
Active 7 years, 9 months ago