Location: Asia Pacific, Cyberspace, in the Dark Dystopia
Posts: 19,118
Thanks Given: 2,351
Thanked 3,359 Times in 1,878 Posts
Tapatalk - More Frustrations with Icons, Versions and User Agent String
My frustration with Tapatalk continues. After reinstalling TT for the forums, I'm trying to tweet it so we can get a lot of benefit for forum members. TT has both a free version and a "Pro" version (which we pay for). I paid for the "Pro" version, and the first thing I noticed was that the app icons on the phone are completely the same.
On the left is TT "Free" and on the right is TT "Pro"... they are identical 100%. This is frustrating when testing; and I wonder why they cannot have a sightly different icon for "free" and "pro"...
Then, while testing, I noticed that TT does not consistently follow the standard and send the TT app version number in the User Agent string. Normally, the UA string looks like:
so there is the "Tapatalk/2.4.2" in the UA string which correctly shows the version number.
However, more often the UA string is:
.. where there is no version number. I'm simply confused (again) why TT developers omit this important information from the User Agent string.
So, curious about this, I try to see if certain versions of TT send the UA; so I go to my free and paid "pro" TT apps and try to find the version number in the apps.
Surprise!
There is no "About Tapatalk" page in the phone app and there is no version number to be found anywhere in the app, anywhere.
So, the icon logos on the phone apps are indistinguishable, there is no TT version number in the UA string and there is no TT version information in the app itself.
i am having file like this
#!/bin/bash
read -p 'Username: ' uservar
match='<color="red" />'
text='this is only a test
so please be patient
<color="red" />'
echo "$text" | sed "s/$match/&$uservar\g"
so desireble output what i want is if user type MARIA
this is only a test
so please... (13 Replies)
Hello,
FYI, I upgraded our Tapatalk Version to version 4.8.1 today (from version 4.3.2). All seem to be OK but we never know!
Please post in this thread if you see any problems after the upgrade.
Thanks! (1 Reply)
This post will be soon moved to the "Web Application" forum so our Tapatalk developer friends can follow an unresolved issue with regard to how the Tapatalk app fetches can caches avatar icons.
We start this process by creating a hook in the vB 3.8 tapatalk file get_online_users.php
($hook =... (2 Replies)
Referring back to this thread:
Tapatalk Modification for vB3 - Issue with Avatar Icons
I mentioned that we had some "system bot" code:
In this post, I describe that code and how easy it is to create a "system bot" user for Tapatalk (TT):
Basically, its quite easy. We add a hook to... (0 Replies)