Jump to content

Xontero

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

Reputation Activity

  1. Thanks
    Xontero got a reaction from cyr4x in Скролл последние темы   
    @or1k
    for default TopicFeed widget add this in custom.css:
    #ipsLayout_mainArea [data-blockid*="app_forums_topicFeed"] .ipsWidget_inner { max-height: 375px; overflow: auto; scrollbar-width: thin; } after that you should edit widget and set Number to show to 25 or each number you want
     
    for recent topic plugin add this in custom.css:
    #ipsLayout_mainArea [data-blockid*="plugin_1_recentTopics"] .ipsWidget_inner { max-height: 375px; overflow: auto; scrollbar-width: thin; } after that you should edit widget and set Number to show to 25 or each number you want
  2. Sad
    Нужно отлаживать, так сложно сказать
  3. Like
    Free-kassa Payment Gateway 1.0.2.tar
    Free-kassa Payment Gateway 1.0.2.tar
  4. Confused
    Прочитайте пожалуйста внимательно что я написал, мне не надо плагин для старой фрикассы, его не сложно найти, мне надо старый переписать для новой версии фрикассы, еще раз не free-kassa.ru а freekassa.ru
  5. Confused
    Так поделись здесь тоже
     
  6. Haha
    Дай бог здоровья или как там в ваших Омериканских интернетах говорят (god bless you) 😂
  7. Thanks
    Xontero got a reaction from SkiFteL in Файлы из архива IPS (поможем скачать)   
    I have 1.8.0. I hope that works on 4.6
    portal 1.8.0.tar
    portal 1.8.0.tar
  8. Like
    Xontero got a reaction from by_ix in Файлы из архива IPS (поможем скачать)   
    I have 1.8.0. I hope that works on 4.6
    portal 1.8.0.tar
    portal 1.8.0.tar
  9. Like
    Xontero got a reaction from cyr4x in Файлы из архива IPS (поможем скачать)   
    I have 1.8.0. I hope that works on 4.6
    portal 1.8.0.tar
    portal 1.8.0.tar
  10. Like
    Xontero got a reaction from SlawkA in Файлы из архива IPS (поможем скачать)   
    I have 1.8.0. I hope that works on 4.6
    portal 1.8.0.tar
    portal 1.8.0.tar
  11. Like
    Post Donations 1.0.0.tar
    Post Donations 1.0.0.tar
  12. Thanks
    Xontero got a reaction from bon1 in Nexxe Theme (Dark/Light)   
    got it...
    nexxe 1.1.1.2.xml
     
     
    @M4FIA_RaGE update
    nexxe 1.1.1.2.xml
  13. Haha
    Ваша помощь как никогда вовремя и своевременна, спустя 2229 Дней или 6 лет
  14. Haha
    Всё у тя нормально. в настройках регулируй, стоит ли тебе включать эту функцию или нет.
  15. Like
    Xontero reacted to Orpheus in Nexxe Theme (Dark/Light)   
    Theme updated to the latest version available, thanks to @LoveHate
  16. Like
    Xontero reacted to Orpheus in convert MyISAM to InnoDB   
    Sure thing, good luck
  17. Thanks
    Xontero got a reaction from Orpheus in Nexxe Theme (Dark/Light)   
    got it...
    nexxe 1.1.1.2.xml
     
     
    @M4FIA_RaGE update
    nexxe 1.1.1.2.xml
  18. Like
    Xontero reacted to Orpheus in convert MyISAM to InnoDB   
    You have to generate the queries first using the above and then run them in MySQL CLI(Console).
    I did it for my forum the same way. I used phpMyAdmin console inside the same database where I had most of the database tables in MyISAM
  19. Like
    Xontero reacted to Orpheus in convert MyISAM to InnoDB   
    How to grab all the tables which are using MyISAM storage engine?
    SELECT CONCAT('ALTER TABLE ', TABLE_SCHEMA, '.', TABLE_NAME,' ENGINE=InnoDB;') FROM Information_schema.TABLES WHERE TABLE_SCHEMA = 'DBNAME' AND ENGINE = 'MyISAM' AND TABLE_TYPE = 'BASE TABLE' Where DBNAME is the database name, then copying all the output queries you've to run in console and hit CTRL+Enter
    Done! hope that helps
  20. Like
    Xontero got a reaction from Zero108 in Nexxe Theme (Dark/Light)   
    got it...
    nexxe 1.1.1.2.xml
     
     
    @M4FIA_RaGE update
    nexxe 1.1.1.2.xml
  21. Like
    Xontero got a reaction from mamyka in Nexxe Theme (Dark/Light)   
    got it...
    nexxe 1.1.1.2.xml
     
     
    @M4FIA_RaGE update
    nexxe 1.1.1.2.xml
  22. Like
    Xontero got a reaction from by_ix in Nexxe Theme (Dark/Light)   
    got it...
    nexxe 1.1.1.2.xml
     
     
    @M4FIA_RaGE update
    nexxe 1.1.1.2.xml
  23. Like
    Xontero reacted to Exception in Переливающийся ник   
    В интернете полно примеров
    Это в css:
    .username__shine { background: linear-gradient(to right, #edc65c, #ff7600, #bd2828, #ed5cc7, #5c86ed, #edc65c); background-size: 200% auto; color: #edc65c; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; -webkit-animation: shine 3s linear infinite alternate; animation: shine 3s linear infinite alternate; } @-webkit-keyframes shine { to { background-position: 200% center; } } @keyframes shine { to { background-position: 200% center; } } Для нужной группы указываем форматирование:
    <span class='username__shine'></span>  
  24. Like
    Xontero got a reaction from or1k in Полоска репутации   
    no but you can use a condition
    <i class="{{if $comment->author()->pp_reputation_points >= 0}}fa fa-plus{{else}}fa fa-minus{{endif}}"></i> <i class="{{if $comment->author()->pp_reputation_points > 1}}fa fa-plus{{elseif $comment->author()->pp_reputation_points < 0}}fa fa-minus{{endif}}"></i>  
  25. Like
    Я так понимаю автор блока с якорями спрашивал помощи тут и смог это сделать без приложения https://invisioncommunity.com/forums/topic/453642-pages-how-to-use-anchors-in-editor/