Table: site_text

Stores any custom site text the user has entered replacing that stored in the language folder.

ColumnTypeNote
pagevarchar(50)Page that text relates to (excludes .php extension)
namevarchar(200)Name of text string
texttextThe text itself
refint(11)Auto incrementing index
languagevarchar(10)Language code of text e.g. 'en', 'no','jp'
specific_to_groupint(11)Id of usergroup to use text for
customint(11)Custom text (not a core text string)?

This table is empty by default.

Please see the schema overview for context. This document was last updated on the 14th of July 2025 at 21:35 (Europe/London time).