Hello Is it somehow possible to get a none-nested result to a get_forum-call? On our forum, I get 200 subforums as result, which is 160KB large, for a mobile device that's quite a lot. Would it be possible to specify the forum_id (parent) and then get the forums which are directly child of that parent? Thanks a lot
The reason to design such nested forum is to reduce the http request. Just need one request for whole structure. Also the mobile client will cache the forum structure for reuse. Unless user logout or manually refresh. It can save lots of request. And it can support flatten partten to help user broswer forums on small screen. We will consider about add such API.