Replies

Sep 8, 2015 10 years ago
Kevin
is all-powerful
User Avatar
Wuf

Here you can change your Forum Image which can be displayed on the right or left of your forum posts. The max size of a Signature AND Forum Image COMBINED is 450 pixels wide, and 325 pixels in height.

is there a reason this cannot be enforced by code instead of having this enforced by people? People can go months without getting a verbal warning from it. Or could these even be autoscaled so if they are too large, they are just scaled to fit?

Right now, the current system in place is that people can put up whatever they want, and if they happen to miscalculate or don't really know what they're doing, they get a verbal warning and their images get cleared. This is very off-putting to users, especially less tech-savvy ones. I know verbal warnings don't mean a whole lot, but instead of a kind reminder or offering of help, the user gets a warning which can often upset them.

don't believe me that people don't like how it's set up right now? Read this thread.

I would just love to see this aspect become more user-friendly.

[edit]

Quote by Vindictive
SO, a suggestion that came to mind after dealing with this exact issue this morning is possibly combining the forum image and signature page into one page so that when users are creating their look for their forum posts they can do so accurately with the width and height for both the image and signature displayed as a combined total instead of on separate pages? Or creating a way for the sizing from one page to carry over/show up to the other to allow users to see the total width and height for which ever one was set up first. I am sure after some brain storming we could come up with a much more crisp and detailed idea of this compared to what all I&;ve been able to think up so far.

Sep 8, 2015 10 years ago
Raven
seas the day
User Avatar
Sorn

I agree, I dont even know how to add or judge how large my image is -_-

Sep 8, 2015 10 years ago
far
is a gold digger
User Avatar
Fartsie

[font=arial]But you don't belong to the shadows[/font]

Sep 8, 2015 10 years ago
Lore
is the sole survivor
User Avatar
Endsinger

Yes please

• • •

Sep 8, 2015 10 years ago
Spotlight Champion
Destiny
User Avatar
Dexter

The problem is that even if they were to autoscale a forum image, you still have to deal with whatever is in the signature. I don't know a lot about coding something like that...but is that even possible? To scale two different elements together at the same time to one size?

There is a forum topic to help people with their forum image and signatures. It even helps you to find out how to tell the size. And if you can't figure it out, you can always file a ticket and they will help you. Forum Image and Signature FAQs

Dexter by

Sep 8, 2015 10 years ago
Kevin
is all-powerful
User Avatar
Wuf

there would have to be some rule on how much to scale each the image and signature, and text size would have to be subtracted from the amount of room since that's sorta fixed. it could probably be done. that's why I just prefer a solid code enforced rule so you can't have an image+signature display above a limit. it prevents that from happening and throws and error so you know.

the way it is now though, people don't know that their images breaking the rules, they get a slap on the wrist and that upsets them because they didn't mean to do anything wrong. I just don't want people to get upset and discouraged. I think UAs and mods have better things to do than throwing out verbal warnings for images and answering tickets on how to fix the size of your image.

I am aware of that thread, but I am sure not everyone else is.

Sep 8, 2015 10 years ago
Spotlight Champion
Destiny
User Avatar
Dexter

I am just not sure what could be done in addition to what is done. When you go to the signature page, it tells you the width and height...on mine it says "Your signature is 0 px wide by 0 px tall."

Maybe adding the same to the forum image page might help? I just don't know if auto-scaling would be possible in this instance.

Dexter by

Sep 8, 2015 10 years ago
Kevin
is all-powerful
User Avatar
Wuf

It would be nice if it told what both were in combination. I would think it wouldn't be difficult to just not allow some over a certain dimension though. I'd also like to see those pages combined, being separate pages makes it seem like the limits don't apply to both.

Autoscaling would be more complex than a solid limit, it could probably be done with some work though, but if it is too complex I would just like to see a solid limit imposed instead of letting it be broken and people get verbal warnings. It just seems more user friendly to do it that way.

Sep 8, 2015 10 years ago
Eivor
has a dragon
User Avatar
MacLachlan

Given how off the measurements are at any given point, yes.

[size=6pt][sub][ he/they | aroace/nb ][/sub]

Sep 8, 2015 10 years ago
Lirikai
has some electric moves!
User Avatar

Totally agree. It would be a big help.

Sep 9, 2015 10 years ago
Seerow
is the richest user
User Avatar
Sweetgrass Voice

Ugh yes please. Anything to make it more clear when you are inadvertently breaking the rules.

I've had my exact same forum set since the new forums were released. Only a month or two ago did I get a verbal warning about it. It wasn't the warning that annoyed me, it was the fact that it was automatically cleared and that I'd had the forum set for years at that point. It was one line of texts with art credits, an item, and the current picture I have.

Headshot by

Sep 9, 2015 10 years ago
Jessica
User Avatar

Yes please

I've had a forum image for a long time after the new forums came out. Then all of the sudden, one day, it got cleared. It wasn't even that big, and I was pretty sure it was within the limits...but that doesn't matter. What annoyed me was that it happened out of the blue, when I'd the image for a long time.

Sep 9, 2015 10 years ago
Flying Ace
Speiro
User Avatar

div.forum_signature img { max-height: 100px !important; } div.forum_signature { max-height: 150px !important; overflow: hidden; }

There were a few people with massive images in their signatures and I got sick of it, so I've been using this and my life is so much better for it. It wouldn't be hard to implement officially.

Quote by Destiny
I don&;t know a lot about coding something like that...but is that even possible? To scale two different elements together at the same time to one size?

I don't think that's even necessary. Just establish a size limit for each element separately and it would be really easy to enforce with CSS.

Tell people they get 150px for their forum image, and another 150px for their signature. They don't get to mix and match to have something like a 300px tall image and no signature, because it gets too complicated.


Sep 9, 2015 10 years ago
soup_126
is salty
User Avatar

Just got my first warning the other day due to the size of a cat gif so here's a cat gif

Sep 9, 2015 10 years ago
Evanesce
is a mirage
User Avatar

I've had multiple conversations about this lately. I really want an auto-resizer.

🌈 🌈

Sep 10, 2015 10 years ago
Amanda
beat the meat!
User Avatar
Vince

I have a feeling the autoresizer is probably too complicated just based on how many different things (text, image, emoticons, quotes, etc) can go into a forumset/signature. It would be easier imo to just give a verbal warning and then clear the forumset after a set time (24 hours?) if it is not changed. It is silly to get actual warnings for this.

Sep 10, 2015 10 years ago
Zay
made a huge mistake
User Avatar
Riza

I'm thankful for the css, although I don't know if I'll ever use it. However, right now both the fooum signature and forum image pages say on them:

Quote
The max size of a Signature AND Forum Image COMBINED is 450 pixels wide, and 325 pixels in height.
Seems pretty straightforward to me. Maybe just make it clearer for people that don't understand and explain how to find the height and width of an image themselves, rather than trusting the site's size calculator.

I'd hate to only have 150px. I rarely use a "forum image" so if my signature could only be that tall ever all the time I would be pretty miffed. Granted, my current gif is only 150px tall, but the text makes it another 10px so I wouldn't be able to use it anyway.

I think the best thing would be if some kind of code to resize them could be made, but that's up to staff I suppose on if it can be done.


Proud Gamer | My best friend is

Sep 10, 2015 10 years ago
marvel
ships it
User Avatar
Cutethulhu

I've always been surprised that the site doesn't just return a "This image is too large." error if you try to use something that doesn't meet the criteria. Pretty much any other forum I've been on does that with avatars and signatures and stuff.

Sep 12, 2015 10 years ago
probabilistic
ran a marathon
User Avatar
Pinna

Suggestions:

  1. Add something to the user options that tells you the size of your signature and the size of your forum image

  2. If their combined size exceeds the limit, you get an error message on the user options page, and the site automatically does not display them on your posts, until the issue is fixed

[flower=probabilistic]

Sep 12, 2015 10 years ago
Natasha
is magical
User Avatar
Raven Darkholme

So much agreement. Would really love to see some of the improvements mentioned above.

you say this is a game so take your place
then you set the mask upon your face
my silhouette in the air you trace
and the dagger performs with a start

Please log in to reply to this topic.