Washerhelp Posted April 11, 2017 Posted April 11, 2017 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.
Adriano Faria Posted April 11, 2017 Posted April 11, 2017 There are a couple of resources on marketplace for this.
Washerhelp Posted April 11, 2017 Author Posted April 11, 2017 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.
Mopar1973Man Posted July 31, 2017 Posted July 31, 2017 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.
Joel R Posted August 1, 2017 Posted August 1, 2017 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.
ehren. Posted August 1, 2017 Posted August 1, 2017 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; }
Washerhelp Posted August 3, 2017 Author Posted August 3, 2017 Thanks ehren. I just had a look in the forums folder but couldn't see a stylesheet.
ehren. Posted August 4, 2017 Posted August 4, 2017 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
Washerhelp Posted August 4, 2017 Author Posted August 4, 2017 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.
Robert Williams Posted October 9, 2017 Posted October 9, 2017 I just want a particular usergroup's signatures to display on mobile view, anyone any ideas how I could do that? Thanks
Mopar1973Man Posted October 9, 2017 Posted October 9, 2017 I wish the option was just in the AdminCP area for mobile devices...
kar3n2 Posted February 10, 2018 Posted February 10, 2018 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..
Midnight Modding Posted February 10, 2018 Posted February 10, 2018 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.
kar3n2 Posted February 10, 2018 Posted February 10, 2018 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?
Midnight Modding Posted February 11, 2018 Posted February 11, 2018 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.
kar3n2 Posted February 11, 2018 Posted February 11, 2018 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.
Sheffielder Posted February 16, 2018 Posted February 16, 2018 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.