-
David Bisset started the topic Search/Sort Feature Not Appearing On BuddyPress Member Group Pages in the forum Creating & Extending 6 years, 8 months ago
First off, I can confirm this it the theme i’m working on but not actively/knowingly hiding this. Literally the html that appears from this part of the template:
<div class="item-list-tabs" id="subnav" role="navigation">
<ul>
<?php do_action( 'bp_members_directory_member_sub_types' ); ?>
</ul>
</div>
Output:
[Read more]
<div… -
David Bisset replied to the topic Oh… Custom Sort of Group Members in the forum Creating & Extending 6 years, 9 months ago
Sorry, when i said “trying this one more time” I had difficulties posting this to the forum. Got white screen. So ignore that attitude.
-
David Bisset started the topic Oh… Custom Sort of Group Members in the forum Creating & Extending 6 years, 9 months ago
Trying this one more time. I’m looking for a way to filter out or give a custom list of groups to a WordPress admin on a multisite installation. I’ve been looking at the bp-groups-admin.php file and attempting to figure out how to hook into or filter the groups that get displayed.
My attention hovers around the BP_Groups_List_Table class and…[Read more]
-
David Bisset replied to the topic Directly Updating A BuddyPress Avatar in the forum Creating & Extending 6 years, 11 months ago
Thanks. I’m holding to make sure this is what the client wanted, but i do eventually want to remove the unused avatar photos.
-
David Bisset replied to the topic Directly Updating A BuddyPress Avatar in the forum Creating & Extending 6 years, 11 months ago
Think i figured it out. There was some read/write permissions on the folders – i changed everything to full permissions (this is on my local server) and it SEEMS to be working. I’m also noticing that no additional files are added “one level up” either. Still, no past avatar photos (-bpfull.jpg, -bpthumb.jpg) deleted.
-
David Bisset replied to the topic Directly Updating A BuddyPress Avatar in the forum Creating & Extending 6 years, 11 months ago
Here’s the before (current avatars created the normal cropped BP way):
https://dl.dropboxusercontent.com/u/14006840/before.png
Here’s the after (notice the additional graphic one level up):
https://dl.dropboxusercontent.com/u/14006840/after.png
I’m looking over the code again top to bottom. If i understood how in this process BP knows where…[Read more]
-
David Bisset started the topic Directly Updating A BuddyPress Avatar in the forum Creating & Extending 6 years, 11 months ago
I am using a Gravity Form (think: regular form, no difference in this context) to upload an image and directly overwrite the logged in user’s current avatar.
Thanks to Boone’s Ning-to-BP plugin, i managed to get MOST of this completed. Code is below. Avatar seems to be created and added to the proper directory… but i’m not understanding how…[Read more]
-
David Bisset started the topic BuddyCamp Miami 2014 in the forum Miscellaneous 6 years, 11 months ago
Howdy folks. Just wanted to let you know the 2nd annual BuddyCamp in Miami is happening during WordCamp Miami 2014 (May 9th – 11th). Here’s the post on the official site:
Looking for speakers and attendees. 🙂 Ping me via twitter (@dimensionmedia) or email if you have any interest…[Read more]
-
David Bisset replied to the topic Custom Sort of Group Members in the forum Creating & Extending 6 years, 11 months ago
Awesome. Thanks for clearing that up. 🙂
-
David Bisset replied to the topic Custom Sort of Group Members in the forum Creating & Extending 6 years, 11 months ago
Odd. I used the code you referred to in your first post and added a breakpoint. Saw the break on members directory but not on the group members page, which is why i concluded what i did.
I’ll give your new example and the old one additional consideration though. Thank you VERY much for your reply and with any success, i’ll update this ticket.
-
David Bisset replied to the topic Custom Sort of Group Members in the forum Creating & Extending 6 years, 11 months ago
Ok, you can’t mean edit BP Core… what exactly do you mean by manually?
-
David Bisset replied to the topic Custom Sort of Group Members in the forum Creating & Extending 6 years, 11 months ago
@shanebp – those examples and hooks don’t apply to group member pages (which you assumed correctly, that’s what i’m currently playing with).
-
David Bisset replied to the topic Custom Sort of Group Members in the forum Creating & Extending 6 years, 11 months ago
Just for the record, I created the ticket: https://buddypress.trac.wordpress.org/ticket/5356#ticket
-
David Bisset replied to the topic Custom Sort of Group Members in the forum Creating & Extending 6 years, 11 months ago
Thanks guys. I’ll take a look at this today. Sorry for the late response. apparently the “notify me of follow ups replies via email” is taking a vacation.
-
David Bisset replied to the topic Custom Sort of Group Members in the forum Creating & Extending 6 years, 11 months ago
BTW, the sort in this instance is sorting with user meta. Not the best setup, I admit. But my point was that i want to be able to generate my own SQL and pass it back in somewhere along the line.
And yes, using BuddyPress 1.9.1. and i’ve traced it all from the template all the way down. 🙂
-
David Bisset started the topic Custom Sort of Group Members in the forum Creating & Extending 6 years, 11 months ago
I know the general current state of sorting group members, but wondering if i had to do this TODAY what the recommended plan of attack would be.
Basically I would love a filter in the get_group_member_ids() function of BP_Group_Member_Query class – i want to be able to do my own sql, then pass that along (or the output). Similar to how one can do…[Read more]
-
David Bisset replied to the topic in the forum David Bisset 7 years, 1 month ago
As someone who does BuddyPress development as a freelancer almost full time, I would love to review the book. I won’t give out my personal address but i’ll check davidjbisset AT gmail DOT com. As for review site, I’m sure I could get the review on at least one promiment WordPress site like torquemag.io or wptavern.com… i’m open to where else it…[Read more]
-
David Bisset replied to the topic Member Profile Meta Key Value in the forum How-to & Troubleshooting 7 years, 2 months ago
i share @shanebp confusion, there’s no naming convention (in BP I can refer to a BP field by it’s ID or what i named it). I wish i knew more about the BP Integration Add On.
-
David Bisset replied to the topic registration on group pages in the forum How-to & Troubleshooting 7 years, 2 months ago
Not easily out of the box, from what I know. Why on the groups pages? Are you wanting a registration to be associated with the group that they registered from?
If i had to do this, I would use either build a form and put it on the group’s home template or use a third party plugin like Gravity Forms to add a form via shortcode on the template.…[Read more]
-
David Bisset started the topic Adding Columns To Group View Admin Screen in the forum Creating & Extending 7 years, 6 months ago
I’m talking about this screen (which shows all your groups in the backend, similar in concept to activities):
admin.php?page=bp-groupsI’m trying to extend things so i can added a few custom columns (or even filters) but if i’m looking at things correctly, then BP_Groups_List_Table (/bp-groups/bp-groups/admin.php) doesn’t have the hooks, etc. i…[Read more]
- Load More
@dimensionmedia
Active 6 months, 2 weeks ago