Forum website resolution

If you need support, you can get help here!
User avatar
majky666
Phoenix Knight
 
Posts: 1470
Joined: Feb 10, 2010 01:00

Postby majky666 » Nov 25, 2010 00:57

I run my screen in 1024*768 and in any topics and any parts of herald i see text cutted on right side (right side end text is not visible) and forum looks moved to right side,left side is ok.When i switch to higher resolution (1280*1024) whole text is visible but due old monitor and weak graphic card,my eyes hurts alot when i read text .
From this issue grows my question: screen resolution is uthgard forum website optimized. And is possible do something with that?
I didnt have this problem with older version of forum website.
Image

User avatar
Astealoth
Eagle Knight
 
Posts: 924
Joined: Jul 10, 2008 00:00
Location: Upstate NY

Postby Astealoth » Nov 25, 2010 03:56

test out some other browsers. some are better with low resolutions than others. i found that chrome and opera are really good at formatting properly in low resolutions, and firefox is ok with it too. internet explorer is really bad about it, tho.

User avatar
majky666
Phoenix Knight
 
Posts: 1470
Joined: Feb 10, 2010 01:00

Postby majky666 » Nov 25, 2010 11:49

I use Mozilla Firefox latest version with latest updates. I have only problem with uthgard forum website, everything else runs well without problems.
edit: Problem is mostly with older topics ( pre hacker attack forum state). In new topics i see whole text,moved to right but visible.
Image

User avatar
Xantham
Gryphon Knight
 
Posts: 317
Joined: Oct 26, 2008 00:00
Location: Dank Meme Dominon

Postby Xantham » Nov 28, 2010 04:51

Astealoth wrote:...internet explorer is really bad, tho.



fixt
Image
Image
Image
Image

User avatar
Liss
Eagle Knight
 
Posts: 535
Joined: May 26, 2009 00:00

Postby Liss » Mar 21, 2013 16:10

A few years later and there is still similar problems going around with posts that contain images.

Like this one:
http://i.imgur.com/nv8Qbd5.jpg

Putting a big image in a forum post pushes the forum size beyond the screen-resolution, and cutting of text to the right.
It is even more evident when someone quotes a post with a big image in it.

Image comes from chrome, 1280x screen resolution.
Also tested with firefox, safari, opera, iron and shiira. Every browser showed the same behaviour.

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

Postby Blue » Mar 21, 2013 16:30

Yes images break the layout. Theres a script which automatical resizes too large images but this probably bugs a bit.
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
HulkGris
Phoenix Knight
 
Posts: 1256
Joined: Jan 23, 2012 19:48

Postby HulkGris » Mar 21, 2013 17:54

For this kind of problem, you can use chrome with Stylebot extension.
Then, you can add custom css to the site.
Add this :
div.postbody div.content img {
max-width: 500px;
}
and customize the 500 by trying many values and checking the result. 500 should be the right value to use with a 1024x768 screen resolution.

I have added many custom css to modify the layout of uthgard site (reducing height of banner and space used by header), this extension is just awesome :D

For standard high resolution, there's an issue with post containing image quoted or attached. Image are resized in 800px width, which is too large when contained in "file-attach scrolling" or in a quote. Can be fixed with the Stylebot extension and this styles :

dt.attach-image img {
max-width: 100%
}
div.postbody div.content blockquote div img {
max-width: 100%
}
RIP : Ectoplasme
My own version of Uthgard Character Builder

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

Postby Blue » Mar 21, 2013 20:15

This should not be required for the standard user. Its a bug that should be fixed.
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
Akip
Alerion Knight
 
Posts: 2123
Joined: May 04, 2006 00:00

Postby Akip » Mar 21, 2013 20:34

as a standart user i can confirm i can't use what ectoplasme just suggested as my brain shuts off after the 2nd line
Image

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

Postby HulkGris » Mar 22, 2013 11:37

Blue wrote:This should not be required for the standard user. Its a bug that should be fixed.

Of course, that's a workaround.

By the way, it points out what's wrong in your scropt. This widht:800px added in img tag is wrong when image appears in quote block or file-attachment. Replacing by or adding a max-width:100% fix the issue on Chrome. But need to test it on FF, IE, Safari to check if it doesn't have negative effect :D

And for standard user, not so hard ! Install Chrome, install extension.
When on Uthgard site, right click anywhere on the page, an choose Stylebot / Style element.
Something appears on the right side !
Click on Edit Css.
Copy paste the style that i wrote on previous post in the large area.
Save.
Press Escape key of your keyboard

That's all folks !
RIP : Ectoplasme
My own version of Uthgard Character Builder

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

Postby Blue » Mar 22, 2013 23:01

Standard users dont read your post ;)
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
Blue
Developer
Developer
 
Posts: 15827
Joined: Apr 22, 2005 00:00

Postby Blue » Mar 22, 2013 23:25

Seems like quotes with images in it break the layout. Images itself are scaled down already but in quotes it takes more space.
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 ..."

Heartace
Myrmidon
 
Posts: 127
Joined: Nov 17, 2012 13:23

Postby Heartace » Mar 23, 2013 00:19

just a hint: I browse this forum sometimes via my smarphone - there is the same problem ;)

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

Postby Blue » Mar 23, 2013 00:20

Heartace wrote:just a hint: I browse this forum sometimes via my smarphone - there is the same problem ;)

Different topic. Scaling the images does not happen dynamically.
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
HulkGris
Phoenix Knight
 
Posts: 1256
Joined: Jan 23, 2012 19:48

Postby HulkGris » Mar 25, 2013 20:03

Blue wrote:Seems like quotes with images in it break the layout. Images itself are scaled down already but in quotes it takes more space.

Are you a standard user ? :wink:
RIP : Ectoplasme
My own version of Uthgard Character Builder

Next

Return to Support

Who is online

Users browsing this forum: Majestic-12 [Bot] and 21 guests

Friday, 05. 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