Duplicate Creating a custom BB code while having a default, long ID, add-on triggers error.

alexD

Well-known member
Affected version
2.0.0
Reproduce:
  • Create a new add-on with an ID longer than 25 characters: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
  • Make it the default add-on:
PHP:
$config['development']['enabled'] = true;
$config['development']['defaultAddOn'] = 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa';
  • Try creating a new BBCode: (BB code tag: test, Title: test)
An error appears:
Please enter a value using 25 characters or fewer.​
 
Top Bottom