Jump to content

Оформление блога как на сайте IPS


Recommended Posts

Подскажите как оформить блог как на сайте IPS а именно сделать отдельно категории и последние записи

Вот примерно как тут:

Screenshot_2021-05-20-12-07-03-1.thumb.png.c21b86eabf8eae31c0b600852133c513.png

Поделитесь пожалуйста кодом)

Edited by Artemka
Link to comment
Share on other sites

9 часов назад, Artemka сказал:

Подскажите как оформить блог как на сайте IPS а именно сделать отдельно категории и последние записи

Вот примерно как тут:

Screenshot_2021-05-20-12-07-03-1.thumb.png.c21b86eabf8eae31c0b600852133c513.png

Поделитесь пожалуйста кодом)

Такой вывод настраивается с помощью плагина Page Super Grid и там нужно, что-то руками допиливать, какой-то код. Я долго пытался настроить такой вывод, но потом забил ))) Кстати на том форуме с которого скрин - конченный админ )))

Edited by Litesm
Link to comment
Share on other sites

Вот нашел. Админ Tactics одного форума по IPS дал код и инструкцию.
 

Спойлер

1111.png.493b2f71821b57791c6ad4812de6ca42.thumb.png.f5313e71ff944b62759ddca16b97faf3.png

 

<ul class="ipsToolList ipsToolList_horizontal">
    <div class="ipsItemControls2">
    <li style="margin: 2px;"><a href="/news/" class="ipsButton_important ipsButton_verySmall ipsButton_fullWidth " title="Кнопка">Все новости</a></li>
    <li style="margin: 2px;"><a href="/news/novosti-foruma/" class="ipsButton_important ipsButton_verySmall ipsButton_fullWidth " title="Кнопка">Новости форума</a></li>
    <li style="margin: 2px;"><a href="/news/invision-community/" class="ipsButton_important ipsButton_verySmall ipsButton_fullWidth" title="Кнопка">Invision Community</a></li>
    <li style="margin: 2px;"><a href="/news/razrabotka/" class="ipsButton_important ipsButton_verySmall ipsButton_fullWidth" title="Кнопка">Разработка</a></li>
    <li style="margin: 2px;"><a href="/news/administrirovanie/" class="ipsButton_important ipsButton_verySmall ipsButton_fullWidth" title="Кнопка">Администрирование</a></li>
    <li style="margin: 2px;"><a href="/news/dizajn/" class="ipsButton_important ipsButton_verySmall ipsButton_fullWidth" title="Кнопка">Дизайн</a></li>
    <li style="margin: 2px;"><a href="/news/marketing/" class="ipsButton_important ipsButton_verySmall ipsButton_fullWidth" title="Кнопка">Маркетинг</a></li>
    <li style="margin: 2px;"><a href="/news/biznes/" class="ipsButton_important ipsButton_verySmall ipsButton_fullWidth" title="Кнопка">Бизнес</a></li>
    <li style="margin: 2px;"><a href="/news/lichnyj-opyt/" class="ipsButton_important ipsButton_verySmall ipsButton_fullWidth" title="Кнопка">Личный опыт</a></li>
    <li style="margin: 2px;"><a href="/news/gejming/" class="ipsButton_important ipsButton_verySmall ipsButton_fullWidth" title="Кнопка">Гейминг</a></li>
    </div>
  </ul>

Категории и ссылки на новости сам свои вставляешь.

Link to comment
Share on other sites

14 часов назад, Litesm сказал:

Вот нашел. Админ Tactics одного форума по IPS дал код и инструкцию.
 

  Скрыть контент

1111.png.493b2f71821b57791c6ad4812de6ca42.thumb.png.f5313e71ff944b62759ddca16b97faf3.png

 


<ul class="ipsToolList ipsToolList_horizontal">
    <div class="ipsItemControls2">
    <li style="margin: 2px;"><a href="/news/" class="ipsButton_important ipsButton_verySmall ipsButton_fullWidth " title="Кнопка">Все новости</a></li>
    <li style="margin: 2px;"><a href="/news/novosti-foruma/" class="ipsButton_important ipsButton_verySmall ipsButton_fullWidth " title="Кнопка">Новости форума</a></li>
    <li style="margin: 2px;"><a href="/news/invision-community/" class="ipsButton_important ipsButton_verySmall ipsButton_fullWidth" title="Кнопка">Invision Community</a></li>
    <li style="margin: 2px;"><a href="/news/razrabotka/" class="ipsButton_important ipsButton_verySmall ipsButton_fullWidth" title="Кнопка">Разработка</a></li>
    <li style="margin: 2px;"><a href="/news/administrirovanie/" class="ipsButton_important ipsButton_verySmall ipsButton_fullWidth" title="Кнопка">Администрирование</a></li>
    <li style="margin: 2px;"><a href="/news/dizajn/" class="ipsButton_important ipsButton_verySmall ipsButton_fullWidth" title="Кнопка">Дизайн</a></li>
    <li style="margin: 2px;"><a href="/news/marketing/" class="ipsButton_important ipsButton_verySmall ipsButton_fullWidth" title="Кнопка">Маркетинг</a></li>
    <li style="margin: 2px;"><a href="/news/biznes/" class="ipsButton_important ipsButton_verySmall ipsButton_fullWidth" title="Кнопка">Бизнес</a></li>
    <li style="margin: 2px;"><a href="/news/lichnyj-opyt/" class="ipsButton_important ipsButton_verySmall ipsButton_fullWidth" title="Кнопка">Личный опыт</a></li>
    <li style="margin: 2px;"><a href="/news/gejming/" class="ipsButton_important ipsButton_verySmall ipsButton_fullWidth" title="Кнопка">Гейминг</a></li>
    </div>
  </ul>

Категории и ссылки на новости сам свои вставляешь.

Сделал все по вашей инструкции, но ничего не поменялось.

Link to comment
Share on other sites

1 час назад, Efremov сказал:

Сделал все по вашей инструкции, но ничего не поменялось.

Также , нужна более подробная инструкция

Link to comment
Share on other sites

В 20.05.2021 в 12:13, Artemka сказал:

Подскажите как оформить блог как на сайте IPS а именно сделать отдельно категории и последние записи

Поделитесь пожалуйста кодом)

у них на сайте вроде как свои шаблоны вывода используются sNews elNewsCats, и это не блог а модуль cms. Смотрим исходный код и копируем к себе с правками если уж так хочется как у них.
На сайте с картинки используется Pages SuperGrid с кастомными кнопками категорий, код которых вам скинул Litesm 

Edited by ZIKURIK
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Ваша ссылка была автоматически строена.   Отображать как обычную ссылку

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...