vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - iPhone / Android / webOS / WP7 / BlackBerry for vB - Tapatalk (https://vborg.vbsupport.ru/showthread.php?t=208412)

yellowpeter 10-13-2009 02:37 AM

Quote:

Originally Posted by mhackl (Post 1898316)
I have noticed that I have been getting randomly kicked out of the app ever since I upgraded to the new app.

We notice there are some instablility issues in full screen image viewing - and are working into a fix.

Are you able to consistently reproduce the problem? If so, please let us know and likely we can fix it right the way. :up:

Trek 10-13-2009 08:42 PM

I just signed up, installed and bought the iPhone app. Worked perfectly, the first time! Excellent work on this, it makes browsing my forums much easier as they are far from designed for mobile.

About the only thing missing right now, I'm the forum owner/admin and I'd like to be able to do some of the administration functions. Still though, what is there, works very nicely!

Trek 10-13-2009 08:57 PM

Ohh one other thing that would be really nice, support for BBCODE. =)

yellowpeter 10-15-2009 12:19 AM

Quote:

Originally Posted by Trek (Post 1899295)
I just signed up, installed and bought the iPhone app. Worked perfectly, the first time! Excellent work on this, it makes browsing my forums much easier as they are far from designed for mobile.

About the only thing missing right now, I'm the forum owner/admin and I'd like to be able to do some of the administration functions. Still though, what is there, works very nicely!

We're glad that you like it!

The app support only few set of basic BBCode now including url, quote, and img, we will add few more along the way. The admin feature unfortunately is lower priority as only a subset of user will find this feature useful. Eventually we will get it done though.

mhackl 10-15-2009 01:59 PM

Quote:

Originally Posted by yellowpeter (Post 1898935)
We notice there are some instablility issues in full screen image viewing - and are working into a fix.

Are you able to consistently reproduce the problem? If so, please let us know and likely we can fix it right the way. :up:

I've noticed that the failure occurs when loading threads, but not any one thread so far. Also, I noticed that the "send" button is grayed out when posting in landscape mode. Many of the threads on my forum have hi-res images. I haven't noticed if this is correlates to the failure or not, but I keep an eye out.

mhackl 10-15-2009 02:04 PM

Request (if possible):
https://vborg.vbsupport.ru/external/2009/10/17.png
Is it possible to set a default post icon for posts made via tapatalk? I'd like to make an iPhone post icon so that you can see who's using the app.

yellowpeter 10-15-2009 11:47 PM

Quote:

Originally Posted by mhackl (Post 1900321)
I've noticed that the failure occurs when loading threads, but not any one thread so far. Also, I noticed that the "send" button is grayed out when posting in landscape mode. Many of the threads on my forum have hi-res images. I haven't noticed if this is correlates to the failure or not, but I keep an eye out.

Do you mean the app just crashed when loading certain threads? Or the app stuck at the "Loading" dialogue?

yellowpeter 10-15-2009 11:49 PM

Quote:

Originally Posted by mhackl (Post 1900324)
Request (if possible):
https://vborg.vbsupport.ru/external/2009/10/17.png
Is it possible to set a default post icon for posts made via tapatalk? I'd like to make an iPhone post icon so that you can see who's using the app.

Do you mean adding an icon within the post content to show the post is sent via Tapatalk? Right now we simply add a signature text (can be turned off though) at the end.

mhackl 10-21-2009 04:05 AM

Quote:

Originally Posted by yellowpeter (Post 1900615)
Do you mean adding an icon within the post content to show the post is sent via Tapatalk? Right now we simply add a signature text (can be turned off though) at the end.

OK, I hadn't noticed it. I guess that would work fine.

mhackl 10-22-2009 05:13 AM

I just added anti-leeching code to my htaccess file today and now when I select my site from the forum list on Tapatalk it kicks me out of the app (everytime). Is there a specific domain or ip that needs to be excluded to accommodate for Tapatalk?

Code:

RewriteCond %{HTTP_USER_AGENT} ^facebookexternalhit.*$ [OR]
RewriteCond %{http_referer} .
# Your domain(s)
RewriteCond %{http_referer} !^http://([^.]+\.)?DOMAIN\.com
# Your IP address(es)
RewriteCond %{http_referer} !^http://192\.168\.0\.1$
# SE cache and transaltion service exclusions (substitute your own domain name for "themodelhangar")
RewriteCond %{http_referer} !^http://.*(search|cache|translate).+DOMAIN\.com
RewriteCond %{http_referer} !^http://images\.google\..+www\.DOMAIN\.com
# google image IPs
RewriteCond %{http_referer} !^http://216\.239\.(3[2-9]?[45][0-9]?6[0-3])\..*themodelhangar\.com
RewriteCond %{http_referer} !^http://rds\.yahoo\.com/.+DOMAIN\.com
RewriteCond %{http_referer} !^http://aolsearch\.aol\.com/aol/search
RewriteCond %{http_referer} !^http://babelfish\.altavista\.com/.*DOMAIN\.com
RewriteCond %{http_referer} !^http://.*gigablast\.com/
RewriteCond %{http_referer} !^http://.*searchhippo\.com.*DOMAIN\.com
RewriteCond %{http_referer} !^http://web\.archive\.org/web/.+DOMAIN\.com
RewriteCond %{http_referer} !^http://fets.*\.freetranslation\.com.+DOMAIN
RewriteCond %{http_referer} !^http://client\.sidesearch\.lycos\.com
RewriteCond %{http_referer} !^http://cc\.msnscache\.com/cache\.aspx
RewriteCond %{http_referer} !^http://web.ask.com/redir.*DOMAIN\.com
# Netscape 4
RewriteCond %{http_referer} !^wy[cs]iwyg://[0-9]{1,2}/http://(www\.)?DOMAIN\.com
# Synergetics translation
RewriteCond %{REMOTE_ADDR} !^207\.228\.(19[2-9]|2[01][0-9]|22[0-3])\.
RewriteCond %{REQUEST_URI} !/images/remote.jpg
RewriteRule .*.(mpg|png|mp3|gif|GIF|jpg|JPG|js|css)$ http://DOMAIN.com/images/remote.jpg [R]


yellowpeter 10-22-2009 08:31 AM

Hi,

The app access only the tapatalk.com domain - is there a way you can tell us which IP is having problem with?

Cheers,

yellowpeter 10-24-2009 12:34 PM

We have submitted the latest iPhone app version 1.4 to Apple few days ago with "Edit" function where you can open you post in edit mode and save the change on the fly.. I hope you guys will like it. In addition we have reworked the pagination and full screen images display logic to make it more stable and usable.

I will let you guys know as soon as it is approved.

Make sure you upgrade your plugin (MOD) to version 1.1 to take advantage the new feature.. Cheers.

bada_bing 10-25-2009 07:38 PM

I am receiving an error when I click the Inbox.. I get this message

This function is currently unavailable- please contact your forum administrator if this problem persists.

yellowpeter 10-27-2009 12:06 AM

Are you still having this problem? PM me the URL of your forum and a test account and we will look into it accordingly..

Or you can open a issue ticket at http://www.tapatalk.com/forum/forumdisplay.php?f=13

Cheers

black_bullitt 10-28-2009 12:32 AM

Installed!

So far so good, but I've only been able to do some very basic looking around.

One thing I noticed right off the bat: Is there a way to save our site as a favorite when opening the Tapatalk application, versus having to search for it? Or even better, would there be a way to place an icon on the homescreen that would go straight to our forum (much like you're able to do with a bookmarked website)?

Thanks for any answers!

Rich

rob01 10-28-2009 05:02 AM

you will make a app for the BB bold or/and storm?

jmpa 10-28-2009 05:21 AM

Is this fully utf-8 compatible?

yellowpeter 10-28-2009 02:39 PM

Quote:

Originally Posted by jmpa (Post 1907296)
Is this fully utf-8 compatible?

Yes this app support all kind of languages from Arab to Swedish

yellowpeter 10-28-2009 02:40 PM

Quote:

Originally Posted by rob01 (Post 1907290)
you will make a app for the BB bold or/and storm?

We are developing BB version with OS 4.5+ support. :D

yellowpeter 10-28-2009 02:42 PM

Quote:

Originally Posted by black_bullitt (Post 1907211)
Installed!

So far so good, but I've only been able to do some very basic looking around.

One thing I noticed right off the bat: Is there a way to save our site as a favorite when opening the Tapatalk application, versus having to search for it? Or even better, would there be a way to place an icon on the homescreen that would go straight to our forum (much like you're able to do with a bookmarked website)?

Thanks for any answers!

Rich

Your forum is automatically added to user's favorites so next time he starts the app your forum will be shown on the favorites screen as entry screen.

And unfortunately no Apple won't allow us to change icon dynamically.. :(

black_bullitt 10-28-2009 09:28 PM

Quote:

Originally Posted by yellowpeter (Post 1907405)
Your forum is automatically added to user's favorites so next time he starts the app your forum will be shown on the favorites screen as entry screen.

And unfortunately no Apple won't allow us to change icon dynamically.. :(

Noticed that last night as I was playing around with the app a little more, many thanks!

yellowpeter 10-29-2009 07:31 AM

Quote:

Originally Posted by black_bullitt (Post 1907575)
Noticed that last night as I was playing around with the app a little more, many thanks!

No problem.. glad you like this.

BTW we are going to release a Nokia version of Tapatalk beta app in a week time, stay tuned!

yellowpeter 11-05-2009 04:17 AM

Hi all,

Today we received a letter from Apple that our app is rejected because of use of "Private API" (read this if you interested to know more: http://groups.google.com/group/three...5046771539d139) - We are going to submit a new app later tonight and keep our finger crosses.

On a bright side it allows us to include a lot more fixes and tweaks to improve the iPhone app, namely:

- better pagination support - the pagination bar will be scrollable up-and-down with the thread view to allow more viewing space, and added "Previous Page" and "Next Page" button at the bottom.
- less crashes - we expect the update will be more (much more) stable than 1.3
- better full screen images support - able to view more images where 1.3 had problem to view
- Edit Post - you can edit the post that you had previously submitted
- "New Posts" - a special place where it shows the latest unread posts. Also topic will be highlighted with blue-dot to indicate unread topics

yellowpeter 11-09-2009 12:34 PM

1 Attachment(s)
** Only One MOD installation required for multiple device support!! **

** Android Beta 2 released at Android Market!! - Dec 7, 2009**

** iPhone Lite version released - Dec 1, 2009.

** iPhone full version 1.4 with "New Posts" feature - Dec 1, 2009.

** iPhone Mobile Upload - Now waiting for Apple review!! Check out post #31 - Waiting for Apple approval**

** Download Nokia Beta app right here in the MOD download section!! - Nov 15, 2009**


Tapatalk is an iPhone and Nokia app that can natively connect to your vBulletin system (with this MOD installed in your vBulletin system). It is currently works in iPhone and Nokia S60 devices.

Here are some of the highlights of this setup:
- basic actions like create / reply messages / topics / posts (Android, iPhone, Nokia)
- famous vBulletin "New Posts" feature supported. See the red badge with unread counts in iPhone!
- Image / Camera Image Upload (iPhone)
- private message and topic subscriptions / bookmarks are supported. (Android, iPhone, Nokia)
- quote reply is supported (Android, iPhone, Nokia)
- user profile look-up (Android, iPhone, Nokia)
- currently online users list (iPhone)
- forum statistic such as number of members and topics, etc. (iPhone)

Installation:

- simple MOD installation is needed
- the MOD reuses all vBulletin security policy (i.e. it doesn't read the database directly)
- the architecture minimize the bandwidth between the app and your server so to save user's data-plan (not everyone has unlimited data package) and higher performance
- the plugin sits in its own directory and does not overwrite or change any of your forum's file and configuration
- direction connection between your forum and your member's mobile device (no pass-thru to our server)

iPhone screenshot:

https://vborg.vbsupport.ru/external/2009/11/26.png


Nokia screenshot:

https://vborg.vbsupport.ru/external/2009/11/26.png


Supported device:

- iPhone:
  • All iPod Touch and iPhone (2G/3G/3GS)
- Nokia S60 3th edition devices:
  • Nokia 5320 XpressMusic
  • Nokia 5630 XpressMusic
  • Nokia 5730 XpressMusic
  • Nokia 6210 Navigator
  • Nokia 6220 classic
  • Nokia 6650 fold
  • Nokia 6710 Navigator
  • Nokia 6720 classic
  • Nokia 6730 classic
  • Nokia 6760 slide
  • Nokia 6790 Surge
  • Nokia E52
  • Nokia E55
  • Nokia E71x
  • Nokia E72
  • Nokia E75
  • Nokia N78
  • Nokia N79
  • Nokia N85
  • Nokia N86 8MP
  • Nokia N96
- Nokia S60 5th Edition devices:
  • Nokia 5800 XpressMusic
  • Nokia 5800 Navigation Edition
  • Nokia 5530 XpressMusic
  • Nokia 5230
  • Nokia N97
  • Nokia N97 mini
  • Nokia X6
- Samsung:
  • Samsung GT-i8510 (INNOV8)
  • Samsung GT-I7110
  • Samsung SGH-L870
  • Samsung i8910 Omnia HD
- Sony Ericsson
  • Satio

MOD Download:
  • You can download this MOD here and extensive instruction can be found here
  • We established a database allows you to add your forum URL to the list so iPhone and Nokia app users can find your forum without entering the URL. The website also provides analytics information so you can track how many users access your forum via this app (iPhone only)

App Download:
  • iPhone app can be downloaded at Apple App store
  • Nokia app can be downloaded in this MOD page (look for tapatalk_nokia.zip) and unzip it and install it onto your device memory card. Alternatively you can use your device browser to point to http://www.tapatalk.com/nokia/tapatalk.dm - it will install automatically.
  • Nokia app is currently in beta, still in development mode but very usable, although the color and style may not up to your standard. We are working on it.

yellowpeter 11-09-2009 12:37 PM

Reposting this MOD to conform with vb.org rules and requirement. :cool:

Kolbi 11-09-2009 02:37 PM

Can be some Samsung devices be added? Or is it impossible?

SVTCobraLTD 11-09-2009 03:51 PM

Any chance of a blackberry app coming out?

slinky 11-09-2009 04:04 PM

Quote:

Originally Posted by yellowpeter (Post 1910430)
Hi all,

Today we received a letter from Apple that our app is rejected because of use of "Private API" (read this if you interested to know more: http://groups.google.com/group/three...5046771539d139) - We are going to submit a new app later tonight and keep our finger crosses.

This is why I love Apple! They are protecting you and I from serious problems in our lives!!!!

If only we had Apple refrigerators, Apple cars, Apple homes, we'd all be happy people. We should never stray from Apple and we should make sure that all of our equipment only allows us to use other Apple equipment.

yellowpeter 11-09-2009 11:12 PM

Quote:

Originally Posted by Kolbi (Post 1912001)
Can be some Samsung devices be added? Or is it impossible?

I think we eventually will. Which range of Samsung devices you want to see it to support?

1320Nation 11-10-2009 12:39 AM

Is this mod in addition to this mod here?: https://vborg.vbsupport.ru/showthread.php?t=206782

If so, what needs to be done for both mods to be installed?

yellowpeter 11-10-2009 12:50 AM

Quote:

Originally Posted by psychobike (Post 1912204)
Is this mod in addition to this mod here?: https://vborg.vbsupport.ru/showthread.php?t=206782

If so, what needs to be done for both mods to be installed?

psychobike, nothing need to be done at the serverside if you had the MOD already installed. :)
however if you (or your members) have a nokia device (or if your members have it), you can follow the above instruction to get the nokia client installed.

abode 11-10-2009 09:05 AM

its really one of the best mod but can you add bb
http://www.blackberry.com

70 % of my remembers use it

yellowpeter 11-10-2009 09:41 AM

Quote:

Originally Posted by abode (Post 1912303)
its really one of the best mod but can you add bb
http://www.blackberry.com

70 % of my remembers use it

We are working on it. :D I have been asked many time the timeline of BB - it's hard to commit a timeline but judging from our experience of Nokia and iPhone it should be ready by end of December or early January.

Kolbi 11-10-2009 03:10 PM

I would like to have the Samsung Omnia i900 added :)

yellowpeter 11-11-2009 04:39 AM

Quote:

Originally Posted by Kolbi (Post 1912421)
I would like to have the Samsung Omnia i900 added :)

We will have a look on that... :cool:

FreshFroot 11-11-2009 06:41 AM

nice work mates.

themikefrancesa 11-11-2009 12:52 PM

We just installed this on our site (http://www.themikefrancesa.com) about 2 days ago and I love it!!

Definite potential here guys/gals. Thanks for the hard work.

.Tim 11-11-2009 05:05 PM

A windows mobile version would be nice but I'm not holding my breath. :(

yellowpeter 11-12-2009 08:57 AM

Quote:

Originally Posted by .Tim (Post 1912779)
A windows mobile version would be nice but I'm not holding my breath. :(

you never know! the Nokia app is based on WRT technology which can be ported to Windows Mobile and Blackberry Storm in a reasonably short period of time. Of course it won't happen until we got the Nokia app UI sorted out - it is quite different experience from Android and iPhone.

We are getting there...

PixelFx 11-12-2009 04:11 PM

Great work, thanks for all the hard work on this.


All times are GMT. The time now is 10:31 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01826 seconds
  • Memory Usage 1,855KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete