форум vBSupport.ru > vBulletin > vBulletin 3.8.x > Внешний вид 3.8
Register Меню vBsupport Изображения Files Manager О рекламе Today's Posts Search
  • Родная гавань
  • Блок РКН снят
  • Premoderation
  • For English speaking users
  • Каталог Фрилансеров
  • If you want to buy some product or script
  • Администраторам
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей

Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
for English speaking users:
You may be surprised with restriction of access to the attachments of the forum. The reason is the recent change in vbsupport.org strategy:

- users with reputation < 10 belong to "simple_users" users' group
- if your reputation > 10 then administrator (kerk, Luvilla) can decide to move you into an "improved" group, but only manually

Main idea is to increase motivation of community members to share their ideas and willingness to support to each other. You may write an article for the subject where you are good enough, you may answer questions, you may share vbulletin.com/org content with vbsupport.org users, receiving "thanks" equal your reputation points. We should not only consume, we should produce something.

- you may:
* increase your reputation (doing something useful for another members of community) and being improved
* purchase temporary access to the improved category:
10 $ for 3 months. - this group can download attachments, reputation/posts do not matter.
20 $ for 3 months. - this group can download attachments, reputation/posts do not matter + adds eliminated + Inbox capacity increased + files manager increased permissions.

Please contact kerk or Luvilla regarding payments.

Important!:
- if your reputation will become less then 0, you will be moved into "simple_users" users' group automatically.*
*for temporary groups (pre-paid for 3 months) reputation/posts do not matter.
Уважаемые пользователи!

На форуме открыт новый раздел "Каталог фрилансеров"

и отдельный раздел для платных заказов "Куплю/Закажу"

Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже:
Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
OlgaB
Специалист
 
OlgaB's Avatar
Smile Оформление разделов в стиле "metro"
19

Фанам metro посвящается



Для начала добавьте css из аттача в ваш стиль.

В шаблоне forumhome находим и удаляем:

Code:
<thead>
    <tr align="center">
      <td class="thead">&nbsp;</td>
      <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead">$vbphrase[last_post]</td>
      <td class="thead">$vbphrase[threads]</td>
      <td class="thead">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead">$vbphrase[moderator]</td>
      </if>
    </tr>
</thead>
В шаблоне forumdisplay находим:

Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
    <td class="tcat" width="100%">$vbphrase[subforums]<span class="normal"> : $foruminfo[title]</span></td>
    <if condition="$show['forumsearch']">
    <td class="vbmenu_control" id="forumsearch.subforums" nowrap="nowrap"><a href="search.php?$session[sessionurl]f=$foruminfo[forumid]" rel="nofollow">$vbphrase[search_this_forum]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("forumsearch.subforums"); </script></if></td>
    </if>
</tr>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
    <tr align="center">
      <td class="thead">&nbsp;</td>
      <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead">$vbphrase[last_post]</td>
      <td class="thead">$vbphrase[threads]</td>
      <td class="thead">$vbphrase[posts]</td>
      <if condition="$vboptions[showmoderatorcolumn]">
      <td class="thead">$vbphrase[moderator]</td>
      </if>
    </tr>
</thead>
$forumbits
</table>
Заменяем на:
Code:
$forumbits
В шаблоне forumhome_forumbit_level1_nopost всё заменить на:

Code:
<div class="forumhead">
        <h2>
            <span><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a></span>
        </h2>
    </div>
        <if condition="$show['forumdescription'] OR $show['subforums']">
        <div>
            <if condition="$show['forumdescription']"><p>$forum[description]</p></if>
            <if condition="$show['subforums']">
                $forum[subforums]
            </if>
        </div>
        </if>
    <if condition="$childforumbits">
    <div id="$forum[forumid]" class="childforum">
        $childforumbits
    </div>
    </if>
В шаблонах forumhome_forumbit_level1_post и forumhome_forumbit_level2_post всё заменить на:

Code:
<div class="metro" alt="$forum[title]">
<div class="metro-content">
<img src="iconbox/$forum[forumid].png" style="float:left"><br><br>
</div>
<span class="lastpost">
            <div>
                $forum[lastpostinfo]
            </div>
</span>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><div class="name">$forum[title]</div></a><div class="theme"><strong>$forum[threadcount]</strong> / <small>$forum[replycount]</small>
</div>
</div>

В аттаче находятся неск. картинок для разделов. Вы, конечно, можете нарисовать свои.
Номер картинки соответствует ID раздела форума...
Размеры блоков разделов меняются ес-но в css.
Также, с помощью css, вы можете сделать их разными цветами.
Для этого в css прописываем:
Code:
.metro[alt="Название раздела"]{background-color:#цвет}
Пример цветного:


Инструкция написана для дефолтного стиля, поэтому если у вас нестандартные стили - могут потребоваться доп. изменения etc...

P.S. Аватарки выводятся с помощью хака kerk'а - тема тут
Attached Files
File Type: zip metro.zip (67.8 KB, 35 views)
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
Ярик
Специалист
 
Ярик's Avatar
Default
0

очень даже хорошо.
 
 
haidarhanwoo
Простоузер
Default
0

thank you
 
 
MrPepper
Простоузер
Default
0

Нубский вопрос, а в какую папку собственно сам аттач загружать?
Где редактировать шаблоны разобрался методом тыка, вроде бы получилось, а вот куда грузить изображения понять не могу:(

MrPepper добавил 23.03.2017 в 08:24
Quote:
Originally Posted by MrPepper View Post
Нубский вопрос, а в какую папку собственно сам аттач загружать?
Где редактировать шаблоны разобрался методом тыка, вроде бы получилось, а вот куда грузить изображения понять не могу:(
Разобрался, напишу, может кому пригодится...
Quote:
Originally Posted by OlgaB View Post
Для начала добавьте css из аттача в ваш стиль.
Управление стилями => Основная табилца CSS => Дополнительные определения CSS (cюда нужно вписать код из файла css.txt)
А папку с изображениями "iconbox" заливаем в корневую директорию.

Last edited by MrPepper : 03-23-2017 at 09:24 AM. Reason: Добавлено сообщение
 

Tags
metro, оформление разделов


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 07:31 AM.


Powered by vBulletin® Version 3.0.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.