Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2006-02-05 19:09:20

Joey
Member
From: Netherlands
Registered: 2005-01-19
Posts: 257

Re: Admin. Facelift, take 2

I really love the design of Mary. I hope the admin-layout is going to change like this soon. Philippe, didn’t tried your style, but I also love your design. Thanks for your work.


Regards,

Joey

Offline

#14 2006-02-13 07:26:10

Logoleptic
Plugin Author
From: Kansas, USA
Registered: 2004-02-29
Posts: 482

Re: Admin. Facelift, take 2

I like your design, Philippe, although I prefer Mary’s use of “Textpattern orange” at the top.

Any idea when we could see the whole admin interface reworked in clean, table-free code? I’m looking forward to the day when plugins can alter the contents of admin tabs by performing DOM manipulations.

Offline

#15 2006-02-13 18:15:16

kemie
Plugin Author
From: mexico<-->sweden
Registered: 2004-05-20
Posts: 495
Website

Re: Admin. Facelift, take 2

finally got around to installing this. huge difference, i also hope it can be incorporated into txp soon.

my only problem is that the top tabs (content/presentation/admin) seem to be hardcoded, or at least are not language aware, even though the subtabs are language aware. is there a quick fix for this?


~~~~~~~~~~~~~| monolinea.com | pixilate.com | istockphoto.com/kemie |~~~~~~~~~~~~~

Offline

#16 2006-02-22 03:41:51

fk
New Member
From: Frankfurt, Germany
Registered: 2004-09-23
Posts: 8

Re: Admin. Facelift, take 2

wow, sweet work! thanks to both of you Mary and Philippe.

i suppose i found the quick fix for the not-language-aware top nav items kemie mentioned before. it should be only replacing <code>$event</code> with <code>$label</code> in the last line of the modified <code>areatab</code>-function in <code>txplib_head.php</code>.

in <code>txplib_head.php</code>, go find

<code>return ‘<li’.$tc.’><a ‘.$hatts.’>’.$event.’</a></li>’;</code>

and replace with

<code>return ‘<li’.$tc.’><a ‘.$hatts.’>’.$label.’</a></li>’;</code>

and you should be fine.

Last edited by fikifiki (2006-02-22 03:52:21)

Offline

#17 2006-02-22 15:11:17

kemie
Plugin Author
From: mexico<-->sweden
Registered: 2004-05-20
Posts: 495
Website

Re: Admin. Facelift, take 2

wonderful, fikifiki!
worked like a charm :D


~~~~~~~~~~~~~| monolinea.com | pixilate.com | istockphoto.com/kemie |~~~~~~~~~~~~~

Offline

#18 2006-02-22 16:59:36

mrdale
Member
From: Walla Walla
Registered: 2004-11-19
Posts: 2,215
Website

Re: Admin. Facelift, take 2

Wow. Really nice work mary and phiw.

Wasn’t paying much attention to this for a while, but after giving both themes a try. I can say it DOES make a dramatic difference to zipping around a txp install. Cleaner, better visual cues and more straightforward.

I’m not sure that I want to customize every single TXP install I have though. So I’ve kinda decided to download and keep a base install of TXP with all my Plugins, custom forms, etc, and keep that updated. Then use it as the template for work I do with TXP.

Offline

#19 2006-03-08 04:43:35

soulship
Member
From: Always Sunny Charleston
Registered: 2004-04-30
Posts: 669
Website

Re: Admin. Facelift, take 2

Thanks Phillipe! And I thought you had forgotten :) I am downloading now. Does this new version take into account the couple of new .js changes?

Offline

#20 2006-03-08 19:56:13

carla
Member
Registered: 2005-09-20
Posts: 17
Website

Re: Admin. Facelift, take 2

Marvelous! Thank you, phiw13! Let me know if I can help. :)


Offline

#21 2006-03-09 00:21:28

squaredeye
Member
From: Greenville, SC
Registered: 2005-07-31
Posts: 1,495
Website

Re: Admin. Facelift, take 2

Would anyone be interested in listing all the known plugins which this breaks? Could be helpful? I guess it would be all those which need “hooks” to tie into? Is this all Admin side plugins?


Offline

#22 2006-03-09 00:41:25

hakjoon
Member
From: Arlington, VA
Registered: 2004-07-29
Posts: 1,634
Website

Re: Admin. Facelift, take 2

Depends on how much the actual structure of each tab’s contents change. Mary’s redesign originally changed a lot of the write tab which would probably require that most plugins that interact with it look for new hooks.

However if most of the changes are to the header they would probably be ok. I’ll need to install this and check it out.

Last edited by hakjoon (2006-03-09 00:41:45)


Shoving is the answer – pusher robot

Offline

#23 2006-03-09 00:51:17

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: Admin. Facelift, take 2

This isn’t the same as mine at all, it’s just the CSS, images and a couple bits of my markup for the header. It doesn’t change anything anywhere else. From what I can see, all that Nils changed here was very slight, and shouldn’t effect plugins at all.

Offline

#24 2006-03-09 04:14:58

Logoleptic
Plugin Author
From: Kansas, USA
Registered: 2004-02-29
Posts: 482

Re: Admin. Facelift, take 2

Mary wrote:

From what I can see, all that Nils changed here was very slight, and shouldn’t effect plugins at all.

That’s good news. Means it’s possible for us to get a cleaner, more user-friendly admin interface without massive breakage. A move away from layout tables should be a longer-term goal, of course, but a new coat of paint on the backend could make Textpattern less intimidating for non-techies.

Offline

Board footer

Powered by FluxBB