How to disable post time readout time?

Marcus

Well-known member
I want my users to see which threads they have already viewed and which threads they did not have viewed before. Therefore I want to disable the automatic post read timeout. ($autoReadDate = XenForo_Application::$time - (XenForo_Application::get('options')->readMarkingDataLifetime * 86400);) How can I do that in ACP? Thanks!
 
Search the admin CP for the Option ID which in this case is "readMarkingDataLifetime".

Specifically the option is in Admin CP > Options > Threads, Discussions and Conversations > Read Marking Data Lifetime
 
Top Bottom