-
Notifications
You must be signed in to change notification settings - Fork 10
fud30_xmlagg
naudefj edited this page Apr 22, 2023
·
1 revision
Description of FUDforum table fud30_xmlagg. This table tracks XML feeds that are aggregated into forum. For more information, see XML Aggregation.
Column Name | Datatype | Can be Null? | Key? | Default | Description |
---|---|---|---|---|---|
id | int(11) | NO | PRI | - | auto_increment |
name | varchar(255) | NO | - | - | Name of XML feed. |
url | varchar(255) | NO | - | - | URL of XML feed. |
forum_id | int(11) | NO | MUL | 0 | References fud30_forum.id. |
xmlagg_opt | int(11) | NO | - | 2 | Options (see below). |
last_load_date | bigint(20) | NO | - | 0 | Tracker. |
custom_sig | text | YES | - | - | Post signature to append to loaded messages. |
Index Name | Uniqueness | Column Name | Seq in index | Comments |
---|---|---|---|---|
PRIMARY | UNIQUE | id | 1 | |
fud30_xmlagg_i_f | NOT UNIQUE | forum_id | 1 |
Binary values for xmlagg_opt:
- 1 = xml_post_apr (ON/OFF)
- 2 = create_users (ON/OFF)
- 4 = skip_non_forum_users (ON/OFF)
- 8 = complex_reply_match
[ Home ] [ Features ] [ Installation ] [ Upgrading ] [ Administration ] [ Support ] [ Internals ]