Re: expand all (or expand all new) in threaded/list mode
Posted by Hugo <Nabble> on May 24, 2011; 10:49pm
URL: https://support.nabble.com/expand-all-or-expand-all-new-in-threaded-list-mode-tp6390861p6400801.html
We use ajax to retrive the posts in a threaded tree. So the basic implementation I see here is to create a javascript function that clicks on the unread messages for you, but this would still send one request per post. Merging requests would be a very big change, considering that the javascript on that page is already complex enough. Would the javascript function above work for you? Is your connection usually slow? In any case, we wouldn't push this change to all Nabble users. This would be a custom change to the templates of your apps only. Please let me know what you think.