Recent content by skhms

  1. skhms

    XF 2.1 Can I turn off twitter embed but keep existing urls?

    Keep it enabled but edit the embed template to just include the link, removing the embed part?
  2. skhms

    SK Mark Thread as Read

    I am bit rusty on this... The getDynamicRedirect function should figure out your current page and makes you return to it. Instead of the null value you can submit a fallback url if it would fail for some reason. Null seems to be the same as use the index page as the fallback url. I believe more...
  3. skhms

    SK Mark Thread as Read

    I see that I actually do have a redirect to the thread page in the code. But that redirect should only happen if it isn't a valid user that tries to mark a thread as read. Like a guest, someone not logged in. It's a check I do since the function that does the actual work of marking a thread as...
  4. skhms

    SK Mark Thread as Read

    I don't understand why you are redirected inside the thread in the first place. You're not supposed to be directed anywhere. The thread should just be marked as read and you are supposed to stay on that page. Just tried it on the latest XF version (2.1.3) and for me it still works as expected...
  5. skhms

    SK Mark Thread as Read

    Setup -> Options -> Threads, discussions and conversations -> Read marking data lifetime /SK
  6. skhms

    SK Mark Thread as Read

    I have tested it on Xenforo 2.0.4 and can't see any issues. Remember that posts older than 30 days (that's the default value, you can change it) is automatically considered as read. So even if you register a new account some older threads will be marked as read and no "Mark as Read" link will...
  7. skhms

    SK Mark Thread as Read

    skhms submitted a new resource: SK Mark Thread as Read - Allow users to mark a thread as read without actually viewing the thread. Read more about this resource...
  8. skhms

    Unmaintained SK Mark Thread as Read 2.0.0

    SK Mark Thread as Read - v2.0.0 Allow users to mark a thread as read without actually viewing the thread. Description A 'Mark as Read' link will appear on the forum list, watched threads, unread threads and the recent threads pages. Click the link and the thread will be marked as read without...
  9. skhms

    Mark Thread as Read

    I will eventually look into this and try to make a version for XF 2.0 if no one else does it before me. I'm a bit busy though so I can't say when I will get around to it. /SK
  10. skhms

    Mark Thread as Read

    Just did a quick test and it seems to work on XenForo 1.5 as it is. /SK
  11. skhms

    Mark Thread as Read

    Yeah, v1.2.1 is just a new package. I only removed an unnecessary file from the zip file. The add-on itself are still exactly the same. Thats why it still says v1.2.0. I should obviously has changed that but forgot about it. Sorry for all the confusion. /SK
  12. skhms

    Mark Thread as Read

    It's stable. Conflicts between different add-ons and their automatic template edits are hard to do much about. We can only work with assumption that the original template is used when creating add-ons. /SK
  13. skhms

    Mark Thread as Read

    Did you remove that manual edit in the template 'thread_list_item' that you did in an attempt to make add-on to work? It must be restored correctly so the automatic edits in CTA and Like summaries still works to. /SK
  14. skhms

    Mark Thread as Read

    In DaveM's case was the problem that my add-on doesn't work well with TMDb TV Thread Starter and TMDB Movie Thread Starter add-ons. I did a special version of the add-on that works with those for DaveM. That version might have a better search/replace strings in the automatic template. Have been...
  15. skhms

    Mark Thread as Read

    Sure, if you're willing to do that. It would be interesting to take a look. /SK
Top Bottom