Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Custom Admin Login Screen
One of the things I miss/love about WordPress was the ability to re-code the Admin Login Screen and then keep the actual admin screen the same, the reason you could do this is because the login screen was a separate php file to the admin area.
How would you go about making one? mebbe add a different body id to the login page and then add different css? but how could you edit the actual login boxes etc?
Thanks. x
~ Cameron
Offline
Re: Custom Admin Login Screen
How would you go about making one? mebbe add a different body id to the login page and then add different css? but how could you edit the actual login boxes etc?
You can copy the XHTML form and use it somewhere else. In example, you can create section called “admin” and put Textpattern’s login form there.
To make it even better, you can always compine some little php or plugin with it. In example rvm_privileged or is_logged_in()
-function.
Offline
#3 2011-04-24 15:30:46
- mahatma
- New Member
- Registered: 2011-04-24
- Posts: 1
Re: Custom Admin Login Screen
I am having a similar problem. I want to put the login form in the sidebar of my website and I don’t what code I am supposed to use to do this.
Offline
Pages: 1