Jump to content

Can anything be done about crazy signatures?


bigPaws

Recommended Posts

Posted

On mobile (yes, some of us use that these days ;) ) it's quite frustrating how long a users signature can be, for example in my attached screenshot a single signature takes up one full screen on an iPhone 6. Could IPS turn on some kind of limiter if that's in v4? Or maybe you could have them go in to a collapsed div once they are more than 5 lines long? This would be primarily for the benefit of us mobile users :)

 

image.jpg

Posted

Actually this is super easy. Adjust width as needed. And you owe me a beer.

Into custom.css paste...

@media screen and (max-width: 979px) {
    [data-role="memberSignature"] {
        visibility: hidden;
    }

}

Granted this makes them all hidden regardless of length on mobile but do you really want to waste your time while on mobile on any signatures?

Posted

 

Granted this makes them all hidden regardless of length on mobile but do you really want to waste your time while on mobile on any signatures?

​If you want to set a max height, you could just as well do 'max-height: 150px; overflow: hidden;' rather than 'visibility: hidden;'. Easy.

Posted

Thread derail: How's advanced tags looking for ISP4 Ryan?

​Easy Pages is done and ready; ATP is very early stages. I don't have much progress yet. It'll be ready though.

Posted

​How to undo this?

​I have captured the steps for you :)

Menu -> Account -> Ignored Users -> Click on settings icon -> Change ignored content and Update preferences (or click Stop ignoring user)

See images below

IMG_20150130_145723.JPG

IMG_20150130_145709.JPG

IMG_20150130_145655.JPG

IMG_20150130_145637.JPG

IMG_20150130_145611.JPG

Posted

I think a good user base setting would be to allow users to hide signatures in mobile view. This is something easy I can add a mod for but I think it's a very user-based setting.

Posted

​I have captured the steps for you :)

Menu -> Account -> Ignored Users -> Click on settings icon -> Change ignored content and Update preferences (or click Stop ignoring user)

See images below

​Wonderful! Thank you!

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...