Jump to content

Ilya Hoilik

Friends
  • Posts

    1,191
  • Joined

  • Last visited

  • Days Won

    1

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Ilya Hoilik

  1. 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.

  2. 1 minute ago, Paul E. said:

    I imagine theming support for ACP was removed due to issues with providing support, a potential security problem, wanting the newly built in Marketplace to be untouched by themes, or some combination of the three.

    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.

    7 minutes ago, bfarber said:

    You can obviously do this on your own site if you want. But yes, the functionality was removed for a reason and this is one of those areas I anticipate we wouldn't allow to be "restored" via a Marketplace contribution.

    Is it allowed to share plugin in this topic for those with the same issue?

  3. 9 minutes ago, Tirel said:

    не и а где?)) для 4.5 нет разве?

    Ты текст читал на который стрелкой указал? 😺 В 4.5 устанавливать приложения, плагины, стили и языки нужно из магазина в Админцентре.

  4. \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:

    1885177528_2020-05-2321_16_242.thumb.png.8b87b58f0a03e5d1f02f1a81095eef9e.png

  5. 1 hour ago, breatheheavy said:

    Is it possible to have it use an @ icon instead of say "Mention"

    "Mention" is a regular language string. You can change it in the Languages section of AdminCP.

     

    1. Go to AdminCP -> Languages -> Localization -> Languages, select your language and click the Translate button at the right side.

    2. Type "ctm_mention_controls" into the search bar at the top.

    3. Find the appropriate row and enter whatever you want in the textarea.

     

    For example, you can use this code to display it like a button:

    <button class="ipsButton ipsButton_light ipsButton_verySmall ipsButton_narrow cMultiQuote"><i class="fa fa-at"></i></button>

    647014265_2020-05-0620_18_04.png.b7d7df2da1d6e8ff0392402d27a7ddf1.png

     

    Note that code may be different based on your custom theme. Send me a PM with your community URL and I will assist you.

×
×
  • Create New...