Tapatalk Forum App for xenForo - iOS / Android / Windows Phone Mobile App [Deleted]

So they have stripped the below from the login.php file

One more thing to look for, in your moderation.php they have a deprecated statement.
I was getting this in my log constantly:
2013/03/31 11:23:09 [error] 12420#0: *19658 FastCGI sent in stderr: "PHP message: PHP Deprecated: Call-time pass-by-reference has been deprecated in ./include/moderation.php on line 52" while reading response header from upstream, client: 24.49.69.204, server: twowheeldemon.com, request: "POST /mobiquo/mobiquo.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "twowheeldemon.com"
Line 52:
Code:
 if (!$threadModel->canEditThread($thread, $forum, &$errorPhraseKey, $permissions, $visitor->toArray()))

If I'm learning PHP correctly, shouldn't it be
PHP:
if (!$threadModel->canEditThread($thread, $forum, $errorPhraseKey, $permissions, $visitor->toArray()))

The ironic thing is, I posted a message on their support site and used the built in PHP code segment to put their code in... and it stripped the & from the &$errorPhraseKey. Looks like the built in editor does better code than whomever did that segment? :eek:
 
The latest version of this breaks the forum activity feature of TaigaChat. New threads in private forums will appear in the chat even if you have the setting set to only show threads that guests can see. With Tapatalk disabled, private threads do not show up in chat. Again this only started happening after the latest Taptalk update. I've reported the conflict/bug to the author of TaigaChat as well: http://xenforo.com/community/thread...-chat-shoutbox-paid.40821/page-30#post-513945

Edit: Luke posted a quick fix for the issue here with a small edit to line 7 of the tapatalk node model: http://xenforo.com/community/thread...-chat-shoutbox-paid.40821/page-30#post-513959
 
tapatalk updated Tapatalk Forum App for xenForo - iOS / Android / Blackberry mobile app with a new update entry:

Version 1.6.0 release

Update Note:

  1. add new smart banner and related byo options
  2. add tag function back
  3. add support for future suggested conversation users and TapatalkID sign in
  4. optimize move topic function
  5. optimize advanced search features
  6. optimize online status display for byo
  7. optimize push notification feature to avoid push request when server is inaccessible
  8. optimize upgrade tapatalk plugin procedure, requires importing xml during upgrading otherwise forum cannot be connected...

Read the rest of this update entry...
 
What is the best upgrade procedure?

Upgrading Tapatalk
------------------
1. Extract the package and upload and replace all files and directories inside the 'upload' folder to your forum directory
2. Login to your forum Admin Control Panel and go to Home->List Add-ons->Installed Add-ons->Tapatalk->Controls->Upgrade Add-on
3. Upgrade the file 'addon-Tapatalk.xml' in the plugin package.
4. ** Make sure the "mobiquo" folder AND all files inside have the proper permission with at least "755" (chmod -R 755).
 
No thank you... I like the fact it's just a reader. Slim and to the point.
If users want the chat features, the gallery, the garage, etc., that is what the browser is for.
Just because you wouldn't use it doesn't mean it shouldn't be added. It would be easy enough to have it as an on/off option in the ACP. It is one of the most used addons for XF.
 
Just because you wouldn't use it doesn't mean it shouldn't be added. It would be easy enough to have it as an on/off option in the ACP. It is one of the most used addons for XF.
Basically it does what it is was designed to do. My point was, if you are going to want it integrated with the TaigaChat, then why not CometChat also - and then the Gallery, and then the ShowCase and so on and so on. By that time, you are basically using a browser. That is the beauty of Tapatalk - it is a forum reader... their API is available. You want one with all those other neat features, you are able to grab the API and code to your hearts content.:D
 
+1 for Taigachat support.
The authors of Tapatalk do not frequent here... so if you REALLY want integration, I would suggest registering at their site and posting in their support forum - but I got a sneaky suspicion you will get pretty much the same response there.
 
The "smartbanner" seems to always be included with http, which causes an error when the site is enabled for https (the resource should be fetched with https instead).

You can see it here: https://cemzoo.com/

Code:
<script src="[URL='http://xenforo.com/community/view-source:http://cemzoo.com/mobiquo/smartbanner/jquery.smartbanner.js']http://cemzoo.com/mobiquo/smartbanner/jquery.smartbanner.js[/URL]" type="text/javascript"></script>

Even when the site is https, it loads as http
 
Is there an option for that ? I didn't see any way to disable the banner in the Options for Tapatalk
Other than hacking it and editing the template, that is
 
Is there an option for that ? I didn't see any way to disable the banner in the Options for Tapatalk
Other than hacking it and editing the template, that is
I think he's referring to going into debug mode and disabling the TapaTalk template_hook listener.
 
Correct. I just wish XF kept it disabled regardless of when you upgrade the add-on :( I'm sure I'll do an upgrade at some stage and forget to do this.
I forgot about it when I upgraded, and got the bloody annoying banner the first time I went to my site on my phone :mad:
 
I forgot about it when I upgraded, and got the bloody annoying banner the first time I went to my site on my phone :mad:
I don't think Tapatalk needs that banner anymore. At least on IOS, there is a very visible banner on top (that triggers with a meta tag in the head) for the App. I am going to fly over the Tapatalk support forums and suggest and option to remove that.
 
Back
Top Bottom