Customising Sign In Page
I'm currently developing a theme (my first). The website is a WordPress blog that is password protected. I have setup jsConnect and things are working well in that people can log into Vanilla with their WordPress login.
What I want to be able to do is prevent people from logging into Vanilla with anything other than their jsConnect WordPress credentials. Here is a picture of the current sign-in page for the forums:
What I want to be able to do is completely remove the 'Sign In' part on the left (where you can sign in with Email/Password and simply show the stuff on the right (the 'Sign in with BrisRad account').
What file(s) do I need to modify to alter this?
Thanks in advance,
MadDoc
Best Answer
-
hbf MVP
you can do this with pure css. just identify the names of the fields to hide and add them to your theme, custom css file
0
Answers
you can do this with pure css. just identify the names of the fields to hide and add them to your theme, custom css file
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
Why didn't I think of that?!
That's a much easier approach. Thanks.
We actually do this on most of our skins, dowload Game theme from themes on here. Pretty sure thats just how you want it.
http://www.vanillaskins.com/game-forum/entry/register?Target=discussions
There was an error rendering this rich post.
I am somewhat confused: it seems like the theme in question is in fact the exact opposite; it provides the ability for the user to type credentials into the site and log in directly, with no alternatives, when in fact the goal is to only support jsConnect from an external site, and to not let the user log in with a username or a password directly to the forum.
in which file(s) I can edit Sign In Page?