Новый вид attachment для Tracker for DLE v3.0
Автор: RezerssРешил выложить свой вариант attachment так как стандартный стоит у всех и это не интересно. Для установки нового вида attachment нужно пройти несколько шагов установки. И так приступим.
1. Скачиваем архив с картинками и заливаем в ваш шаблон /templates/ваш шаблон/
2. Прописываем CSS стили в вашем шаблоне /templates/ваш шаблон/style/style.css
/* attachment by Rezerss */
.full_torrent {border:1px solid #e9ebeb;background-color:#FFF;width:539px;margin:1px 0 6px 70px;}
.full_torrent1 {background:url(../images/style/full_torrent1.gif) no-repeat;margin:-1px;}
.full_torrent2 {background:url(../images/style/full_torrent2.gif) no-repeat bottom;padding:1px 1px 16px 1px;}
.full_torrent3 {padding-left:125px;height:35px;display:block;overflow:hidden;line-height:36px;}
.full_torrent3 a {color:#FFF;}
.full_torrent3 a:hover {text-decoration: underline; color:#FFF;}
.full_torrent4 {background:url(../images/style/short11.gif) repeat-x bottom;padding:10px 13px 22px 13px;color:#505050;}
.full_torrent4 a {color:#559eaf;font-weight:bold;font-style:italic;}
.full_torrent4 a:hover {text-decoration: none;}
.full_torrent4 span {color:#888888;}
.full_torrent5 {background:url(../images/style/short11.gif) repeat-x bottom;padding:0 13px 23px 13px;margin-top:-5px;color:#505050;}
.full_torrent5 span {color:#f0b006;font-style:italic;}
.full_torrent5 span span {color:#8ea73d;}
.full_torrent5 span span span {color:#849ba0;}
.full_torrent6 {background:url(../images/style/nav2.gif) repeat-x 0 0px;color:#FFF;text-decoration:none;padding:1px 5px 2px 5px;margin:0 7px 0 -5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;float:left;}
.full_torrent6:hover {background-position:0 -3px;}
.full_torrent7 {padding:0 13px 0 13px;margin-top:-5px;color:#FFF;display:block;overflow:hidden;}
.li_distribute_m {color:#f0b006;font-style:italic;margin:0 4px 0 2px;}
.li_swing_m {color:#8ea73d !important;margin:0 4px 0 2px;}
.li_download_m {color:#849ba0 !important;margin:0 4px 0 2px;}
.li_list_a1 {padding:5px 12px 0 14px;}
/* attachment by Rezerss */
Стили можно изменять под дизайн.
3. Открываем /templates/ваш шаблон/tracker/file_info_open.tpl удаляем все и вставляем:
[torrent_block][/torrent_block]
[download] {name}[/download]
Загрузил: {author} ({date_uploaded}) [обновить]
[repair][починить][/repair]
[delete][удалить][/delete]
[delete_fake][удалить фейк][/delete_fake]
[editor][редактировать][/editor]
Взяли: {num_take} | Размер: {size} | Последняя активность: {date_lastactiv}
{multitracker}
Файлы:
{files}
Внимание! для корректной работы мультитрекера открываем /engine/modules/tracker/multitracker.php удаляем все и вставляем :
Установка завершена! Удачных проектов!