Перейти к содержанию

Xontero

Актив
  • Постов

    303
  • Зарегистрирован

  • Победитель дней

    8

Активность репутации

  1. Лайк
    Xontero получил реакцию от alexis в Очистка базы пользователей   
    try this:
    SELECT * FROM core_members WHERE last_visit < UNIX_TIMESTAMP(NOW() - INTERVAL 3 YEAR) AND posts = 0 don't forget backup
    or
    DELETE FROM core_members WHERE last_visit < UNIX_TIMESTAMP(NOW() - INTERVAL 3 YEAR) AND member_id NOT IN ( SELECT DISTINCT author_id FROM forums_posts WHERE author_id = core_members.member_id )  
  2. Лайк
    Xontero получил реакцию от turk в Очистка базы пользователей   
    try this:
    SELECT * FROM core_members WHERE last_visit < UNIX_TIMESTAMP(NOW() - INTERVAL 3 YEAR) AND posts = 0 don't forget backup
    or
    DELETE FROM core_members WHERE last_visit < UNIX_TIMESTAMP(NOW() - INTERVAL 3 YEAR) AND member_id NOT IN ( SELECT DISTINCT author_id FROM forums_posts WHERE author_id = core_members.member_id )  
  3. Лайк
    Xontero отреагировална пост MrHaim в [4.3.x] Vulpes Темная игровая тема   
    у меня версия 2.1.4
    Самая близкая к последней версии, которую я мог найти прямо сейчас.
    наслаждаться
    I have version 2.1.4
    Closest to the latest version I could find right now.
    enjoy
     
    [Templanet.pl] Vulpes 2.1.4.zip
  4. Лайк
    Xontero отреагировална пост MrHaim в Verification Badge for Staff // Значок подтверждения для персонала   
    This tutorial will show you a verification badge for staff. Let's begin.

    In order to make it:

    1) Go to /applications/core/modules/front/members/profile.php in your file manager.

    2) Add the code under:
    public function execute() { /* Load Member */ $this->member = \IPS\Member::load( \IPS\Request::i()->id );  
    if ($this->member->inGroup(4,6)) { $this->member->name = $this->member->name . " ?"; } Basically, this code is checking if the visited profile's group is 4 or 6 (For me, 4 = Administrator, 6 = Moderators) and if it's, it's adding a verification symbol next to username.

    Hope that worked.
    Russian
    В этом руководстве вы увидите значок проверки для сотрудников. Давай начнем.

    Чтобы сделать это:
    1) Перейдите в /applications/core/modules/front/members/profile.php в вашем файловом менеджере.
    2) Добавьте код под:
    public function execute() { /* Load Member */ $this->member = \IPS\Member::load( \IPS\Request::i()->id );  
    if ($this->member->inGroup(4,6)) { $this->member->name = $this->member->name . " ?"; }  
    По сути, этот код проверяет, является ли группа посещаемого профиля 4 или 6 (для меня 4 = администратор, 6 = модераторы), и если это так, он добавляет символ подтверждения рядом с именем пользователя.
    Надеюсь, это сработало.
    Credit to Yondu
  5. Лайк
    Xontero получил реакцию от Skye в Block New Members from Voting in Old Polls   
    Просмотр файла Block New Members from Voting in Old Polls
    Плагин блокирует голосование участников в опросах, созданных до того, как они зарегистрировались на сайте.
    Добавил LoveHate Добавлено 03.04.2022 Категория Модерация Язык English  
  6. Лайк
    Xontero получил реакцию от SlawkA в Friends   
    Просмотр файла Friends
    This is an application to allow users to create friendships with others.
    Features:
    Users can send friend requests to others Notification when: Receiving a friend request A friend request has been accepted. User can manage the notifications (disable/enable, use email/inline-notification) Displaying friends: Friends icon on top navigation displays in all pages. Friends tab in profile page. 1 click to send PM, Chat (requires Chatbox+) Easy to search friends. Privacy settings can allow users to set certain actions: Who can view your Profile. Who can send your Personal Message. Who can view your friends in profile. Widget to display random people you may know in slider or grid view. Mutual friends in widget and profile page. Добавил Xontero Добавлено 02/15/23 Категория Интерфейс Язык English  
  7. Насмешил
    Xontero отреагировална пост avangcom в how to display the online people in each section on the main page of the forum   
    thank you
    This plugin shows 0 if the user is not in the section
    Is it possible to do something, if there is no user in the section, do not show the number 0, if there is 1 person in the section, then write 1 person show????
  8. Лайк
    Xontero отреагировална пост Exception в Интеграция с Вконтакте   
    потому что ты банально поиском пользоваться не умеешь
     
  9. Лайк
    Xontero получил реакцию от by_ix в Friends   
    Просмотр файла Friends
    This is an application to allow users to create friendships with others.
    Features:
    Users can send friend requests to others Notification when: Receiving a friend request A friend request has been accepted. User can manage the notifications (disable/enable, use email/inline-notification) Displaying friends: Friends icon on top navigation displays in all pages. Friends tab in profile page. 1 click to send PM, Chat (requires Chatbox+) Easy to search friends. Privacy settings can allow users to set certain actions: Who can view your Profile. Who can send your Personal Message. Who can view your friends in profile. Widget to display random people you may know in slider or grid view. Mutual friends in widget and profile page. Добавил Xontero Добавлено 02/15/23 Категория Интерфейс Язык English  
  10. Лайк
    Xontero получил реакцию от Zero108 в Friends   
    Просмотр файла Friends
    This is an application to allow users to create friendships with others.
    Features:
    Users can send friend requests to others Notification when: Receiving a friend request A friend request has been accepted. User can manage the notifications (disable/enable, use email/inline-notification) Displaying friends: Friends icon on top navigation displays in all pages. Friends tab in profile page. 1 click to send PM, Chat (requires Chatbox+) Easy to search friends. Privacy settings can allow users to set certain actions: Who can view your Profile. Who can send your Personal Message. Who can view your friends in profile. Widget to display random people you may know in slider or grid view. Mutual friends in widget and profile page. Добавил Xontero Добавлено 02/15/23 Категория Интерфейс Язык English  
  11. Лайк
    Xontero получил реакцию от Dusty в Friends   
    Просмотр файла Friends
    This is an application to allow users to create friendships with others.
    Features:
    Users can send friend requests to others Notification when: Receiving a friend request A friend request has been accepted. User can manage the notifications (disable/enable, use email/inline-notification) Displaying friends: Friends icon on top navigation displays in all pages. Friends tab in profile page. 1 click to send PM, Chat (requires Chatbox+) Easy to search friends. Privacy settings can allow users to set certain actions: Who can view your Profile. Who can send your Personal Message. Who can view your friends in profile. Widget to display random people you may know in slider or grid view. Mutual friends in widget and profile page. Добавил Xontero Добавлено 02/15/23 Категория Интерфейс Язык English  
  12. Спасибо
    Xontero получил реакцию от OzzieKris в Файлы из архива IPS (поможем скачать)   
    Friends 1.3.5.tar
    Friends 1.3.5.tar
  13. Лайк
    Xontero отреагировална пост Donjuan в Хук для светлой темы (сделать темную).   
    Большое спасибо. Попробую ☺️
  14. Спасибо
    Xontero получил реакцию от Donjuan в Хук для светлой темы (сделать темную).   
    Привет
    Это может решить вашу проблему
    Dark Mode 1.0.1.tar
    Dark Mode 1.0.1.tar
  15. Насмешил
    Xontero отреагировална пост avangcom в Стиль Remembrance   
    hi
    install tested error : 1S111/1 Column 'plugin_version_long' cannot be null
  16. Насмешил
    Xontero отреагировална пост Respected в Стиль Remembrance   
    You need to install this as a theme and not as a plugin.
  17. Насмешил
    Xontero отреагировална пост avangcom в How to add this section to the default template   
    hi
    How to add this section to the default template

    Example the site : ipb-board.ru
  18. Насмешил
    Xontero отреагировална пост Zero108 в Editing the header of the illuminate template   
    فارسی کوچولو
  19. Лайк
    Xontero отреагировална пост Dusty в Файлы из архива IPS (поможем скачать)   
    У кого есть такие файлы ?
    https://invisioncommunity.com/files/file/9766-voice-message-for-chatbox/
    https://invisioncommunity.com/files/file/9682-friends/
  20. Насмешил
    Xontero отреагировална пост AzeTural в липкий посбит   
    Вы видите, что я делаю неправильно?
    Untitled.mp4 Вы видите, что я делаю неправильно?
    Untitled.mp4    
    Вы видите, что я делаю неправильно? 
     

  21. Насмешил
    Xontero отреагировална пост Donjuan в Файлы из архива IPS (поможем скачать)   
    Ему бы сайт сменить в профиле. А то порно контент как то..
  22. Лайк
    Xontero отреагировална пост SlawkA в Файлы из архива IPS (поможем скачать)   
    ну ты уж гайки закрутил
    привет. нет пока в свободном доступе для скачивания.
    но можете создать в покупках тему. для покупки. и там может появятся люди которые захотят купить и платить придется меньше. плюс найдется еще и кто сможет купить этот файл.
  23. Смутило
    Xontero отреагировална пост Zero108 в Файлы из архива IPS (поможем скачать)   
    Еще нужно написать "Слава великой России!"
  24. Лайк
    Xontero получил реакцию от SlawkA в Файлы из архива IPS (поможем скачать)   
    ok.
    Привет.
    Кто-нибудь может поделиться этим файлом?
    https://invisioncommunity.com/files/file/8870-dp44-bot-group/
  25. Лайк
    Xontero получил реакцию от Zero108 в Файлы из архива IPS (поможем скачать)   
    ok.
    Привет.
    Кто-нибудь может поделиться этим файлом?
    https://invisioncommunity.com/files/file/8870-dp44-bot-group/
×
×
  • Создать...