-
Dickson Waudo posted on the forum topic Modifying BP Class output with an add_action function in the group Creating & Extending: 14 years ago
@nuprn1 @r-a-y Just a little update, Finally got around to it, actually the lastest Buddypress update kinda forced me to and it worked like a charm. I had to educate my self on wordpress’s apply_filters and add_filters. I wrote a custum function that filtered the results of the groups_get_groups function, basically removing my “handy dandy” code from […]
-
Dickson Waudo posted on the forum topic Modifying BP Class output with an add_action function in the group Creating & Extending: 14 years, 1 month ago
@r-a-y Thats sounds a little better, I thought I would have to filter the
bp_has_groups
function, I guess I didn’t quite figure the code out. I’ll try that. Thank you everybody let you know how it goes -
Dickson Waudo posted an update 14 years, 1 month ago
-
Dickson Waudo posted on the forum topic Modifying BP Class output with an add_action function in the group Creating & Extending: 14 years, 1 month ago
@nuprn1 thats a nice idea, I don’t know about the apply_filter though. the
$browse_sql
var is a new var that I initiate in just that function and within the scope of the if statement. Reasons being I added a whole other table to be queried in$paged_groups
and$total_groups
array being returned by theget_active
function. […] -
Dickson Waudo started the forum topic Modifying BP Class output with an add_action function in the group Creating & Extending: 14 years, 1 month ago
I have been developing this plugin for a while now, and was actually running until the new version of BP came out, then alot of thins broke. But mostly it was my poor coding. I hard coded changes in BP and on upgrade VOILA!! I knew that. So anyway moving on and getting alot better […]
-
Dickson Waudo posted on the forum topic Help with custom Group extension SQL in the group Creating & Extending: 14 years, 2 months ago
Yes travel Junkie, I have declared the
global $wpdb, $bp ;
lol@ the no brainer WOW just tried it out and works like a charm. I should know better with typos and stuff. I was condensing my FROM statements from a larger query to something more efficient and totally missed the extra FROM. …TIRED […] -
Dickson Waudo started the forum topic Help with custom Group extension SQL in the group Creating & Extending: 14 years, 2 months ago
I have been trying this for a couple of days now and I haven’t quite figured it out. Am pretty good with wordpress and the $bp globals but this one has me stumped. Basically in my group extension pugin I have added the meta_key’s state and country with their corresponding values. I am tying to […]
-
Dickson Waudo joined the group Creating & Extending 14 years, 2 months ago
-
Dickson Waudo joined the group How-To and Troubleshooting 14 years, 2 months ago
@dicksonmedia
Not recently active