Reputation Activity
-
newload got a reaction from cyr4x in Чат для общения.People like to mix Vodka and beer? That's weird... XD
Also, I don't like to drink pure vodka. I like to make this lemon drink called "Caipirinha", it's very popular here in Brazil.
Here's the recipe (found in russian for you guys )
But this recipe shown in this video, is for one single glass. In my case, I like to make it for more people in a glass beer mug.
And I use two lemons and dose the vodka at my taste.
-
newload got a reaction from SlawkA in Кому сколько осталось?How can i chance my Nickname?
I can do it when i reach Active rank? Or It isn't possible?
-
newload got a reaction from SlawkA in Кому сколько осталось?Got new rank, now just 500 more points to the next one 😂
-
newload got a reaction from SlawkA in Кому сколько осталось? -
newload got a reaction from SlawkA in Кому сколько осталось?88 points now ...wait, 83 now after making this post 🤣 🤣
-
newload got a reaction from SlawkA in Кому сколько осталось?93 points to the next Rank XD
-
newload got a reaction from Xontero in IPS Community Suite Português (Brasil) Language PackView File IPS Community Suite Português (Brasil) Language Pack
Translated by me for IPS 4.6.12
Submitter newload Submitted 04/08/22 Category Localization and translations Language Português (Brasil)
-
newload reacted to HooLIGUN in Полоса загрузки в шапке сайтаПросмотр файла Полоса загрузки в шапке сайта
Простой плагин, который добавляет в шапку полосу прогресса загрузки страницы сайта
Для удобства добавлены настройки (цвет и толщина полоски)
Делал для себя, на основе pace.js еще на 3.4, решил адаптировать под IPS после темы "Полоска загрузки"
Добавил HooLIGUN Добавлено 26.05.2022 Категория Интерфейс Язык Русский
-
newload got a reaction from by_ix in IPS Default Theme (Green & Red)Просмотр файла IPS Default Theme (Green & Red)
Just the IPS Default Theme, nothing special added.
Just recolored to Green and Red, which I think it looked cool. ^^
________________________________
Просто тема IPS по умолчанию, ничего особенного не добавлено. Просто перекрасил в зеленый и красный, что, на мой взгляд, выглядело круто. Добавил newload Добавлено 20.04.2022 Категория Темы и дизайн Язык eng
-
newload got a reaction from SlawkA in day and night.Ok then...
-
newload got a reaction from SlawkA in day and night.Go to AdminCP > Members > Staff > Moderators and click Edit.
Choose Restricted and on Content tab you can choose what they can do.
I agree with what @SlawkA said. Moderators need such permissions to monitor your forum. Why deprive them of those permissions?
But again, it's your forum. You do what you think is best.
-
newload reacted to SlawkA in day and night.согласен.
только зачем Вам такие модераторы куцые? это тоже глупо
модератор, это модератор который должен следить за сайтом и иметь все таки какие то права. а если его лишать модер-панели и каких то функций?
то это не модератор. зачем тогда они Вам такие модераторы? 🙄
-
newload got a reaction from Xontero in How to have a message like this on forum view?Ooh... Never mind that...
I had this code on Custom.css, it was bugging that information
@charset "UTF-8";@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700); body { } .h1page { font-size:2em; font-weight:300;line-height:1em; text-align:center; color:#000 } .blue { color:#185875 } .yellow { color:#fff842 } .tablecontainer th h1 { font-weight:bold; font-size:1em; text-align:left } .tdcustom { font-weight:normal; font-size:1em; color:#fff; color:#fff; -webkit-box-shadow:0 2px 2px -2px #0e1119; -moz-box-shadow:0 2px 2px -2px #0e1119; box-shadow:0 2px 2px -2px #0e1119 } .tablecontainer { text-align:left; overflow:hidden; width:100%; margin:0 auto; display:table; padding:0 0 8em 0 } .ipsPageHeader { display:none } :-webkit-scrollbar-track { -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3); background-color:#f5f5f5 } ::-webkit-scrollbar { width:12px; background-color:#f5f5f5 } ::-webkit-scrollbar-thumb { -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3); background-color:#2986cc }
I don't remember what it does, but I think it is something related to the scrollbar.
If someone want it, just take it... XD
Everything is back to normal XD
-
newload got a reaction from MikeWolf in About Best AnswersYeah, that!
Thank you!
-
newload reacted to MikeWolf in About Best AnswersYou looking for this?
-
newload got a reaction from SlawkA in IPS Default Theme (Green & Red)Просмотр файла IPS Default Theme (Green & Red)
Just the IPS Default Theme, nothing special added.
Just recolored to Green and Red, which I think it looked cool. ^^
________________________________
Просто тема IPS по умолчанию, ничего особенного не добавлено. Просто перекрасил в зеленый и красный, что, на мой взгляд, выглядело круто. Добавил newload Добавлено 20.04.2022 Категория Темы и дизайн Язык eng
-
newload got a reaction from MikeWolf in Увеличение заголовка профиля (Making profile header bigger)Это довольно просто, просто зайдите в свой AdminCP> Темы> Редактировать HTML и CSS> Вкладка CSS> Profile.css It's pretty simple, just go to your AdminCP > Themes > Edit HTML & CSS > CSS Tab > Profile.css https://i.imgur.com/V0NNgJ4.png
Теперь в #elProfileHeader просто измените эти значения на: Now in #elProfileHeader, just change these values for: Большой заголовок (мой личный вкус, я предпочитаю 375-400px) Big header (my personal taste, I prefer at 375-400px) высота: 550px; height: 550px; Изображение профиля (сверху или снизу) Profile Picture (At top or Bottom) отступы сверху: 10px; (для аватарки вверху) padding-top: 10px; (for profile picture at top) или or отступ сверху: 475px; (внизу) padding-top: 475px; (at the bottom) Сохраните его, и все готово! Save it and you're done! PREVIEW!!
Profile Picture at top and bigger header
https://i.imgur.com/02j6X6n.png
https://i.imgur.com/guFjJ2n.png
Profile Picture at bottom and bigger header
https://i.imgur.com/Dx26CvV.png
https://i.imgur.com/8ZcU5Ma.png
-
newload got a reaction from SlawkA in IPB 3 theme recreation on IPS 4?I was wondering, someone did ever try recreating the Default theme from IPB 3 on IPS 4? Searched a bit and didn't find anything XD
__________________
Мне интересно, кто-нибудь пробовал воссоздать тему по умолчанию из IPB 3 на IPS 4? Немного поискал и ничего не нашел XD -
newload reacted to SlawkA in Чат для общения.у меня каждый день пятница, на работе после обеда и до конца работы.
дома тоже пятница каждый день.
а вот в пятницу уже большая пятница.
мы на работе выпиваем, обсуждаем конец рабочей недели, что нам нужно сделать или доделать на другой недели.
ставим себе задачи на будущую неделю.
или просто сидим и играем по сетке на 2 ПК в Need for Speed: Most Wanted Black Edition.
кто проиграл, тот идет за пивом 😁
я ни разу за пивом не ходил)
-
newload got a reaction from by_ix in IPB3 -> IPB4About the Shoutbox, I have found this one that's said to work on IPS 4.3 but I tested on my Test Board which runs the latest version (4.6.12.1) and works fine.
It's in english though. I guess that you or someone here can localize it in Russian XD
Shoutbox 1.3.0.tar
Shoutbox 1.3.0.tar
If you want a sneak peek, check my test board. Link on my userpanel
<<<<
-
newload got a reaction from SlawkA in Чат для общения.Today's Friday. Its okay tô drink hahah
-
newload got a reaction from SlawkA in IPB3 -> IPB4Awesome!
-
newload got a reaction from SlawkA in IPB3 -> IPB4About the Shoutbox, I have found this one that's said to work on IPS 4.3 but I tested on my Test Board which runs the latest version (4.6.12.1) and works fine.
It's in english though. I guess that you or someone here can localize it in Russian XD
Shoutbox 1.3.0.tar
Shoutbox 1.3.0.tar
If you want a sneak peek, check my test board. Link on my userpanel
<<<<
-
newload got a reaction from ipbuser in IPB3 -> IPB4About the Shoutbox, I have found this one that's said to work on IPS 4.3 but I tested on my Test Board which runs the latest version (4.6.12.1) and works fine.
It's in english though. I guess that you or someone here can localize it in Russian XD
Shoutbox 1.3.0.tar
Shoutbox 1.3.0.tar
If you want a sneak peek, check my test board. Link on my userpanel
<<<<
-
newload reacted to SlawkA in IPB3 -> IPB4тут не много переводить. 20 минут и готово