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

orbipwn

Пользователи
  • Постов

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

  • Посещение

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

    1

Весь контент orbipwn

  1. Finally got in core_theme_templates... Thanks, by_ix Any ideas how to clear cache for all core_theme_templates and updated column?
  2. by_ix Yes, I deleted absolutely everything, and the core_cache and ip address is visible again and I really don't know what to do anymore.
  3. I deleted the cache in redis and everything I can, but the ip address is still visible and I don't know what caused this problem.
  4. I already did this before I wrote the topic, but it has no effect and nothing changes... Other ideas?
  5. For several days i have been trying to find where the server IP address code is stored in the support field? I want to remove the ip address from system information in admin panel in Support section and how can this be done? IPB Version: 4.5.1 Thanks.
  6. He talk about : https://invisioncommunity.com/files/file/9539-dark-light-fluent-design-theme-edition/
  7. How can I disable certain registration names through a filter?
  8. Good, but i got an error. [[Template forums/front/topics/postContainer is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]
  9. Hi, how can i make that code to check in months and years (both) or month or year separately? Thanks. <div class="custom"> {{$date_joined = floor((strtotime("now")-strtotime("{$comment->author()->joined}"))/86400) ;}} <span class="leftinfo"><i class="fa fa-calendar"></i> $time of fappig:</span> <span class="rightinfo">{$date_joined} Days</span> </div>
  10. Hi, i have problem with images and i dont know what is reason;
  11. From where? I check permissions, but i dont see option to disable buy button for guests.
  12. Need to be chown not chmod... Like this chown - R www-data:www-data /path/to/files Also, it is very wrong to set chmod 777 to absolutely all files.
  13. How can i disable or remove BUY button for guests in Downloads? Thanks.
  14. The problem is that I want what is written to be automatic when logging in, and in this case they have to click on the button. Any ideas how to do it automatically as with WBB?
  15. But how can I add login text? For example, is this account disabled? I mean as a guest browses a forum in which he has no permissions. How do I add such text when logging in?
  16. How can I make an option to deactivate a profile if it violates the rules instead of just banning it? I mean the option to deactivate an account and when the user tries to log in it says that his account has been deactivated. Is there a similar modification for 4.4/4.5?
  17. How can i add new javascript code globally? I mean for all pages? This; <script> window.oncontextmenu = function () { console.log(""); return false; } </script>
  18. Add in your .htaccess <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>
×
×
  • Создать...