Version 1.1 - Updated to work with Tapatalk AND Tapatalk 2.
Tapatalk (www.tapatalk.com) is an add-on for vBulletin to allow uses with iPhones, Droids, Blackberrys, and other smart phones to easily view and post on your forum.
However Tapatalk has one annoying feature- It adds a "Sent from my iPhone using Tapatalk" message at the end of each message if the user posting has enabled this feature.
NEW - As of April 2016 Tapatalk no longer allows Admins with free accounts to shut off the signatures from users using Tapatalk. This mod has become useful again.
This mod will hide or replace at your option all of the "Sent from my X using Tapatalk" messages giving you a cleaner looking forum.
At your option you can also replace the signature with something else, perhaps a small image or a link or whatever you want, HTML is allowed in the replacement.
This works for VB 3.7, 3.8, 4.0.x, 4.1.x and 4.2.x versions of vBulletin.
Doesn't work for me either. I have tried modifying the Tapatalk signature and then I tried just leaving the field blank to remove it and neither worked.
Due to overwhelmed response of this work, we will add a switch at the serverside so you will be able to turn it on/off for all members using Tapatalk, the app will not insert signature if you have it turned off.
We will roll it out for next iPhone and Android update. We will also update our Forum Owner Area so you can turn it to off explicitly.
Ok, I think I now see why it's not working. I assume that my default "Sent from my PC36100 using Tapatalk" string must not be listed in the mod.
This mod uses a regular expression to match any device name... basically it looks for:
"Sent from my XXX using Tapatalk" where XXX is any combination of letters and numbers, underscores, or dashes... the exact regular expression is:
Code:
Sent from my ([\w _-]+) using Tapatalk
and yes that should successfully match: "Sent from my PC36100 using Tapatalk" so I'm guessing it must be some other reason it's not working for you.
Quote:
Originally Posted by yellowpeter
Guys,
Due to overwhelmed response of this work, we will add a switch at the serverside so you will be able to turn it on/off for all members using Tapatalk, the app will not insert signature if you have it turned off.
We will roll it out for next iPhone and Android update. We will also update our Forum Owner Area so you can turn it to off explicitly.
Due to overwhelmed response of this work, we will add a switch at the serverside so you will be able to turn it on/off for all members using Tapatalk, the app will not insert signature if you have it turned off.
Thank god fot this! When can we expect update? I was thinking to delete Tapatalk option on my two forums becuase of that iritiating signature.
Quote:
Originally Posted by yellowpeter
We will roll it out for next iPhone and Android update. We will also update our Forum Owner Area so you can turn it to off explicitly.
And what if user has an old app of Tapatalk installed at his iPhone?