Jump to content

Xontero

Актив

Everything posted by Xontero

  1. bro I can't speak Russia. from yesterday I got that message.
  2. Привет. Были ли люди, столкнувшиеся с таким сообщением?
  3. Точно. Вам не нужно редактировать или обновлять каждый отдельный файл шаблона, просто отредактируйте файлы, указанные на референсном сайте, и внесите изменения.
  4. hi use below link https://invisioncommunity.com/index.php?app=core&module=system&controller=plugins&do=diff
  5. Xontero posted пост в теме in Interface
    Просмотр файла PM Author Info The application adds the ability to set an informational message when certain users or groups are selected as private message recipients. The message will be loaded automatically. Добавил Xontero Добавлено 06/15/23 Категория Интерфейс Язык English  
  6. Xontero posted файл in Interface
    • 25 скачиваний
    • Версия 1.0.0
    The application adds the ability to set an informational message when certain users or groups are selected as private message recipients. The message will be loaded automatically.
    Free
  7. good work!
  8. please go to admin and clear cache then clear your browser cache.
  9. hi have you tried to edit conf-global.php in your host?
  10. Логически, если два пользователя используют одинаковое имя пользователя, возникнут проблемы при попытке входа в систему. Это обычно предотвращается в системах управления пользователями, чтобы каждый пользователь имел уникальное имя пользователя. Распространенным способом избежать конфликтов в именах пользователей является использование уникального идентификатора пользователя. В этом случае каждому пользователю присваивается уникальный идентификатор, который может быть числовым или строковым. Идентификатор пользователя используется в качестве уникального критерия для идентификации каждого пользователя, и имя пользователя может быть повторяющимся. Например, в системе регистрации пользователей пользователи могут выбирать свои имена пользователей, но система должна иметь механизм, чтобы убедиться, что ни один человек не выберет одно и то же имя пользователя. Обычно это делается с использованием базы данных и поиска по предыдущим именам пользователей. Мой подход: Вы должны разорвать связь между полем имени пользователя и базой данных, чтобы не выполнять никаких проверок и позволить пользователям выбирать повторяющиеся имена. Затем вы обязательно должны настроить способ входа с использованием электронной почты, так как в противном случае система не сможет определить профиль. В профессиональных системах управления пользователями лучшим подходом для предотвращения конфликтов в именах пользователей является использование уникального идентификатора для каждого пользователя, такого как идентификатор пользователя. Метод, который вы описали, может привести к проблемам с безопасностью и ненадежностью системы. С точки зрения безопасности, отключение связи поля имени пользователя с базой данных может создать уязвимости в системе, так как имя пользователя должно быть уникальным, чтобы определить личность каждого пользователя и предотвратить несанкционированный доступ к учетным записям. Также связывание способа входа в систему с электронной почтой может вызвать другие проблемы, поскольку электронная почта не может быть сама по себе надежным и уникальным идентификатором для каждого пользователя.
  11. @turk you can use blow snippet: {{if mb_strstr( theme.profile_item, 'activity' )}}
  12. 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 )
  13. hi you can only do this with query
  14. Modifying core file in next updates will be rewritten
  15. I can update your theme to last version without any problem. pm me
  16. hi I need this https://invisioncommunity.com/files/file/9751-kitchen-sink/
  17. Xontero posted пост в теме in Interface
    please update to 3.0.2
  18. hi do you want this feature for a special user or user group?
  19. Xontero posted пост в теме in Interface
    Просмотр файла 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  
  20. Xontero posted файл in Interface
    • 78 скачиваний
    • Версия 1.3.5
    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.
    Free
  21. Привет Это может решить вашу проблему Dark Mode 1.0.1.tar Dark Mode 1.0.1.tar
  22. .ipsNavBar_primary > ul > li:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) > .ipsNavBar_secondary { right: var(--nav-dropdown--offset-x) !important; left: auto !important; } [dir="rtl"] .ipsNavBar_primary > ul > li:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) > .ipsNavBar_secondary::before, [dir="rtl"] .ipsNavBar_primary > ul > li:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) > .ipsNavBar_secondary::before, [dir="rtl"] .ipsNavBar_primary > ul > li:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) > .ipsNavBar_secondary::before, [dir="rtl"][data-focus-navigation-align~="left"] .ipsNavBar_primary > ul > li:nth-last-child(1) > .ipsNavBar_secondary::before, [dir="rtl"][data-focus-navigation-align~="left"] .ipsNavBar_primary > ul > li:nth-last-child(2) > .ipsNavBar_secondary::before, [dir="rtl"][data-focus-navigation-align~="left"] .ipsNavBar_primary > ul > li:nth-last-child(3) > .ipsNavBar_secondary::before { left: auto !important; right: 20px !important; } html[dir="rtl"] .ipsNavBar_secondary > li { direction: rtl; }
  23. Xontero posted пост в теме in Themes and design
    you can also edit css file and change html[data-theme="dark"] to html[data-theme="light"]
  24. Xontero posted пост в теме in Themes and design
    hi just relax edit your theme and open include_js files then looking for: <script> const toggleSwitch = document.querySelector('.theme-switch input[type="checkbox"]'); const currentTheme = localStorage.getItem('theme'); if (currentTheme) { document.documentElement.setAttribute('data-theme', currentTheme); if (currentTheme === 'dark') { toggleSwitch.checked = true; } } function switchTheme(e) { if (e.target.checked) { document.documentElement.setAttribute('data-theme', 'dark'); localStorage.setItem('theme', 'dark'); } else { document.documentElement.setAttribute('data-theme', 'light'); localStorage.setItem('theme', 'light'); } } toggleSwitch.addEventListener('change', switchTheme, false); </script> and change Preference!