
Xontero
Актив
-
Регистрация
Reputation Activity
-
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
-
Xontero reacted to Respected in I need help to convert xenforo 2.2.8 to invision community 4.3.6, I get this error when I am in the process of convertingНужно отлаживать, так сложно сказать
-
Xontero got a reaction from SlawkA in freekassa.ru покупка плагина для платежей в IPBFree-kassa Payment Gateway 1.0.2.tar
Free-kassa Payment Gateway 1.0.2.tar
-
Xontero reacted to Lafko in freekassa.ru покупка плагина для платежей в IPBПрочитайте пожалуйста внимательно что я написал, мне не надо плагин для старой фрикассы, его не сложно найти, мне надо старый переписать для новой версии фрикассы, еще раз не free-kassa.ru а freekassa.ru
-
Xontero reacted to HooLIGUN in Файлы из архива IPS (поможем скачать)Так поделись здесь тоже
-
Xontero reacted to cyr4x in Файлы из архива IPS (поможем скачать)Дай бог здоровья или как там в ваших Омериканских интернетах говорят (god bless you) 😂
-
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
-
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
-
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
-
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
-
Xontero reacted to bon1 in Файлы из архива IPS (поможем скачать)Post Donations 1.0.0.tar
Post Donations 1.0.0.tar
-
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
-
Xontero reacted to accop in Авторизация через вк и другие соц.сетиВаша помощь как никогда вовремя и своевременна, спустя 2229 Дней или 6 лет
-
Xontero reacted to vitaliitihanov in Авторизация через вк и другие соц.сетиВсё у тя нормально. в настройках регулируй, стоит ли тебе включать эту функцию или нет.
-
Xontero reacted to Orpheus in Nexxe Theme (Dark/Light)Theme updated to the latest version available, thanks to @LoveHate
-
Xontero reacted to Orpheus in convert MyISAM to InnoDBSure thing, good luck
-
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
-
Xontero reacted to Orpheus in convert MyISAM to InnoDBYou 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
-
Xontero reacted to Orpheus in convert MyISAM to InnoDBHow 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
-
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
-
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
-
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
-
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>
-
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>
-
Я так понимаю автор блока с якорями спрашивал помощи тут и смог это сделать без приложения https://invisioncommunity.com/forums/topic/453642-pages-how-to-use-anchors-in-editor/