- Better suppport for Tapatalk ID users to sign in forum easiler
- Better support of displaying avatar.
- Support for app to suggest conversation recipients to users when starting/replying conversation
- Support for forum login/register optimization on app.
- Support tag me add-on push notification.
- Optimize smartbanner route, it is no longer absolute url any more.
Please add support for XenForo Resource Manager, xenmedia gallery and vaultwiki.
Tapatalk is great, but as long as it does not display the majority of my website, its use is very limited.
Optimize smartbanner route, it is no longer absolute url any more.
It's a READER, not a web browser replacement.
What you are asking for is a little over the top. They would have to support EVERY software package they have a plug-in for. You wanna make your users pay $50-80 for an app that most will only use to read the forum with?
ErrorException: Argument 2 passed to XenForo_Model_Post::alertQuotedMembers() must be an array, none given, called in /home/forum/public_html/library/Tapatalk/Model/Post.php on line 12 and defined - library/XenForo/Model/Post.php:1582
Generated By: BamaStangGuy, A moment ago
Stack Trace
#0 /home/forum/public_html/library/XenForo/Model/Post.php(1582): XenForo_Application::handlePhpError(4096, 'Argument 2 pass...', '/home/forum/pub...', 1582, Array)
#1 /home/forum/public_html/library/Tapatalk/Model/Post.php(12): XenForo_Model_Post->alertQuotedMembers(Array)
#2 /home/forum/public_html/library/XenForo/DataWriter/DiscussionMessage/Post.php(121): Tapatalk_Model_Post->alertQuotedMembers(Array, Array, Array)
#3 /home/forum/public_html/library/XenForo/DataWriter.php(1406): XenForo_DataWriter_DiscussionMessage_Post->_postSaveAfterTransaction()
#4 /home/forum/public_html/library/XenForo/DataWriter/Discussion.php(465): XenForo_DataWriter->save()
#5 /home/forum/public_html/library/XenForo/DataWriter/Discussion.php(414): XenForo_DataWriter_Discussion->_saveFirstMessageDw()
#6 /home/forum/public_html/library/XenForo/DataWriter.php(1392): XenForo_DataWriter_Discussion->_postSave()
#7 /home/forum/public_html/library/XenForo/ControllerPublic/Forum.php(676): XenForo_DataWriter->save()
#8 /home/forum/public_html/library/Tac/StopHumanSpam/ControllerPublic/Forum.php(151): XenForo_ControllerPublic_Forum->actionAddThread()
#9 /home/forum/public_html/library/Tac/StopHumanSpam/ControllerPublic/Forum.php(69): Tac_StopHumanSpam_ControllerPublic_Forum->addThreadResponse(false)
#10 /home/forum/public_html/library/Tinhte/XenTag/XenForo/ControllerPublic/Forum.php(23): Tac_StopHumanSpam_ControllerPublic_Forum->actionAddThread()
#11 /home/forum/public_html/library/XenForo/FrontController.php(335): Tinhte_XenTag_XenForo_ControllerPublic_Forum->actionAddThread()
#12 /home/forum/public_html/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#13 /home/forum/public_html/index.php(13): XenForo_FrontController->run()
#14 {main}
Request State
array(3) {
["url"] => string(65) "http://www.forumadminsource.com/forums/announcements.3/add-thread"
["_GET"] => array(0) {
}
["_POST"] => array(16) {
["title"] => string(32) "Now Running xenForo 1.2.0 Beta 1"
["message_html"] => string(192) "<p>Other than the styling of the editor not matching the current style and an addon not removing a table on uninstall that conflicted, the upgrade was painless. </p><p><br></p><p><br></p>"
["_xfRelativeResolver"] => string(68) "http://www.forumadminsource.com/forums/announcements.3/create-thread"
["tinhte_xentag_tags_text"] => string(0) ""
["tinhte_xentag_included"] => string(1) "1"
["attachment_hash"] => string(32) "9fc6f16bce47628594ffcea8ff8d69c0"
["watch_thread"] => string(1) "1"
["watch_thread_email"] => string(1) "1"
["watch_thread_state"] => string(1) "1"
["discussion_open"] => string(1) "1"
["_set"] => array(2) {
["discussion_open"] => string(1) "1"
["sticky"] => string(1) "1"
}
["poll"] => array(2) {
["question"] => string(0) ""
["responses"] => array(2) {
[0] => string(0) ""
[1] => string(0) ""
}
}
["_xfToken"] => string(8) "********"
["_xfRequestUri"] => string(37) "/forums/announcements.3/create-thread"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}
Conflicts with 1.2.0 Beta 1
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.
There's a fix for it on their forums:Conflicts with 1.2.0 Beta 1
elseif ($class == 'XenForo_Model_Post')
{
$extend[] = 'Tapatalk_Model_Post';
}
There's a fix for it on their forums:
https://support.tapatalk.com/threads/xenforo-1-2-0-beta-1-error.18926/#post-99324
For a temporary solution, please remove Post.php in library/Tapatalk/Model and remove
in library/Tapatalk/Listener/LoadClassModel.php, we will include this if Xenforo released public version of 1.2.0.PHP:elseif ($class == 'XenForo_Model_Post') { $extend[] = 'Tapatalk_Model_Post'; }
See the comment below that code. It's for a different file.I don't see that code in the post.php file
This is the version of tapatalk I have installed
tapatalk_xf10_1.7.0
I have the plugin disabled for now
See the comment below that code. It's for a different file.
No, that file just relates to tagging of users.Oh I see now, my mistake.
It's saying to remove the whole post.php file from that folder?
Will that basically make tapatalk a read only app until a proper fix is out?
thx
We use essential cookies to make this site work, and optional cookies to enhance your experience.