fud30_level - fudforum/FUDforum GitHub Wiki
Description of FUDforum table fud30_level. This table stores information about user ranks. For more information, see Rank Manager.
Column Name | Datatype | Can be Null? | Key? | Default | Description |
---|---|---|---|---|---|
id | int(11) | NO | PRI | - | auto_increment |
name | varchar(255) | NO | - | - | Rank name. For example, Senior Member, Member and Junior Member. |
post_count | int(11) | NO | MUL | 0 | Message count to reach this level. |
img | varchar(255) | YES | - | - | Icon for members of this level. |
level_opt | int(11) | NO | - | 0 | Options (see below). |
Index Name | Uniqueness | Column Name | Seq in index | Comments |
---|---|---|---|---|
PRIMARY | UNIQUE | id | 1 | |
fud30_level_i_p | NOT UNIQUE | post_count | 1 |
Binary values for column level_opt:
- 0 = pri B (display Both the user's avatar and rank images)
- 1 = pri A (give priority to the user's Avatar)
- 2 = pri L (give priority to the Level/rank image)