Jump to content

Member Panel / Панель пользователя на главной (Модифицировано Envy)

1 Screenshot

  • Качать последний файл!

Хук выводит на главную страницу блок с информацией о пользователе. Автор сделал вывод только постов и датой последней активности, я добавил:

  • Ссылку на профиль
  • Полную версию аватарки
  • Титул пользователя
  • Улучшил дизайн панели

Установка:

  • Добавить в ipb_styles.css:
  • Для светлых стилей:

.boxprofile {border-top: 1px solid #f1f1f1;
border-bottom: 1px solid #f1f1f1;
border-right: 1px solid #f1f1f1;
border-left: 1px solid #f1f1f1;
border-radius: 8px;
padding: 5px;
margin-top: 3px;}

  • Для темных стилей:

.boxprofile {border-top: 1px solid #494949;
border-bottom: 1px solid #494949;
border-right: 1px solid #494949;
border-left: 1px solid #494949;
border-radius: 8px;padding: 5px;
margin-top: 3px;}

  • Установить хук. Профит :)

User Feedback

Recommended Comments

There are no comments to display.

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
Add a comment...