FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Forum Styles » Improvement to adm.css in FUD3 (Minor bugfixes)
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
icon6.gif  Improvement to adm.css in FUD3 [message #161352] Sat, 12 December 2009 07:14 Go to next message
fudidudi   
Messages: 19
Registered: March 2009
Karma: 0
Junior Member
Simple css tweaks to improve admin area a bit.

Fixes the menu vertical position bug, improves item readability, and makes better use of screen real estate. If you include this in the public release, please add me to the credits flie thanks.

(see files for download in post below)

[Updated on: Sat, 12 December 2009 16:18]

Report message to a moderator

Re: Improvement to adm.css in FUD3 [message #161353 is a reply to message #161352] Sat, 12 December 2009 07:54 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
You are right, the menu becomes much easier to read. However, I'm not sure that all the colour's are still matching. Maybe I should just get use to it.

Anyway, it would be great if you can continue working on it and upload the files we need to commit for the next release (image + css). We will most certainly give you full credit for the work done.

And while you are at it, if you can somehow replace that toothpaste logo with something better, please go for it.

Looking forward to your reply.

Frank
Re: Improvement to adm.css in FUD3 [message #161357 is a reply to message #161353] Sat, 12 December 2009 13:55 Go to previous messageGo to next message
fudidudi   
Messages: 19
Registered: March 2009
Karma: 0
Junior Member
Made a few more small tweaks to the stylesheet, a stab in the dark at a logo, and a small background gradient image (put images in the public/images folder). Just throwing ideas around.
  • Attachment: adm_grd.gif
    (Size: 1.04KB, Downloaded 1128 times)
  • Attachment: adm.css.zip
    (Size: 1.20KB, Downloaded 1103 times)
  • Attachment: fudlogo.gif
    (Size: 2.33KB, Downloaded 1131 times)

[Updated on: Sat, 12 December 2009 15:40]

Report message to a moderator

Re: Improvement to adm.css in FUD3 [message #161358 is a reply to message #161357] Sat, 12 December 2009 16:14 Go to previous messageGo to next message
fudidudi   
Messages: 19
Registered: March 2009
Karma: 0
Junior Member
I managed to integrate jquery datatables into v2.8.x (will look at adding it to v3.0 sometime too) - was very cool, i could sort columns etc. It has ajax functionality so i thought of possibly getting forum threads to be updated to the thread list page without refreshs (or even streaming live to the page in (near) realtime).

[Updated on: Sat, 12 December 2009 16:16]

Report message to a moderator

Re: Improvement to adm.css in FUD3 [message #161361 is a reply to message #161358] Sun, 13 December 2009 07:11 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
index.php?t=getfile&id=5829&private=0

Not bad. Is the blue background OK? Won't it look better with white or a more neutral colour?

PS: More jQuery would be cool. Looking forward to see your enhancements.
  • Attachment: new_acp1.gif
    (Size: 136.11KB, Downloaded 1914 times)
Re: Improvement to adm.css in FUD3 [message #161362 is a reply to message #161361] Sun, 13 December 2009 14:43 Go to previous messageGo to next message
fudidudi   
Messages: 19
Registered: March 2009
Karma: 0
Junior Member
Here's a another revision with a few extra little tweaks.

Put the grd_*.gif and the fudlogo.gif files in your_public_folder/images and the css in your_public_folder/adm/

Enjoy!!
  • Attachment: fudlogo.gif
    (Size: 2.33KB, Downloaded 1087 times)
  • Attachment: adm_th.gif
    (Size: 0.16KB, Downloaded 1089 times)
  • Attachment: adm_grd.gif
    (Size: 1.04KB, Downloaded 1091 times)
  • Attachment: adm.css.zip
    (Size: 1.23KB, Downloaded 1071 times)
Re: Improvement to adm.css in FUD3 [message #161363 is a reply to message #161362] Sun, 13 December 2009 17:18 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
Absolutely beautiful - you've out done yourself! The new design looks stylish, modern and fresh.

The logo is OK for now, however, we need to continue looking for something unique and eye-catching.

I'll allow a couple of days for testing and tweaks before committing it.
Re: Improvement to adm.css in FUD3 [message #161364 is a reply to message #161363] Sun, 13 December 2009 18:07 Go to previous messageGo to next message
fudidudi   
Messages: 19
Registered: March 2009
Karma: 0
Junior Member
Thanks Very Happy

Totally agree with you on getting some more logo ideas, was a 2 minute special Razz and after i uploaded it i thought to myself oh poo that looks a bit like the realplayer logo Laughing
Re: Improvement to adm.css in FUD3 [message #161387 is a reply to message #161364] Thu, 17 December 2009 20:19 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
Changes were committed as per http://fudforum.svn.sourceforge.net/fudforum/?rev=4879&view=rev

PS: The ACP now looks better than the forum. If you have time, can you please also look at the default theme?
Re: Improvement to adm.css in FUD3 [message #161436 is a reply to message #161387] Fri, 25 December 2009 09:18 Go to previous messageGo to next message
fudidudi   
Messages: 19
Registered: March 2009
Karma: 0
Junior Member
Here's another tweak on the logo for the ACP. Attached a larger one too with a transparent bg for use elsewhere. Might need to rename to unzip - then put the header.php and favicon.ico files into your adm folder.

Removed a width="100%" attribute from adm/header.php. Not sure why useless attributes are inline, when they could be declared in css (removing all such references ultimately reduces data sent over the wire and translates to even faster page loads). That change also moves the header content to the left - by the logo.

I don't have a lot of time thesedays, but i can look at bits and pieces here and there Smile

[Updated on: Fri, 25 December 2009 11:44]

Report message to a moderator

Re: Improvement to adm.css in FUD3 [message #161458 is a reply to message #161352] Sat, 26 December 2009 19:02 Go to previous messageGo to next message
fudidudi   
Messages: 19
Registered: March 2009
Karma: 0
Junior Member
And a revision with the word 'Forum' appended underneath FUD (lest people get confused Laughing ).

icon6.gif  Re: Improvement to adm.css in FUD3 [message #161461 is a reply to message #161458] Sat, 26 December 2009 21:04 Go to previous messageGo to next message
The Witcher is currently offline  The Witcher   United States
Messages: 675
Registered: May 2009
Location: USA
Karma: 3
Senior Member
Much better!

"I'm a Witcher, I solve human problems; not always using a sword!"
Re: Improvement to adm.css in FUD3 [message #161462 is a reply to message #161461] Sun, 27 December 2009 07:27 Go to previous messageGo to next message
kerryg is currently offline  kerryg   
Messages: 157
Registered: September 2008
Karma: 0
Senior Member
This is an *awesome* update to the ACP - I hope you get time to apply that design sense to the main forum itself.
icon14.gif  Re: Improvement to adm.css in FUD3 [message #161501 is a reply to message #161352] Fri, 01 January 2010 20:04 Go to previous messageGo to next message
fudidudi   
Messages: 19
Registered: March 2009
Karma: 0
Junior Member
Wow! Shocked Frontend looks bobs_your_uncle great with the same colors! Good job! Additionally another little frontend tweak you might like to add, within the ForumBackground element in the css:

-moz-border-radius: 0.75em;
-webkit-border-radius: 0.75em;
border-radius: 0.75em;

Very Happy

Looking smooooth, very easy on the eye.

[Updated on: Fri, 01 January 2010 20:11]

Report message to a moderator

Re: Improvement to adm.css in FUD3 [message #161502 is a reply to message #161501] Fri, 01 January 2010 20:13 Go to previous messageGo to next message
kerryg is currently offline  kerryg   
Messages: 157
Registered: September 2008
Karma: 0
Senior Member
Holy smokes, what a great thing to wake up to! fudidudi, Frank, I'm not sure what you've changed besides colors, but this looks like a real face-lift. Very nice work, gents, and the happiest of New Years to you as well!

[Updated on: Fri, 01 January 2010 20:16]

Report message to a moderator

Re: Improvement to adm.css in FUD3 [message #161509 is a reply to message #161501] Sat, 02 January 2010 08:48 Go to previous message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
fudidudi het op Fri, 01 January 2010 22:04 geskryf:
Wow! Shocked Frontend looks bobs_your_uncle great with the same colors! Good job!

It's your idea, so I guess we need to thank you!

fudidudi het op Fri, 01 January 2010 22:04 geskryf:
Additionally another little frontend tweak you might like to add...

Done.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: loc - a modern fudforum template
Next Topic: Simplicity2010
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Apr 19 05:03:00 GMT 2024

Total time taken to generate the page: 0.04508 seconds