switch to the default themes, I bet that will fix your problem, telling you the issue is with your theme.. they say 99% of the time it’s your custom theme
Gcs123-
As Enlightenmental1 states, try switching to the standard BP themes. If the problem is solved, then the issue is with your themes.
Also, if you are still using v1.1 of the Skeleton Theme, you need to upgrade. There are important changes in v1.2. If your custom theme is based off of v1.1 of the skeleton, then look at v1.2, find the differences and change accordingly.
You’re right, switching to the default home theme solves my problem, however is there any modifications I can make to my custom theme to enable it to work?
I have not done much styling to the skeleton theme so working up form this wont be an issue.
Thanks
Gcs123-
You’re right, switching to the default home theme solves my problem, however is there any modifications I can make to my custom theme to enable it to work?
Without knowing what you changed, and without seeing your files, it would be impossible to tell you what to change.
Your have two choices:
1. Compare your current themes to v1.2 of the Skeleton Theme and locate the differences. Then, change as appropriate.
2. Copy the standard BuddyPress themes, use them as your starting point, customize as desired.
Phew! that was a lot easier than I thought!
Modified the bphome theme to suit some custom requirements I had and its working a treat now!
Thanks for the help!
Gcs123-
Great! You’re welcome and I’m glad you got things working.
Hi Gcs123
I came across the same problem with my bespoke theme… as advised, I’d copied register.php across from bphome, but then got your error message:
http://******.me/wp-login.php?redirect_to=http://******.me/register
To fix this, you also need to copy across two functions from the functions.php in bphome to your theme’s function.php file:
bp_show_register_page()
bp_show_activation_page()
I did this and all works fine now.