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.

Silence

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

  • В сети

Everything posted by Silence

  1. Если вие знаете ид ваша тема попробуйте ето https://вашфорум/admin/?adsess=pap7f79h6flkm4rk640dhb14l3&app=core&module=customization&controller=themes&do=delete&id=35&deleteNode=1 измените 35 ц ид ваша тема
  2. Попробуй пререйти к https://вашфорум/admin/?adsess=pap7f79h6flkm4rk640dhb14l3&app=core&module=customization&controller=themes и удалит ета тема
  3. Да .... Проблема тут $count должен быть $count=тут и я не знаю
  4. Создал в Pages новий блок но счетник не работает
  5. Нужно изменит ето стойност ...... но я Я могу думать о
  6. Может изменит &count на &count=(true) но 99% работает
  7. Я готов - 98% - Спасибо для помоч на Ilya Core -front - global - sidebar: найти: {{if isset(\IPS\Output::i()->sidebar['widgets']['sidebar']) and count( \IPS\Output::i()->sidebar['widgets']['sidebar'] ) and ( \IPS\core\Advertisement::loadByLocation( 'ad_sidebar' ) ) }} Ниже вставить этот код: <div class="ipsWidget ipsWidget_vertical ipsBox" style="margin-top: 0;"> <div class="ipsPad ipsWidget_inner ipsType_center"> <h3 class="ipsType_large ipsType_reset" style="font-weight: 200; margin-bottom: 10px;">Follow Ваш текст</h3> <div data-followapp="forums" data-followarea="forum" data-followid="3" data-controller="core.front.core.followButton"> {{if !member.member_id}} <span class='ipsType_light ipsType_blendLinks ipsResponsive_hidePhone ipsResponsive_inline'><i class='fa fa-info-circle'></i> <a href='{url="app=core&module=system&controller=login" seoTemplate="login"}' title='{lang="sign_in_title"}'>{lang="follow_sign_in"}</a> </span> {{endif}} {template="followButton" group="global" app="core" params="$app=forums,$area=forum,$id=3,$count"} </div></div></div><br> Изменит $id=3 с ваш id Тепер у меня работает ..... толко обновление страницу - счетчика последователей не удалось Если у кого есть идеи - можно помочат Перед обновлением страницы: после обновления страницы:
  8. Я написал коллеге в другом форуме, что есть такая кнопка (Ilya) .... если он поделился тем, как было бы хорошо Я где-то ошибка приёма - но я не нахожу, где
  9. Попробуй ето код: <div data-followapp="forums" data-followarea="forum" data-followid="3" data-controller="core.front.core.followButton"> {{if !member.member_id}} <span class='ipsType_light ipsType_blendLinks ipsResponsive_hidePhone ipsResponsive_inline'><i class='fa fa-info-circle'></i> <a href='{url="app=core&module=system&controller=login" seoTemplate="login"}' title='{lang="sign_in_title"}'>{lang="follow_sign_in"}</a> </span> {{endif}} {{if member.member_id}} {{if member.following( $app, $area, $id )}} <div class="ipsFollow ipsButton ipsButton_primary ipsButton_verySmall" data-role="followButton" data-following="true"> <a href="https://ваш форум/index.php?app=core&module=system&section=notifications&do=follow&follow_app=forums&follow_area=forum&follow_id=3" data-ipstooltip="" class="ipsType_blendLinks ipsType_noUnderline" data-ipshover="" data-ipshover-cache="false" data-ipshover-onclick="" id="ips_uid_699_2" _title="Follow this content"><i class='fa fa-check'></i> {lang="following_this"} <i class='fa fa-caret-down'></i></a> <a href="https://ваш форум/index.php?app=core&module=system&section=notifications&do=follow&follow_app=forums&follow_area=forum&follow_id=3" data-ipstooltip="" class="ipsType_blendLinks ipsType_noUnderline" data-ipshover="" data-ipshover-cache="false" data-ipshover-onclick="" id="ips_uid_699_2" _title="Follow this content">{$count}</a> </div> {{else}} <div class="ipsFollow ipsButton ipsButton_light ipsButton_verySmall" data-role="followButton" data-following="false"> <a href="https://ваш форум/index.php?app=core&module=system&section=notifications&do=follow&follow_app=forums&follow_area=forum&follow_id=3" data-ipstooltip="" class="ipsType_blendLinks ipsType_noUnderline" data-ipshover="" data-ipshover-cache="false" data-ipshover-onclick="" id="ips_uid_699_2" _title="Follow this content">{lang="follow"}</a> {{if $count > 0}} <a href="https://ваш форум/index.php?app=core&module=system&section=notifications&do=follow&follow_app=forums&follow_area=forum&follow_id=3" data-ipstooltip="" class="ipsType_blendLinks ipsType_noUnderline" data-ipshover="" data-ipshover-cache="false" data-ipshover-onclick="" id="ips_uid_699_2" _title="Follow this content">{$count}</a> {{else}} <span class='ipsCommentCount'>{$count}</span> {{endif}} </div> {{endif}} {{else}} <div class="ipsFollow ipsPos_middle ipsButton ipsButton_light ipsButton_verySmall {{if $count == 0}}ipsButton_disabled{{endif}}" data-role="followButton"> {{if $count > 0}} <a href="https://ваш форум/index.php?app=core&module=system&section=notifications&do=follow&follow_app=forums&follow_area=forum&follow_id=3" data-ipstooltip="" class="ipsType_blendLinks ipsType_noUnderline" data-ipshover="" data-ipshover-cache="false" data-ipshover-onclick="" id="ips_uid_699_2" _title="Follow this content"> {{endif}} <span>{lang="followers"}</span> <span class='ipsCommentCount'>{$count}</span> {{if $count}} </a> {{endif}} </div> {{endif}} </div> Измените data-followid="3" на ид ваша страница и &follow_id=3" на ид ваша страница Изменит ваш форум на ссилку ваш форум место, галочка : In the site sidebar
  10. Теперь я буду думать о чем-то ..... только момент
  11. Перейти : ACP > Advertisements нажмите кнопка Create new Дайте имя : Follow Type of advertisement : Supply HTML Code Поставите етод код в HTML code <div data-followapp="forums" data-followarea="forum" data-followid="3" data-controller="core.front.core.followButton"> <div class="ipsFollow ipsButton ipsButton_light ipsButton_verySmall" data-role="followButton" data-following="false"> <a href="https://ваш форумm/index.php?app=core&module=system&section=notifications&do=follow&follow_app=forums&follow_area=forum&follow_id=3" data-ipstooltip="" class="ipsType_blendLinks ipsType_noUnderline" data-ipshover="" data-ipshover-cache="false" data-ipshover-onclick="" _title="Follow this content">Follow</a> <span class="ipsCommentCount">0</span> </div> </div> Измените data-followid="3" на ид ваша страница и &follow_id=3" на ид ваша страница Изменит ваш форум на ссилку ваш форум место, галочка : In the site sidebar только число последователей я не сделал Я попробува по ети подход - но не заработало: <div class="ipsFollow ipsButton ipsButton_primary ipsButton_verySmall" data-role="followButton" data-following="true"> <a href="{url="app=core&module=system&section=notifications&do=follow&follow_app={$app}&follow_area={$area}&follow_id={$id}"}" title="{lang="following_this_content"}" data-ipsTooltip class="ipsType_blendLinks ipsType_noUnderline" data-ipsHover data-ipsHover-cache='false' data-ipsHover-onClick><i class='fa fa-check'></i> {lang="following_this"} <i class='fa fa-caret-down'></i></a> <a class='ipsCommentCount' href='{url="app=core&module=system&section=notifications&do=followers&follow_app={$app}&follow_area={$area}&follow_id={$id}"}' title='{lang="followers_tooltip"}' data-ipsTooltip data-ipsDialog data-ipsDialog-size='narrow' data-ipsDialog-title='{lang="who_follows_this"}'>{$count}</a> </div>
  12. Silence replied to jack007's тема in Interface
    Ново: Несколько важных исправлений ошибок и совместимость с IPB 4.1.16. Videos 3.1.13.tar
  13. С приложение Pages ето возможно и удобно. Поставит ваш код SourceBans'a и използвайте ета функция
  14. Да -- Но ето еще в разработке .... не работает на 100%
  15. http://stackoverflow.com/questions/12501003/how-to-install-multiple-xampp-versions-or-multiple-php-versions-on-mac-os-x-10-7
  16. У вас ест такой плагин: Редирект внешних ссылок Если ползваете - попробуйте удалит его
  17. Для IPB 3 - PHP 5.5 Для IPS Community 4 - PHP 7 Правильный выбор ...
  18. For IPS Community 4.1.17.1 - PHP 7
  19. Спасибо - я увидел что они платные - но у меня стоит толко 80р ... Болгария становится все более трудным с платежными рублей
  20. http://serverfault.com/questions/671400/multiple-versions-of-php-through-nginx

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.