Posted 2 августа, 20168 yr comment_110921 Всем привет. Помогите в разделы форума добавить кнопки фильтра тем "Открытые темы", "Закрытые темы", для вывода соответственно только открытых или закрытых тем. Чтобы сейчас включить фильтр требуется слишком много совершить действий, поэтому хотелось бы вывести спец. кнопки отдельно. Как я понял через AngularJS в request payload отправляются следующие данные для фильтра "только открытые темы": ------WebKitFormBoundaryKeyx230TVVONisSE Content-Disposition: form-data; name="advanced_search_submitted" 1 ------WebKitFormBoundaryKeyx230TVVONisSE Content-Disposition: form-data; name="csrfKey" b6b37d30b41d73133cd3bd73907517e3 ------WebKitFormBoundaryKeyx230TVVONisSE Content-Disposition: form-data; name="filter" ------WebKitFormBoundaryKeyx230TVVONisSE Content-Disposition: form-data; name="sortby" forums_topics.last_post ------WebKitFormBoundaryKeyx230TVVONisSE Content-Disposition: form-data; name="sortdirection" DESC ------WebKitFormBoundaryKeyx230TVVONisSE Content-Disposition: form-data; name="MAX_FILE_SIZE" 2097152 ------WebKitFormBoundaryKeyx230TVVONisSE Content-Disposition: form-data; name="plupload" 56bdb1b0b1642a68b5e68a57ca584fea ------WebKitFormBoundaryKeyx230TVVONisSE Content-Disposition: form-data; name="topic_type" open ------WebKitFormBoundaryKeyx230TVVONisSE Content-Disposition: form-data; name="sort_by" last_post ------WebKitFormBoundaryKeyx230TVVONisSE Content-Disposition: form-data; name="sort_direction" desc ------WebKitFormBoundaryKeyx230TVVONisSE Content-Disposition: form-data; name="time_frame" show_all ------WebKitFormBoundaryKeyx230TVVONisSE-- В AngularJS я ничего не понимаю. Как реализовать, то что я задумал?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.