Recent content by moledj

  1. moledj

    XF 2.0 Tapatalk issues with XenForo 2

    by now we are making that our plugin extend correctly the xf classes. Once we release the stable version of our plugin, we normally always try to add compatiblity with other plugins, but that depends on how many forum owners use that 3th party plugin. In other cases, the authors of these 3th...
  2. moledj

    XF 2.0 Tapatalk issues with XenForo 2

    We are looking into this, also purchased the reputation plugin to ensure there is no conflict with it. We will release another beta soon
  3. moledj

    Post Ratings - taking likes to the next level [Deleted]

    In my test environment I had that problem too. I done is change the line in PostRating/Model/Post.php (86) $post['rating_cache'] = empty($post['rating_cache']) ? null : json_decode($post['rating_cache'], true); with $post['rating_cache'] = empty($post['rating_cache']) ? null ...
  4. moledj

    Post Ratings - taking likes to the next level [Deleted]

    Without the patch, you cannot like at TT. With patch, basic like will operate at TT.
  5. moledj

    Post Ratings - taking likes to the next level [Deleted]

    Hi, I am the Tapatalk tech lead in plugin development. That patch is required to work with Tapatalk plugin series 3.x.x, please add it to your plugin if not done yet ;)
  6. moledj

    XF 1.4 Error when replying

    Sorry, just done. I will add update that resource to my to-do list when we release new plugin version.
  7. moledj

    XF 1.4 Error when replying

    Hi all, we just released the update 2.4.0 of the Tapatalk plugin that solved this issue as Ryanc can confirm. The issues was caused due conflict with XenForo media gallery and today released 1.4.6 of XenForo, and maybe with other plugins. Technically, we changed the name of one our class to...
Back
Top Bottom