Posted 12 сентября, 20195 yr comment_159242 Возможно ли сделать что когда нажимаешь кнопку "Создать тему" перенаправляет на загрузку файлаIPS 4.4.6
16 сентября, 20195 yr comment_159283 dayplays Открываешь шаблон forums > front > forums > index > indexButtons Находишь <ul class='ipsToolList ipsToolList_horizontal ipsClearfix ipsPos_right'> Ниже добавляешь <li class='ipsToolList_primaryAction'> {{if $currentCategory OR $currentCategory = \IPS\downloads\Category::theOnlyNode()}} {{if \IPS\Member::loggedIn()->group['idm_bulk_submit']}} <a class="ipsButton ipsButton_medium ipsButton_important ipsButton_fullWidth" href="{url="app=downloads&module=downloads&controller=submit&category={$currentCategory->id}&_new=1" seoTemplate="downloads_submit"}" data-ipsDialog data-ipsDialog-title='{lang="submit_a_file"}' data-ipsDialog-size='narrow'> {lang="submit_a_file"} </a> {{else}} <a class="ipsButton ipsButton_medium ipsButton_important ipsButton_fullWidth" href="{url="app=downloads&module=downloads&controller=submit&category={$currentCategory->id}&_new=1&do=submit" seoTemplate="downloads_submit"}"> {lang="submit_a_file"} </a> {{endif}} {{else}} <a class="ipsButton ipsButton_medium ipsButton_important ipsButton_fullWidth" href="{url="app=downloads&module=downloads&controller=submit&_new=1" seoTemplate="downloads_submit"}" data-ipsDialog data-ipsDialog-title='{lang="submit_a_file"}' data-ipsDialog-size='narrow'> {lang="submit_a_file"} </a> {{endif}} </li>
16 сентября, 20195 yr comment_159291 1 час назад, dayplays сказал: А как привязать к тому или иному разделу Попробуй сменить "&_new=1" на нужный тебе ID категории, хотя не уверен.
16 сентября, 20195 yr Author comment_159293 Evols надо раздела, а не категории (не во всех разделах надо заменить кнопку)
16 сентября, 20195 yr Author comment_159299 И хотелось бы добавить, что насколько я понял... это надо менять в "postbutton" (возможно ошибся с названием)
7 октября, 20195 yr comment_159601 dayplays А смысл апать? Видно же, что задача не простая и нужна помощь специалиста на платной основе.
8 октября, 20195 yr Author comment_159618 WaNted в нескольких разделах заменить кнопку, то есть что бы не создавало тему, а что бы сразу перекинуло на загрузку файла
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.