fud30_themes - fudforum/FUDforum GitHub Wiki
Description of FUDforum table fud30_themes. This table defines the forum's themes. For more information, see Theme Manager.
Column Name | Datatype | Can be Null? | Key? | Default | Description |
---|---|---|---|---|---|
id | int(11) | NO | PRI | - | auto_increment |
name | varchar(255) | YES | - | - | Theme's name. |
theme | varchar(255) | YES | - | - | Template set to use. |
lang | varchar(255) | YES | - | - | Language code. For example, en, de or fr. |
locale | varchar(32) | YES | - | - | Locale. For example: en_GB.UTF-8 or de_DE.UTF-8. |
pspell_lang | varchar(32) | YES | - | - | Language for spell checker. Leave empty to disable. |
theme_opt | int(11) | NO | MUL | 1 | Theme options (see below). |
Index Name | Uniqueness | Column Name | Seq in index | Comments |
---|---|---|---|---|
PRIMARY | UNIQUE | id | 1 | |
fud30_themes_i_t | NOT UNIQUE | theme_opt | 1 |
Binary values for theme_opt:
- 1 = enabled
- 2 = t_default
- 4 = path_info