Resource icon

Unmaintained Increase Length Of Username And Custom Title

Compatible XF 1.x versions
  1. 1.5
library/XenForo/DataWriter/User.php

---

Search for 'maxLength' => 50

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

Change to 'maxLength' => 100...
You do not have permission to view the full content of this resource. Log in or register now.
Author
Ariel Schnee
Views
1,010
First release
Last update

Ratings

5.00 star(s) 1 ratings

More resources from Ariel Schnee

Latest reviews

This is great. Now my VIP users can use html in their custom titles to use bold, italic, underline and coloring to their custom titles.
Top Bottom