You are here

constant SIGNATURE_FORUM_FIELD_LENGTH in Signatures for Forums 7

The new length of the signature field of the user table.

Limiting factor | Bytes ----------------+------- Drupal core | 255 MySQL | 65,535 SQLite | 21,845

4 uses of SIGNATURE_FORUM_FIELD_LENGTH
signature_forum_schema_alter in ./signature_forum.install
Implementation of hook_schema_alter().
_signature_forum_validate_max_characters in ./signature_forum.module
FAPI validation for the signature_forum_max_characters field.
_signature_forum_validate_max_lines in ./signature_forum.module
FAPI validation for the signature_forum_max_lines field.
_signature_forum_validate_short_content_length in ./signature_forum.module
FAPI validation for the signature_forum_short_content_length field.

File

./signature_forum.module, line 64
Tweaks signatures in ways inspired by other traditional forum software:

Code

define('SIGNATURE_FORUM_FIELD_LENGTH', 21845);