Перейти к содержанию

avangcom

Актив
  • Постов

    489
  • Зарегистрирован

  • Посещение

  • Победитель дней

    1

Сообщения, опубликованные avangcom

  1. 40 دقیقه پیش، aLEX49566 گفت:

    و به طور کلی: 

     

    I could not find this item, have you tested this item???

    Актуально интересно?!

    https://ipbmafia.ru/topic/11893-zapret-nikov-iz-tsifr/?do=findComment&comment=90599

     

    Для проверки никнейма  используется символьный класс, так что "правильные" выражения подобрать там не возможно, только правкой сорсов. В \admin\sources\classes\member\memberFunctions.php найти

    		if( ipsRegistry::$settings['username_characters'] )
    		{

    выше добавить

    		if( preg_match( '/^\d+$/', html_entity_decode( $name ) ) )
    		{
    			return array( 'name' => $original, 'errors' => array( 'Запрещены логины состоящие только из одних цифр.' ) );
    		}
  2. Hello
    I want to add a photo in the language section of the translation section for a text, but I don't want the photo to be clickable
    Normally, when I place the photo, by clicking on the photo, the photo will be enlarged. I want to get this feature from only this photo, not all photos.
    I used the following code

    <img src="https://ipbmafia.ru/uploads/reactions/react_thanks.png" width="25" height="25">

     

  3. Thanx , It worked great

    It is better to add this code to the plugin

    .cyberdevil_spoiler:not(.cke_widget_element) > .ipsSpoiler_contents {
        display: none;
    }
    .cyberdevil_spoiler:not(.cke_widget_element) > .ipsSpoiler_header:not(.ipsSpoiler_open) {
        margin-bottom: calc(var(--sp-4) * -1);
    }

     

  4. 2 hours ago, Exception said:

    Я только что проверил, вместо контента в спойлере при загрузке показывает примерно это:

      Hide contents

    image.png.4602a7517b7986a3b44622fc8589fc40.png

    т.е. это работает

    Yes you are right I did not notice the space between when copying. And there is ipsSpoiler_contents Now, for a moment, the image wants to open, is there a way to solve that issue as well???

    IMG_20240417_214214.png

×
×
  • Создать...