Skip to content
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.

Fields

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.

Keys

Index Name Uniqueness Column Name Seq in index Comments
PRIMARY UNIQUE id 1
fud30_xmlagg_i_f NOT UNIQUE forum_id 1

Options

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
Clone this wiki locally