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

I only allow gravatar avatars on my forum. I've modified the XenForo template for this. However, it appears that my users can still upload them via Tapatalk. Any way to prevent this?

For your case you can fix this by doing the following:

Find the following line in mobiquo/include/login.php and mobiquo/include/sign_in.php:

Code:
'can_upload_avatar' => new xmlrpcval($visitor->canUploadAvatar(), "boolean"),

Update it to:

Code:
'can_upload_avatar' => new xmlrpcval(false, "boolean"),
 
  • Like
Reactions: fly
PLEASE add some way to use taigachat in the app, even if its just in a page/window or something.

Its really hard to support third party add-ons across multiple platforms. If you have BYO, you can add a link to the chat room url and then they can use the navigation within BYO to open that in a browser window.
 
We've been considering setting up BYO for our community. Do you think $69/month is absolutely worth it? Has anyone seen exceptional improvements in user engagement / traffic / content / frequency of posting et al after using TapaTalk?
 
We've been considering setting up BYO for our community. Do you think $69/month is absolutely worth it? Has anyone seen exceptional improvements in user engagement / traffic / content / frequency of posting et al after using TapaTalk?

http://xenforo.com/community/thread...ws-phone-mobile-app.27837/page-29#post-787479

Start reading there for my feedback on BYO. I'll put together an article soon on http://www.admin-talk.com about my experiences with BYO on the sites I have it on.
 
Anyone had issues running Tapatalk after switching to HTTPS on their site? Can't view or login using the client at the moment.

EDIT: Fixed. Needed to update the forum URL in the Tapatalk.com dashboard! :oops:

upload_2014-8-8_11-24-1.webp
 
Last edited:
Actually not fixed, can access via my iPad but won't connect on my Android phone. Anyone had similar issues?
 
Its really hard to support third party add-ons across multiple platforms. If you have BYO, you can add a link to the chat room url and then they can use the navigation within BYO to open that in a browser window.
But the problem I run into is that when I add a custom tab (linked to somewhere on our forum like dir, chat, etc.) it doesnt log them in, they have to re-login. Is there a way to keep them logged in?
 
Actually not fixed, can access via my iPad but won't connect on my Android phone. Anyone had similar issues?
@Jayeley (& @BamaStangGuy)

I can confirm this is now happening on another site which switched to HTTPS in the last couple of days. Can access the site via an iDevice, but Android is a no go.

Started a thread over on Tapatalk support forum, but no useful response yet. https://support.tapatalk.com/threads/problems-after-switching-to-https-across-site.25825/

The other site is TheJackArmy.net which is run by @thejackarmy
 
@Jayeley (& @BamaStangGuy)

I can confirm this is now happening on another site which switched to HTTPS in the last couple of days. Can access the site via an iDevice, but Android is a no go.

Started a thread over on Tapatalk support forum, but no useful response yet. https://support.tapatalk.com/threads/problems-after-switching-to-https-across-site.25825/

The other site is TheJackArmy.net which is run by @thejackarmy
Double check your Android devices version and whether the browser supports the SSL ciphers that the web site prefers (setup when you configured SSL for the site). You could be running into the problems discussed at https://theadminzone.com/threads/taz-https-why.116627/

edit okay tried your forums via Android 4.4.2 and yeah can't connect so could be a problem with how your site setup SSL

I only installed Tapatalk on my forums http://community.centminmod.com/ and it works but did a bit of browsing on Tapatalk forums and I think I read your site's SSL has to allow for SSLv3 i think for SSL protocols ?? Some folks only configure SSL protocol for TLS 1.0, TLS 1.1 and TLS 1.2.

Can you guys connect to my forums via Tapatalk http://community.centminmod.com/ ?
 
Last edited:
As an update to this I can now access Tapatalk on the Galaxy S5 which arrived on my door mat yesterday. Not sure if this is 'fixed' or if its because I'm using the latest 'droid version (as per @eva2000's post above).

Can also access @thejackarmy's website as well using it. Can someone try accessing my site zroadster.org and see whether it's accessible via TT?
 
As an update to this I can now access Tapatalk on the Galaxy S5 which arrived on my door mat yesterday. Not sure if this is 'fixed' or if its because I'm using the latest 'droid version (as per @eva2000's post above).

Can also access @thejackarmy's website as well using it. Can someone try accessing my site zroadster.org and see whether it's accessible via TT?
your site works for me now on my phone S2 4.4.2 so probably tapatalk end fixed
 
Top Bottom