bigPaws Posted January 29, 2015 Posted January 29, 2015 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
Ryan H. Posted January 29, 2015 Posted January 29, 2015 Well, you can ignore some or all signatures as a user. X at the top right.
Flitterkill Posted January 30, 2015 Posted January 30, 2015 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?
Ryan H. Posted January 30, 2015 Posted January 30, 2015 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.
Flitterkill Posted January 30, 2015 Posted January 30, 2015 And now your problem is solved! Thread derail: How's advanced tags looking for ISP4 Ryan?
LaCollision Posted January 30, 2015 Posted January 30, 2015 The signatures could maybe be hidden by default on mobiles?
Ryan H. Posted January 30, 2015 Posted January 30, 2015 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.
Feneroin Posted January 30, 2015 Posted January 30, 2015 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
The Jimmo Posted January 30, 2015 Posted January 30, 2015 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.
Misi Posted January 30, 2015 Posted January 30, 2015 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.