Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Redneck

Актив
  • Регистрация

  • В сети

Everything posted by Redneck

  1. да, ошибку сделал... изменить уже не могу
  2. админка - пользователи - профили пользователей - создаете доп поля с выводом в профиль
  3. админка - стили - редактировать - core - front - custom - webask.css - найти код: .wa_rep_all a { border-radius: 3px; padding: 2px 5px; background: #FFF none repeat scroll 0% 0%; font-weight: 600; } изменить строку background: #FFF none repeat scroll 0% 0%; на background: transporent none repeat scroll 0% 0%;
  4. а чего не хотите плагин поставить как на мафии, очень удобно
  5. можно подробнее? И желательно со скринами
  6. Одно дело установить плагин, а другое ковырять стиль, из-за чего в последующем при обновлении платформы, могут возникнуть проблемы
  7. В этом плагине несколько вариантов, в том числе и при нажатии на ник.
  8. https://ipshelp.ru/files/file/12-cv01-insert-nick/ здесь дешевле, чем на ips
  9. как вариант: попробуйте сбросить кеш, а потом заново включить
  10. У всех групп не включается?
  11. добавлю, в настройках группы - социальные - включить "Может просматривать, кто изменил репутацию"
  12. Было такое у одного знакомого, когда он поменял версию PHP 5.6 на 7.0... Когда вернул, все восстановилось
  13. https://community.invisionpower.com/files/file/7331-birthday-in-registration-screen/
  14. @stok Чуть выровнял иконку репы с остальными иконками получилось как-то так: .wa_rep_all { margin-top: -1px; } .wa_rep_all a { border-radius: 5px; padding: 3px 5px; background: #FFF none repeat scroll 0% 0%; font-weight: 600; } .wa_rep_all > a .fa, .wa_rep_all > a .fa { font-size: 12px !important; } .wa_rep_all_green { color: #5F7A47 !important; } .wa_rep_all_red { color: #8C3737 !important; } .wa_rep_all_white { color: #B3B3B3 !important; }
  15. Redneck replied to Respected's тема in Themes and design
    там же найдите код: #elChatbox { background: #E4E4E4; border: 1px solid #D6D6D6; color: #5C6875 !important; font-weight: 700; font-size: 13px !important; font-family: 'PT Sans',sans-serif; -moz-border-radius: 1px; -webkit-border-top-left-radius: 1px; -webkit-border-top-right-radius: 1px; border-radius: 3px; text-shadow: #E4E4E4 0 1px 1px; margin-bottom: 5px !important; box-shadow: 0 1px 6px 1px rgba(0,0,0,0.1); border-bottom: 1px solid #D6D6D3; margin: 0; padding: 5px 5px 5px 10px; line-height: 27px; } Ваш код будет немного отличаться, т.к. этот я взял с мафии... Измените строку background: #ваш цвет; на background: transparent;
  16. все получилось?
  17. прям в коде можете сделать пробел >"пробел" Нравится< @Escape я правильно понял, что вы делаете на примере предыдущей темы?
  18. к сожалению с тройкой дел не имел... Техническая поддержка IP.Board
  19. я так понимаю, что у вас тройка, а тему создали в разделе "Техническая поддержка IPS Community Suite 4" ответ был до того, как вы выложили скрин
  20. админка - система - возможности - управление меню - делаете все, что хотите
  21. так а чего не поменяли? Все, вижу
  22. в стилях - шаблоны - core - front - global - reputation свой сохраняете и меняете на этот: {{if $content instanceof \IPS\Content\Reputation and settings.reputation_enabled}} <div data-controller='core.front.core.reputation' class='ipsClearfix {{if $extraClass}}{$extraClass}{{endif}}'> {{if settings.reputation_point_types == 'like'}} {{if $content->canGiveReputation( 1 ) || $content->canGiveReputation( -1 ) || $content->likeBlurb()}} <div class='ipsLikeRep ipsPos_right ipsResponsive_noFloat'> {{if $content->likeBlurb()}} <span class='ipsLike_contents'>{$content->likeBlurb()|raw}</span> {{endif}} {{if $content->canGiveReputation( 1 )}} <a href='{$content->url( 'rep' )->setQueryString( 'rep', 1 )->csrf()}' data-action="giveReputation" class='ipsButton ipsButton_like ipsButton_alternate'><i class='fa fa-heart'></i> <span class='ipsHide' data-role='repCount'>{$content->reputation()}</span> {lang="like"}</a> {{endif}} {{if $content->canGiveReputation( -1 )}} <a href='{$content->url( 'rep' )->setQueryString( 'rep', -1 )->csrf()}' data-action="giveReputation" class='ipsButton ipsButton_like ipsButton_veryLight'><i class='fa fa-times'></i> <span class='ipsHide' data-role='repCount'>{$content->reputation()}</span> {lang="unlike"}</a> {{endif}} </div> {{endif}} {{else}} <div class='ipsLikeRep ipsPos_right'> {{if $content->canGiveReputation( 1 )}} <a href='{$content->url( 'rep' )->setQueryString( 'rep', 1 )->csrf()}' data-action="giveReputation" class='ipsButton ipsButton_rep ipsButton_repUp'>Нравится <i class='fa fa-thumbs-up'></i></a> {{endif}} {{if $content->canGiveReputation( -1 )}} <a href='{$content->url( 'rep' )->setQueryString( 'rep', -1 )->csrf()}' data-action="giveReputation" class='ipsButton ipsButton_rep ipsButton_repDown'>Не нравится <i class='fa fa-thumbs-down'></i></a> {{endif}} {{if settings.reputation_show_content}} {{if member.group['gbw_view_reps']}} <a href='{$content->url( 'showRep' )}' data-ipsDialog data-ipsDialog-size='narrow' data-ipsDialog-title='{lang="rep_log_title"}' title='{lang="see_who_repped"}' data-ipsTooltip class='ipsReputation_count ipsType_blendLinks {{if $content->reputation() < 0}}ipsType_negative{{elseif $content->reputation() > 0}}ipsType_positive{{else}}ipsType_neutral{{endif}}'><i class='fa fa-heart ipsType_small'></i> {$content->reputation()}</a> {{else}} <span class='ipsReputation_count ipsType_blendLinks {{if $content->reputation() < 0}}ipsType_negative{{elseif $content->reputation() > 0}}ipsType_positive{{else}}ipsType_neutral{{endif}}'><i class='fa fa-heart ipsType_small'></i> {$content->reputation()}</span> {{endif}} {{endif}} </div> {{endif}} </div> {{endif}}

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.