Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Tapatalk Signature ("Sent from my...") Remover for VB3 & VB4 Details »»
Tapatalk Signature ("Sent from my...") Remover for VB3 & VB4
Version: 1.1, by BirdOPrey5 (Senior Member) BirdOPrey5 is offline
Developer Last Online: Aug 2023 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 4.x.x Rating:
Released: 01-17-2011 Last Update: 04-14-2012 Installs: 108
Uses Plugins
Re-useable Code Translations  
No support by the author.

Brought to you by BirdOPrey5
www.Qapla.com


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.

Full instructions in zip file.

------------------------------------------------------

Please "Mark as Installed" if you use this.
Donations always appreciated. :up:
Nominate MOTM if you LOVE it! ]

Download Now

File Type: zip Tapatalk Sig Remover by BOP5v11.zip (2.7 KB, 210 views)

Screenshots

File Type: jpg ss_ttremove_settings.jpg (41.1 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
nacaruncr

Comments
  #32  
Old 02-24-2011, 06:05 PM
karabaja3's Avatar
karabaja3 karabaja3 is offline
 
Join Date: Jan 2008
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any news about cron option?
Reply With Quote
  #33  
Old 02-24-2011, 07:18 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, if/when there is news I will post it here.
Reply With Quote
  #34  
Old 02-25-2011, 01:51 PM
jbeam jbeam is offline
 
Join Date: Mar 2008
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.

http://www.thenewx.org/forum/showthread.php?t=39487
Reply With Quote
  #35  
Old 02-25-2011, 04:56 PM
jbeam jbeam is offline
 
Join Date: Mar 2008
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #36  
Old 02-26-2011, 04:53 AM
yellowpeter's Avatar
yellowpeter yellowpeter is offline
 
Join Date: Dec 2008
Posts: 599
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #37  
Old 02-26-2011, 01:56 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jbeam View Post
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 View Post
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.
Awesome news!
Reply With Quote
  #38  
Old 03-01-2011, 07:47 PM
karabaja3's Avatar
karabaja3 karabaja3 is offline
 
Join Date: Jan 2008
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yellowpeter View Post
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.
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 View Post
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?
Reply With Quote
  #39  
Old 03-05-2011, 01:06 PM
yellowpeter's Avatar
yellowpeter yellowpeter is offline
 
Join Date: Dec 2008
Posts: 599
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by karabaja3 View Post
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.



And what if user has an old app of Tapatalk installed at his iPhone?
Majority of users will update the iPhone app within 2 weeks of our app update. Apple did a great job on making sure people upgrade their apps.

I expect this will happen within this month, pending for Apple approval.
Reply With Quote
  #40  
Old 03-05-2011, 01:11 PM
yellowpeter's Avatar
yellowpeter yellowpeter is offline
 
Join Date: Dec 2008
Posts: 599
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by karabaja3 View Post
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.



And what if user has an old app of Tapatalk installed at his iPhone?
Majority of users will update the iPhone app within 2 weeks of our app update. Apple did a great job on making sure people upgrade their apps.

I expect this will happen within this month, pending for Apple approval.
Reply With Quote
  #41  
Old 03-10-2011, 05:11 PM
karabaja3's Avatar
karabaja3 karabaja3 is offline
 
Join Date: Jan 2008
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a SQL query to remove Sent from my iPhone using Tapatalk from all posts?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:10 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05053 seconds
  • Memory Usage 2,346KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete