Posted January 29, 201510 yr 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
January 30, 201510 yr 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?
January 30, 201510 yr 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.
January 30, 201510 yr And now your problem is solved! Thread derail: How's advanced tags looking for ISP4 Ryan?
January 30, 201510 yr 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.
January 30, 201510 yr 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
January 30, 201510 yr 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.
January 30, 201510 yr 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.