Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 11, 20177 yr Invision Power has decided no one wants to show signatures on the mobile platform. I'm sure there's a logical reason why this might be a good idea for many forums. But I need my signature to show on my forums in the mobile version. Can it not be made an administrators choice? I give a lot of advice on my forums and need a disclaimer in my signature. This plays a very important role. I can't be the only admin with important information in their signature? Please give us more choices of how we run our forums. I need people to see my safety warnings and disclaimer. I don't care about any other signatures but it would be great to be able to switch them on for admins.
April 11, 20177 yr Author Thanks. Does anyone know why sigs should be completely banished by the developers? As I say I understand how it might be desirable to have them not display in restricted space especially as many of them are just rubbish - no offence meant but I don't understand why so many things are decided by IPS with no option to override by admins. Some signatures used by admins contain useful, pertinent and even essential information.
July 31, 20177 yr Like on my site (Mopar1973Man.Com) the signature is used for vehicle information so its a required thing on my site so I've got to produce a hack to display signatures on mobile devices. Go into the templates edit this... <div data-role="memberSignature" class='ipsResponsive_hidePhone'> To this... <div data-role="memberSignature"> Signatures are displayed with this hack.
August 1, 20177 yr 1 hour ago, Mopar1973Man said: Like on my site (Mopar1973Man.Com) the signature is used for vehicle information so its a required thing on my site so I've got to produce a hack to display signatures on mobile devices. Go into the templates edit this... <div data-role="memberSignature" class='ipsResponsive_hidePhone'> To this... <div data-role="memberSignature"> Signatures are displayed with this hack. Nominating this for IPS Tip of the Day.
August 1, 20177 yr A css solution is always easier to maintain, and is upgrade-friendly /* Show signatures on all devices */ .ipsApp div[data-role="memberSignature"]{ display: block !important; }
August 3, 20177 yr Author Thanks ehren. I just had a look in the forums folder but couldn't see a stylesheet.
August 4, 20177 yr 8 hours ago, Washerhelp said: Thanks ehren. I just had a look in the forums folder but couldn't see a stylesheet. ACP > Customization > Themes > Edit HTML & CSS > CSS > custom.css
August 4, 20177 yr Author Thanks ehren. I didn't think to use the control panel. I usually find files using ftp and edit them directly. Will give that a try cheers.
October 9, 20177 yr I just want a particular usergroup's signatures to display on mobile view, anyone any ideas how I could do that? Thanks
February 10, 20187 yr On 8/1/2017 at 3:10 AM, ehren. said: A css solution is always easier to maintain, and is upgrade-friendly /* Show signatures on all devices */ .ipsApp div[data-role="memberSignature"]{ display: block !important; } Thanks I want them to show on mobile too so I shall do this THANKS it worked brilliantly..
February 10, 20187 yr On 4/11/2017 at 10:53 AM, Washerhelp said: Thanks. Does anyone know why sigs should be completely banished by the developers? My guess is some sigs are probably difficult to prevent from causing issues on mobile devices.
February 10, 20187 yr 3 hours ago, Midnight Modding said: My guess is some sigs are probably difficult to prevent from causing issues on mobile devices. Do you think perhaps that is if the images are too big that we might allow?
February 11, 20187 yr 6 hours ago, kar3n2 said: Do you think perhaps that is if the images are too big that we might allow? That's what I was assuming is that on mobile it would take a lot less of that to cause a problem. And if people allowed less in sigs, then people would be more limited on standard devices. I guess what they could do is make an option where you choose to have only text show in sigs when in mobile or allow nothing or allow everything. So then it would alter sigs depending on if you're in mobile or not.
February 11, 20187 yr I have tested on mobile and sigs are responsive but just as on the laptop they have to be restricted in image sizes else they will just be too much for people to bear seeing large images throughout the conversations. So yeah they work on mobiles nicely too that's what I needed to see.
February 16, 20187 yr On 01/08/2017 at 12:24 AM, Mopar1973Man said: Like on my site (Mopar1973Man.Com) the signature is used for vehicle information so its a required thing on my site so I've got to produce a hack to display signatures on mobile devices. Go into the templates edit this... <div data-role="memberSignature" class='ipsResponsive_hidePhone'> To this... <div data-role="memberSignature"> Signatures are displayed with this hack. Thank you for this - this is what I was looking for!
Archived
This topic is now archived and is closed to further replies.