Version 1.5.0 release
Update Note:
Version 1.5.1...
- Optimize online features.
- Optimize option display.
- Optimize push feature.
- Add smart banner feature.
- Add support for multi-quote function.
- Add rename topic function for moderator.
- Add option of custom content(bbcode) replacement.
- Remove tapatalk detect js.
- Increase compatibility with other modes.
- Release register function including : register, change password, find forgotten password and update email
Check your forum URL in your Tapatalk site dasbhoard. Make sure it is pointed at the new URL?After moving my website to a new server i am seeing this error below. Not sure what i am doing wrong, maybe someone can point me in the right direction?
Didn't receive 200 OK from remote server. (HTTP/1.1 301 Moved Permanently)
That is what i see on the tapatalk website.
tapatalk updated Tapatalk Forum App for xenForo - iOS / Android / Blackberry mobile app with a new update entry:
Update to 1.5.2
What issues are you having with 1.5.1? Thinking about upgrading as I'm still on 1.4.0Update Note:
Some minor fixes for BYO users.
So nothing really relevant, and no important bug fixes. When are the bugs and problems introduced with 1.5.1 going to be corrected?
What issues are you having with 1.5.1? Thinking about upgrading as I'm still on 1.4.0
So mostly just admin/mod options? I don't use it for that so I should be fine?Primarily, unable to do any post or topic moderations.
What exactly are you having problems with? From my iPad I can approve/unapproved posts, edit them, sticky/unsticky them, move them and delete theme. I can edit topic titles, delete topics, move them and I quit playing with it by that point as i didn't want to keep messing with it. Only thing I haven't checked on is marking as spam.Primarily, unable to do any post or topic moderations.
I've been getting the error below on moderation page for some time
Server error occured: 'Call-time pass-by reference has been removed (moderation.php:52)'
What exactly are you having problems with? From my iPad I can approve/unapproved posts, edit them, sticky/unsticky them, move them and delete theme. I can edit topic titles, delete topics, move them and I quit playing with it by that point as i didn't want to keep messing with it. Only thing I haven't checked on is marking as spam.
1.1.4.Are you on XF 1.1.4, or still 1.1.3?
I'm not.. I just hit your site via Tapatalk (it's the BETA version of the reader on IOS) and I can see everything just fine. Since I don't have an account there I couldn't check the login to see if that is where the problem starts.Anyone having any issues since the clocks went forward today?
Thanks for checking. I actually posted on the TapaTalk site, and quite a few sites were all having the same issue at the same time.I'm not.. I just hit your site via Tapatalk (it's the BETA version of the reader on IOS) and I can see everything just fine. Since I don't have an account there I couldn't check the login to see if that is where the problem starts.
Just signed up via TapaTalk with the same username as I use here and it seems to be doing fine on the users end.
$tapatalk_user_writer = XenForo_DataWriter::create('Tapatalk_DataWriter_TapatalkUser');
$tapatalk_user_model = $tapatalk_user_writer->getTapatalkUserModel();
$existing_record = $tapatalk_user_model->getTapatalkUserById($userId);
if(empty($existing_record))
{
$tapatalk_user_writer->set('userid',$userId);
$tapatalk_user_writer->preSave();
$tapatalk_user_writer->save();
}
else
{
$tapatalk_user_writer->setExistingData($existing_record);
$tapatalk_user_writer->set('updated',gmdate('Y-m-d h:i:s',time()));
$tapatalk_user_writer->save();
}
Enable Debug on your forum, go to the ACP --> Development Tab --> Code Event Listeners --> TapaTalk. There is one called template_hook, just disable that, and it will stop it loading the TapaTalk banner.Error after upgrading!
Many users are finding it impossible to remove the message the forums Tapatalk-compatibility.
We use essential cookies to make this site work, and optional cookies to enhance your experience.