1. Откройте файл style/engine.css в самый низ добавьте:
/*---Найденные похожие новости при добавлении новостей на сайте---*/
.findrelated {
width:99%;
background: #ffc;border:1px solid #9E9E9E;
padding: 5px;margin-top: 7px;
margin-right: 10px;
}
2. Откройте файл frame.css и найдите:
.qq-upload-spinner {display:inline-block; background: url("images/loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
Замените на:
.qq-upload-spinner {display:none; background: url("images/loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
Далее в этом же файле в самый низ добавьте:
.progressbar {
overflow: hidden;
height: 15px;
margin-top: 5px;
background-color: #f7f7f7;
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.progressbar span {
color: #ffffff;
text-align: center;
text-indent: -2000em;
height: 15px;
display: block;
overflow: hidden;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #dd514c;
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
background-image: linear-gradient(top, #ee5f5b, #c43c35);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}
3. Откройте файл addnews.tpl и найдите:
Замените на:
4. Откройте файл comments.tpl и найдите:
Комментариев: {comm-num}
Публикаций: {news-num}
Замените на:
[declination={comm-num}]комментари|й|я|ев[/declination]
[declination={news-num}]публикаци|я|и|й[/declination]
5. Откройте файл pm.tpl и найдите:
Комментариев: {comm-num}
Публикаций: {news-num}
Замените на:
Статус: [online][/online][offline][/offline]
[declination={comm-num}]комментари|й|я|ев[/declination]
[declination={news-num}]публикаци|я|и|й[/declination]
6. Откройте файл searchresult.tpl и содержание всего файла замените на:
[searchposts]
[fullresult]
[full-link]{title}[/full-link]
[not-group=5]
[edit][/edit]
{favorites}
[/not-group] Автор: {author} от [day-news]{date}[/day-news] [rating]{rating}[/rating] {short-story} [edit-date]
Новость отредактировал: {editor} - {edit-date}
[edit-reason]Причина: {edit-reason}[/edit-reason][/edit-date] [full-link]Подробнее[/full-link] {views} [com-link]{comments-num}[/com-link]
Категория: {link-category} [/fullresult] [shortresult]
[full-link]{title}[/full-link]
[day-news]{date}[/day-news] | {link-category} | Автор: {author} [/shortresult] [/searchposts] [searchcomments] [fullresult] [fast]Цитата[/fast]
-
{author}
{date}
Группа: {group-name}
ICQ: {icq}
[not-group=5] {mass-action}
[spam]Спам[/spam]
[complaint]Жалоба[/complaint]
[com-edit]Изменить[/com-edit]
[com-del]Удалить[/com-del]
[/not-group]
Регистрация: {registration}
Статус: [online][/online][offline][/offline]
[declination={comm-num}]комментари|й|я|ев[/declination]
[declination={news-num}]публикаци|я|и|й[/declination]
^
{news_title}
{comment} [signature]
--------------------{signature}[/signature] [/fullresult] [shortresult]
{news_title}
{date} | Автор: {author} [/shortresult] [/searchcomments]
7. Создайте новый файл шаблона splitnewsnavigation.tpl с содержанием:
{pages}
[prev-link]Назад[/prev-link]
[next-link]Вперед[/next-link]