Авторизация
 Регистрация   Войти   Забыли пароль? 

Как сделать так, чтобы галочка "запомнить" при входе пользователя в PHP-Fusion была включена по умолчанию?

Обновлённый PHP-Fusion Bogatyr / Free CMS PHP-Fusion 7 Bogatyr / PHP-Fusion Core code / Как сделать так, чтобы галочка "запомнить" при входе пользователя в PHP-Fusion была включена по умолчанию?


 Russian

How do I make the "remember" checkbox when the user logs on to PHP-Fusion was enabled by default?

Обновлённый PHP-Fusion Bogatyr / Free CMS PHP-Fusion 7 Bogatyr / PHP-Fusion Core code / How do I make the "remember" checkbox when the user logs on to PHP-Fusion was enabled by default?


 English

PHP

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 20

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 21

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\search_bbcode_include.php on line 39

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 20

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 21

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\search_bbcode_include.php on line 39

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 20

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 21

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\search_bbcode_include.php on line 39
infusions/user_info_panel/user_info_panel.php

ru: находим строку:
en: we find the line:
PHP
  1. <?php
  2. <input type='checkbox' name='remember_me' value='y' title='".$locale['on125']."' style='vertical-align:middle;'>
  3. ?>


ru: и заменяем на:
en: repalce:
PHP
  1. <?php
  2. <input type='checkbox' name='remember_me' value='y' title='".$locale['on125']."' style='vertical-align:middle;' checked>
  3. ?>

Добавить комментарий

Добавить комментарий
Пожалуйста, залогиньтесь для добавления комментария.
Рейтинги
HTML-code and BB-code for blogs and forums

<a href="https://php-fusion.vveb.ws/pagex.php?id=63">Как сделать так, чтобы галочка &quot;запомнить&quot; при входе пользователя в PHP-Fusion была включена по умолчанию?</a>


[url=https://php-fusion.vveb.ws/pagex.php?id=63]Как сделать так, чтобы галочка &quot;запомнить&quot; при входе пользователя в PHP-Fusion была включена по умолчанию?[/url]

Language: Default
 
Код для PHP-Fusion