Increase Length Of Username And Custom Title 2022-05-25

Нет прав для скачивания
  • Автор Автор axtona
  • Дата создания Дата создания
XF Compatibility
  1. 2.2.x
Short Description
Get the place to high speed external link Скачать and Discuss Increase Length Of Username And Custom Title 2022-05-25. Now Current version with Внешний URL для скачивания. There are store on a third-party network disk platform. From The Content have 372 Просмотры on NullPro Community .
library/XenForo/DataWriter/User.php

---

Search for 'maxLength' => 50

PHP:
'username'
=> array('type' => self::TYPE_STRING, 'required' => true, 'maxLength' => 50, 'verification' => array('$this', '_verifyUsername'), 'requiredError' => 'please_enter_valid_name'),


Change to 'maxLength' => 100
PHP:
'username'
=> array('type' => self::TYPE_STRING, 'required' => true, 'maxLength' => 100, 'verification' => array('$this', '_verifyUsername'), 'requiredError' => 'please_enter_valid_name'),

---

Search for 'maxLength' => 50
PHP:
'custom_title'
=> array('type' => self::TYPE_STRING, 'maxLength' => 50, 'default' => '', 'verification' => array('$this', '_verifyCustomTitle')),
Change to 'maxLength' => 100
PHP:
'custom_title'
=> array('type' => self::TYPE_STRING, 'maxLength' => 100, 'default' => '', 'verification' => array('$this', '_verifyCustomTitle')),
---

You can now use 100 characters in the Username, and the Custom Title as well.
Автор
axtona
Просмотры
372
Первый выпуск
Обновление
Рейтинги 0,00 звёзд Оценок: 0
Link was Broken? Please Send Message to NP Team with direct message, You will get it very quickly!
Support Developer If you are satisfied with your test or project have earn money successfully, Maybe you can click more information button to support with buying.

Ещё ресурсы от axtona

A
an advanced WordPress timeline plugin that showcases your life history timeline
Просмотры
420
Обновлено
A
A simple template modification that turns node icons to clickable links.
A
The plugin allows you to create a "Quick Tag User" button in forum topics.