
Everything posted by Ilya Hoilik
-
Favicon on this community
And we still have this awful favicon...
-
Move core_members_* to another mysql server..
As far as I know, requirement to store personal data in Russia don't requires you to not store them outside of Russia in most cases. Thus said, you may to create another database for several tables in Russia and just keep it up to date with your main database. You can hook into multiple methods in the \IPS\Db class (insert, update, delete and so on) and run additional query to your Russian database each time it is ran to core_members_* in your main database. But anyway you should consult with your lawyer and Roskomnadzor before doing this.
-
Files in the "interface" folder and CIC clients.
-
Click to Mention - Support Topic
Hope it is fixed in 1.0.8 which is pending approval.
-
Click to Mention - Support Topic
-
Default ACP theme in 4.5
You do not understand the problem. I have a custom theme in 4.5 which is set as default. It has larger font sizes than original theme. It has another brand color. And now these changes populate from my front-end area into my AdminCP. I do not want to see my front-end changes in the AdminCP, but I see them and there is no way to set clean theme as default for AdminCP without custom plugin. Is it allowed to share plugin in this topic for those with the same issue?
-
Default ACP theme in 4.5
There were no good reasons to remove useful functionality that worked well and helped stay my AdminCP clean and unmodified.
-
(RU4) URLs Transliteration
Ты текст читал на который стрелкой указал? 😺 В 4.5 устанавливать приложения, плагины, стили и языки нужно из магазина в Админцентре.
-
Default ACP theme in 4.5
And now you declined my plugin which adds an ability to set custom theme as default for AdminCP because it re-introduces removed functionality. Why you removed this?
-
(RU4) URLs Transliteration
It is impossible to transliterate tags.
-
(RU4) URLs Transliteration
@Tirel and?
-
Click to Mention - Support Topic
Version 1.0.6 with fixed mention on mobile devices is released and pending approval now. It will be available within several days.
-
Click to Mention - Support Topic
Thank you for the report! Looking into the issue...
-
Default font is different on 4.5
Maybe Default means your system's default font? So it may differ based on your operating system.
-
Default ACP theme in 4.5
You removed that feature and now my AdminCP sucks. Thanks 😺
-
Default ACP theme in 4.5
Hey! How can I set a theme as default for AdminCP in 4.5? Just changed font sizes in my default front theme, cleared cache and font sizes have been also changed in the AdminCP.
-
Apple Music Song Embedding (Support Topic)
No need to ask users to add embed.music.apple.com into allowed iframe bases, just hook into \IPS\Text\Parser::allowedIFrameBases() and add it on your side 😉
-
Pixabay language
Can you please add a 'lang' parameter to the Pixabay API request? And add it as class property, so we can overwrite it using hook.
-
Favicon on this community
Really want to see updated high resolution favicon without white border. Current favicon is very ugly.
-
4.5 CSS Changes for developers & designers
I'd call it Invisionwind CSS
-
Purge translation strings in core_sys_lang_words?
That's unfortunate 😞
-
Purge translation strings in core_sys_lang_words?
Sonya, try a lifehack. Enable Translated filter and sort by English ascending. As a result you will see a lot of translated strings with no English text. Just remove the translation from all of them and they also be removed from exported language pack.
-
Purge translation strings in core_sys_lang_words?
Afair, js language strings follow the lowerCamelCase naming convention, not the under_score.
-
\in_array in \IPS\Lang
-
\in_array in \IPS\Lang
\IPS\Lang : 654 if ( \in_array( $k, array_keys( $this->words ) ) ) Maybe it is better to use \array_key_exists? if ( \array_key_exists( $k, $this->words ) ) I get this error when using CheckboxSet with multiple = true and member groups as options: