Mobile admin page

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Martin
Regular
Posts: 90
Joined: Mon Sep 27, 2004 1:30 am
Location: Oslo
Contact:

Mobile admin page

Post by Martin »

I've got me one of them schnazzy ass iPhones, and I'd love nothing more than creating a iPhone-optimized version of the admin page for moblogging.

My question is this; What do I need to do to create a completely separate admin-page for the iPhone? I've peeked around in the admin/style.css and I didn't think it seemed like all the styles needed to completely revamp the admin-area were present.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Mobile admin page

Post by garvinhicking »

Hi!

But it does. templates/default/admin/style.css contains all you need to style your admin panel with CSS.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Bernardo
Regular
Posts: 37
Joined: Sat Jan 09, 2010 8:39 pm

Re: Mobile admin page

Post by Bernardo »

garvinhicking wrote:But it does. templates/default/admin/style.css contains all you need to style your admin panel with CSS.
...really? The default admin layout is based on tables...this would be kinda difficult to style.

I have the same problem at the moment...i want to create an admin page for mobile devices. You know, something that fits into smaller screens and is still easy to use.

...and I don't want to mess around with the default templates...I don't think that this is the right way to fix this. Or is this the only solution?

Or did maybe someone come up with a solution to this in the last three years? :wink:
Maybe I'm just to blind to find it...

Regards (and many thanks for S9y),
Bernardo
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Mobile admin page

Post by garvinhicking »

Hi!

The thread above is quite old; meanwhile, the s9y admin panel does have smarty templates for many areas. Some things still are table based for highest compatibility, but IMHO using CSS you should achieve a lot there as well, plus with the smarty files.

HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Bernardo
Regular
Posts: 37
Joined: Sat Jan 09, 2010 8:39 pm

Re: Mobile admin page

Post by Bernardo »

garvinhicking wrote:plus with the smarty files
Well...during the last days I tried to make a "custom" admin template. But it didn't work out as I expected: I copied the files I wanted to edit into "{mytemplatefolder}/admin" (where the custom "style.css" has to be placed). But all changes to these ".tpl" files didn't have any effect at all.

...it only worked when I edited the "default" .tpl files. But as I said: I don't think that this is the correct way to build a custom template...especially when I need an extra admin template for mobile devices.

So...where is the mistake? :?

Regards,
Bernardo
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Mobile admin page

Post by garvinhicking »

Hi!

that's strange, and did you really pick "mytemplatefolder" as your default template then? This really should work....

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Bernardo
Regular
Posts: 37
Joined: Sat Jan 09, 2010 8:39 pm

Re: Mobile admin page

Post by Bernardo »

garvinhicking wrote:This really should work....
I'll check this...thx for your help. :)
Post Reply