Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,840
- How-to & Troubleshooting
- 129,848
- Creating & Extending
- 25,883
- Requests & Feedback
- 9,529
- Third Party Plugins
- 9,828
- Showcase
- 3,316
- Ideas
- 1,386
- Miscellaneous
- 9,177
-
Hi Tung,
To add a signup button to your site you can add the following code to your index.php file:
`<input type="button" id="sign_up" value="Create an Account!"
onClick=”window.location=’/register'”>`
The rest of your “problems” are not really problems because your register page works fine! It does not give me a 404 and I can sign up for your site.
You can add the same code above to your sidebar.php theme to add the signup button there 