2
votes
1answer
120 views

Buddypress ajax problem after adding new groups sub nav

This problem has been bugging me for couple of days. After adding a new subnav, I got the following error when trying to use the drop down groups filter: 404 Not Found – ...
1
vote
1answer
325 views

“Loadmore” button is not working in buddypress

"Load-more" button in the activity stream page in buddypress is not working for me. If clicked means , it disappearing suddenly but no more posts are loaded. <?php if ( bp_get_activity_count() == ...
1
vote
2answers
429 views

Buddypress: Load Ajax Without Template Pack

How can I load buddypress ajax without using the template pack plugi n? I had this in a non-buddypress compatible theme's functions.php. include( BP_PLUGIN_DIR . ...
0
votes
1answer
1k views

Add AJAX “Load more” on custom query block

I have a index,php with various new WP_Query all working ok, but in this block I need to implement that "AJAX thing people love - the load more posts": <h2>Latests articles <?php ...
1
vote
1answer
1k views

Load created php file data via ajax

Ive been trying to do this for a long time here... First of all, im working with Buddypress latest ver. under WP latest ver. What i want to do, is i want to understand how to call content within a ...