Try to update to latest svn
@Nicola, I’m using the latest SVN build (1228) and I get this same issue.
There’s no doubt this is related to the use of a custom theme but having copied all the neccesary files and functions from both the home and member themes I have yet to discover the missing piece of the puzzle.
Also, using a custom theme seems to break the ajax calls for the BuddyPress widgets (groups, members etc.)… clicking the links in these widgets takes you to the respective directory pages rather than refreshing the widgets.
have you included bp_styles() in the template? are you using the same functions and hooks included in the default header?
Not specifically… although I have tried using the loader.php to load styles via custom.css over base.css. No effect. I can’t see a reference to bp_styles() in the buddypress templates anywhere… any idea where should I be looking?
Cheers.
update: Scratch that… found it in member theme. But adding that to the home theme has no effect (and it doesn’t appear to be included in the default bp home theme anyway).
Really weird ended up with everything looking the same as before when it didn’t work but it works this time
oo well rock n roll
@kunkel
so all you did was fresh install?
I did a fresh install. Same issue.
So I decided not to copy the register.php I will use the default wp-signup.php for now.
Main reason I choose this round because I don’t know how to code. Well, I am learning to read code as I go.
If you know how to read code, read the code again. I have a feeling something on WP security lead it to the login page.
When I try “Only logged in users can create new blogs.” option, WP will take me to the login page. I know, this is a completely different option, but could be an indicator.