[Resolved] BuddyPress Template Pack – JS / AJAX are not working
-
When I’m on the activity page (http://mysite.net/activity) or any page that has “activity”.
The filters like the following just change all the activity to be blank, instead of “filtering” it.* All Members (391)
* My Friends (1)
* My Groups (2)
* @testuser MentionsThe dropdown filter box does not work either. Just changes all the activity to blank. Everything else in the buddypress works fine.
I switched the theme to “BuddyPress Default 1.2.1 by BuddyPress.org” it worked again, so something in the BuddyPress Template Pack is not bringing over the JS / AJAX from the default theme. Any ideas?
1. Which version of WP/MU are you running? 2.9.1 Single WP
2. Did you install WP/MU as a directory or subdomain install? http://www.mysite.com
3. If a directory install, is it in root or in a subdirectory? root
4. Did you upgraded from a previous version of WP/MU? If so, from which version? No
5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes
6. Which version of BP are you running? Version 1.2.1
7. Did you upgraded from a previous version of BP? If so, from which version? No
8. Do you have any plugins other than BuddyPress installed and activated? Yes
9. Are you using the standard BuddyPress themes or customized themes? Using BuddyPress Template Pack
10. Have you modified the core files in any way? Yes, to fix the avatar upload issue:
bp-core-avatars.php line 389Replace:
if ( !$path = get_option( ‘upload_path’ ) )
$path = WP_CONTENT_DIR . ‘/uploads’;With:
if ( !$path = get_option( ‘upload_path’ ) )
$path = WP_CONTENT_DIR . ‘/uploads’;
else
$path = ABSPATH . $path;…and report back?
http://trac.buddypress.org/ticket/1970
11. Do you have any custom functions in bp-custom.php? No
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Not using bbPress.
13. Please provide a list of any errors in your server’s log files. – Nope, shared server.
14. Which company provides your hosting? Hostgator
- The topic ‘[Resolved] BuddyPress Template Pack – JS / AJAX are not working’ is closed to new replies.