Add not-so-dark theme to forum?

If you need support, you can get help here!
User avatar
Jezzmin
Phoenix Knight
 
Posts: 1602
Joined: Mar 11, 2010 01:00

Postby Jezzmin » Dec 11, 2012 10:08

hey,

I often check the forums at work and basically my 2nd monitor, when i'm not using it for 2nd eclipse or file-manager, is showing browser-window with uth-forum (though different tab)...I switch the tab, cause "dark" sides usually look like gaming stuff, and though I don't spend soooo much time here during work I don't want my colleagues to think so...

that's why it would be awesome if you could add a white/light theme to the forum...most ppl won't need or like it and I wouldn't even mind, if it had some flaws or bugs or whatever, as long as the basic funcionality is working... ;)

thanks,
Jezzmin

ps: just looked on google for an example theme and found two: http://demo.phpbb3styles.net/Frozen+Phoenix and http://demo.phpbb3styles.net/Artodia%3A+Air
Genuine Spirit Cabalist since 2002

Magicco wrote:i would give my live acc data only to trustworthy ppl like jezzmin

User avatar
HulkGris
Phoenix Knight
 
Posts: 1256
Joined: Jan 23, 2012 19:48

Postby HulkGris » Dec 11, 2012 11:13

Jezzmin wrote:I switch the tab, cause "dark" sides usually look like gaming stuff, and though I don't spend soooo much time here during work I don't want my colleagues to think so...

Don't worry, your colleagues do the same thing :D

Solution : use Chrome and Stylebot extension.
I already use this extension to customize a little bit the top of the forum by :
- reducing the image banner (i prefer a smaller banner)
- reducing the space used for forum link (Board index, user control panel, language choice, etc)
Thx to that, there's more space to show the usefull content.
Here is the custom css i apply on the site :
Code: Select all
#container {
    background: none;
}

#content_up {
    background: none;
    margin-top: -30px;
}

#content_up_left {
    background: none;
}

#content_up_left #breadcrumbs {
    display: none
;
}

#masthead {
    background-size: contain;
    height: 120px;
}

.headerbar {
    float: right;
}

html body {
    padding: 0;
}


There's more work if u want to change all the theme of course :D
RIP : Ectoplasme
My own version of Uthgard Character Builder

User avatar
Fortyseven
Forum Moderator
Forum Moderator
 
Posts: 643
Joined: Apr 01, 2009 00:00
Location: V.N. Milfontes, PT

Postby Fortyseven » Dec 11, 2012 13:13

I personally don't think that's a bad idea! We might need Blue's input on that and a volunteer to build a phpBB3 theme (however, the forum is only embedded in a Joomla installation iirc, unless you specifically address the forum's subfolder and bypass Joomla - meaning for completeness one might consider doing the same for Joomla too). While we're at the web design issues, I volunteer to take care of the horrendous amounts of HTML/CSS validation errors this site has... with permission of course :p
Image
Image
Image

User avatar
Blue
Developer
Developer
 
Posts: 15827
Joined: Apr 22, 2005 00:00

Postby Blue » Dec 11, 2012 13:24

Horrendous amounts?

There exist other styles for the forum but they dont work on a per user basis even when phpBB3 supports it, it does not work.
It's done when it's done. Thanks for your patience.
Every bug gets fixed. Sooner or later.

"It is an inescapable law of nature that the amount of satisfaction one gains from achieving something
is related to how hard it is and easy things can only elicit a fleeting superficial sort of pleasure."


Blue says, "you used macro tools or macro keyboard"
Pala says, "i am disabled. and i have a mechanic left hand that can be programed. its hard to play woith one hand"

[Appeal] Bxxxxxxxx: "why is RA first aid cann man i stealth use and not unstealth cann man ra if man use unstealth ?????????"
BannedUser: "i was not using automate game action my hand was fall on keyboard during i was sleep .... i was completly fall on keyboard ..."

User avatar
Fortyseven
Forum Moderator
Forum Moderator
 
Posts: 643
Joined: Apr 01, 2009 00:00
Location: V.N. Milfontes, PT

Postby Fortyseven » Dec 11, 2012 13:29

Just clicking the validation link at the bottom of the page from ...wherever on the forum yields 19 HTML validation errors (18 from the herald). Only 3 for CSS, but I'd say the former qualifies as "horrendous"!

Edit:
When checking validity of the herald CSS, you just get an error page because it references a local URI as opposed to the referrer, which would yield an absolute URI for the style sheet.
Image
Image
Image

User avatar
Blue
Developer
Developer
 
Posts: 15827
Joined: Apr 22, 2005 00:00

Postby Blue » Dec 11, 2012 13:42

Herald shows 1 HTML error which is because there is one missing "alt" property for an image and 1 CSS error due to invalidating a stylesheet property ("xfont").
It's done when it's done. Thanks for your patience.
Every bug gets fixed. Sooner or later.

"It is an inescapable law of nature that the amount of satisfaction one gains from achieving something
is related to how hard it is and easy things can only elicit a fleeting superficial sort of pleasure."


Blue says, "you used macro tools or macro keyboard"
Pala says, "i am disabled. and i have a mechanic left hand that can be programed. its hard to play woith one hand"

[Appeal] Bxxxxxxxx: "why is RA first aid cann man i stealth use and not unstealth cann man ra if man use unstealth ?????????"
BannedUser: "i was not using automate game action my hand was fall on keyboard during i was sleep .... i was completly fall on keyboard ..."

rana
Warder
 
Posts: 45
Joined: Jun 14, 2012 16:27

Postby rana » Dec 11, 2012 13:52

YES this forum in SAP style would be nice :P

User avatar
Fortyseven
Forum Moderator
Forum Moderator
 
Posts: 643
Joined: Apr 01, 2009 00:00
Location: V.N. Milfontes, PT

Postby Fortyseven » Dec 11, 2012 13:57

Most of the issues aren't in the embedded content, but in the Joomla template you use. Things such as body-exclusive elements (in this case, <div></div>) within the document head, which is an absolute no-go. Just use the validator links in the footer (http://validator.w3.org/check?uri=referer and http://jigsaw.w3.org/css-validator/check?uri=templates/uthgard/css/template.css for the markup and style sheets respectively) to see what I mean. The news page even has non-UTF-8 bytes blocking the validation itself.

I hope you're not offended by the fact that I'm pointing it out, but a site that actually validates without any errors will have a positive effect on search engine rankings etc. As I said, I volunteer to sort it out, I'm not bashing anyone in particular or their efforts.
Image
Image
Image

User avatar
Jezzmin
Phoenix Knight
 
Posts: 1602
Joined: Mar 11, 2010 01:00

Postby Jezzmin » Dec 11, 2012 14:16

rana wrote:YES this forum in SAP style would be nice :P


wtf is SAP style in terms of forum themes? i mean, I know that my company has "interesting" UIs ( :rolleyes: ) but nothing to apply to forums :P
Genuine Spirit Cabalist since 2002

Magicco wrote:i would give my live acc data only to trustworthy ppl like jezzmin


Return to Support

Who is online

Users browsing this forum: Google [Bot] and 22 guests

Sunday, 07. September 2025

Artwork and screen shots Copyright © 2001-2004 Mythic Entertainment, Inc. All rights reserved. Used with permission of Mythic Entertainment. Mythic Entertainment, the Mythic Entertainment logo, "Dark Age of Camelot," "Shrouded Isles," "Foundations," "New Frontiers," "Trials of Atlantis," "Catacombs," "Darkness Rising," the Dark Age of Camelot and subsequent logos, and the stylized Celtic knot are trademarks of Mythic Entertainment, Inc.

Valid XHTML & CSS | Original Design by: LernVid.com | Modified by Uthgard Staff