Implemented Automatic created thread

  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
I'm not sure how the others think about this, but i find it annoying that the automatic created thread isn't "marked as read" for me...

I would prefer to not see the thread in what's new, until somebody replies to the discussion..

I'm not sure if you knoww hat i mean, so it's probably easier with some pseudocode:

$ressourceDm->save();
$ressourcediscussionThread = $ressourceDm->get('threadId');
$this->getModelFromCache('XenForo_Model_Thread')->markThreadRead($ressourcediscussionThread, $forum, XenForo_Application::$time, $visitor['user_id']);

;)
 
Upvote 1
This suggestion has been implemented. Votes are no longer accepted.
It does this (locally) for the thread on creation now. Doing it for the automatic blog updates is a little trickier as we can only mark it as read if it's already ready, but I'll see what I can do.
 
Top Bottom