-
haruki_jitsunin replied to the topic "simply" trying to filter the bp_ajax_querystring via Ajax in the forum Installing BuddyPress 11 years, 4 months ago
What it looks like is that the bp_dtheme_ajax_querystring should take a variable $query_string, which it grabs from the cookies and applys a filter to the bp_ajax_querystring. Every time I try to create a function that ACTUALLY filters it with an actual $query_string, it doesn’t work. I’ve printed out the variable and as far as I can tell, my…[Read more]
-
haruki_jitsunin replied to the topic "simply" trying to filter the bp_ajax_querystring via Ajax in the forum Installing BuddyPress 11 years, 4 months ago
Also, let’s pretend I can post a request to Ajax.php. What I’m looking for, specifically, is what type of ajax function I should be using as the standard ones don’t seem to like ANY customization.
-
haruki_jitsunin started the topic "simply" trying to filter the bp_ajax_querystring via Ajax in the forum Installing BuddyPress 11 years, 4 months ago
This is proving to be much more difficult than it would originally seem.
So, I created a php function that loops through all my members and successfully finds only the members that I want it to find. I have gotten the function to return just the user IDs. However, I have tried several times (unsuccessfully) to limit the BP ajax querystring.
@haruki_jitsunin
Not recently active