Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2007-06-02 04:25:02
- Logoleptic
- Plugin Author
- From: Kansas, USA
- Registered: 2004-02-29
- Posts: 482
A new admin interface skin
Has anyone else seen this? I haven’t found any other discussion of it on the forum.
Looks like a pretty nice piece of work. I can’t vouch for how well it functions, however, since I haven’t installed it myself. Just thought I’d spread the word, since admin overhauls often seem to be a popular topic. :)
Offline
Re: A new admin interface skin
Hi,
The admin interface works fine for me on numerous installs.
The restyling I did was applied to a previous admin interface restyling,
found here:
http://emps.l-c-n.com/articles/61/Textpattern-restyled
where you can find out in more detail about what was originally done.
The restyling that I did was tested and worked fine on the following browsers:
Mac: FF, Safari, Opera 9
Win: FF, IE 5.5+, Opera 9
Last edited by danhoy (2007-06-02 09:34:51)
Offline
#3 2007-06-02 18:50:39
- Logoleptic
- Plugin Author
- From: Kansas, USA
- Registered: 2004-02-29
- Posts: 482
Re: A new admin interface skin
Thanks for the response, Dan. Have you had any clashes between your admin overhaul and admin-side plugins that add features to the back-end interface?
Offline
Re: A new admin interface skin
I don’t know of any plugin problems right now.
It doesn’t affect any of the plugins I am using in a bad way.
Last edited by danhoy (2007-06-02 21:40:27)
Offline
Re: A new admin interface skin
Oh yes,
There was one that didn’t work.
rss_admin_quikpik.
Last edited by danhoy (2007-06-02 21:47:25)
Offline
Re: A new admin interface skin
BTW – original thread about that interface mod.
:-)
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
#7 2007-06-03 22:02:45
- Logoleptic
- Plugin Author
- From: Kansas, USA
- Registered: 2004-02-29
- Posts: 482
Re: A new admin interface skin
Oops. Probably should’ve mentioned Dan’s work there instead. PunBB’s search fails me again. :-(
Offline
#8 2007-07-08 19:32:44
- anoke
- Archived Plugin Author
- Registered: 2006-04-15
- Posts: 152
Re: A new admin interface skin
I tried making yet another one when I started learning jQuery.. Sadly haven’t had time refining it, sand colours are quite boring yet safe… maybe I’ll add that to my “when on vacation” list.. (:
- When chickens are cold, they roost in trees; when ducks are cold, they plunge into water -
Offline
Re: A new admin interface skin
beautiful admin skin. maybe this should seriously be adopted as txp main theme? it brings txp’s look more up to date while preserving the style and colours.
an issue i have: is there a way to bring back the dropdown menu usually in the top right portion of the admin?
here is the link in case anyones missed it:
http://textpattern.org/mods/863/textpattern-interface-re-styled-for-405-official-release
Last edited by iblastoff (2007-09-15 02:44:54)
Offline
Re: A new admin interface skin
is there a way to bring back the dropdown menu usually in the top right portion of the admin?
You can easily make the the select positioned one way or the other by adding to the CSS for the admin side which is located in /textpattern/textpattern.css
.
Example:
#branding form {
position: fixed;
bottom: 3em;
right: 3em;
z-index: 10;
}
And there you go, moved it to the the bottom right of the page instead where it will stay.
Do note that position:fixed does not work in IE prior to version 7 (at least not on Windows).
Plugins:
ob1_advanced_search 1.032b, ob1_search_score 1.0, ob1_pagination 2.5, ob1_title 4.1, ob1_modified 2.1
“Let your plans be dark and as impenetratable as night, and when you move, fall like a thunderbolt.”
— Sun Tzu
Offline
Re: A new admin interface skin
actually what i meant was that the dropdown menu was missing altogether from this theme. but upon second glance i completely forgot there was another dropdown menu centered at the bottom so phew. thanks anyway though!
Offline
Re: A new admin interface skin
I actually modified the skin to remove the bottom one and fix the position of the top one. Aaaah, the lovely thing called CSS …
Plugins:
ob1_advanced_search 1.032b, ob1_search_score 1.0, ob1_pagination 2.5, ob1_title 4.1, ob1_modified 2.1
“Let your plans be dark and as impenetratable as night, and when you move, fall like a thunderbolt.”
— Sun Tzu
Offline