Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to add a Sign up link on top of the page, and add Sign-in box in the sidebar


Bowe
Participant

@bowromir

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 :-)

Skip to toolbar