Also…when I press “request membership” button nothing happens either.
This is what my .htaccess looks like:
`AddHandler php-stable .php
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]`
It doesn’t work on the BuddyPress Default 1.5.5 Theme. I have the latest version of WP 3.3.1/BP 1.5.5. I installed the script manually via FTP. I tried deactivating all plugins except BuddyPress and also using just the bp-default theme. No luck. Hmmmm…I feel like its right under my nose…but can’t seem to pin point it.