Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,002
- How-to & Troubleshooting
- 129,605
- Creating & Extending
- 25,788
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,791
- Showcase
- 3,316
- Ideas
- 1,384
- Miscellaneous
- 9,173
-
OK, I’ve found the solution, after running through a lot of the files, I managed to get down to ajax.php in bp-sn-parent/_inc. in there you will see functions calling the -loop.php files.
Simply duplicate bp_dtheme_ajax_directory_blogs() function and insert events where blogs is.
This will then allow the directory and the search functionality to work in events….
If this works for you don’t forget to change the red light to a green light..