Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

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 19th of March 2024 at 04:05 (Europe/London time).