Difference between revisions of "Proplists/talkprop"
From Dreamwidth Notes
Exor674Bot (Talk | contribs) m (Robot: Updating page.) |
Exor674Bot (Talk | contribs) m (Robot: Updating page.) |
||
Line 9: | Line 9: | ||
| Name | | Name | ||
| Description | | Description | ||
+ | | Type | ||
|- | |- | ||
| deleted_poster | | deleted_poster | ||
| If the comment poster's account is deleted, this field gets added to all of their posts, so the UI can show something besides 'anonymous' when posterid gets set to 0 | | If the comment poster's account is deleted, this field gets added to all of their posts, so the UI can show something besides 'anonymous' when posterid gets set to 0 | ||
+ | | char | ||
|- | |- | ||
| edit_reason | | edit_reason | ||
| Reason for the last edit. | | Reason for the last edit. | ||
+ | | char | ||
|- | |- | ||
| edit_time | | edit_time | ||
| Unix time of the last edit. undef if never edited. | | Unix time of the last edit. undef if never edited. | ||
+ | | num | ||
|- | |- | ||
| import_source | | import_source | ||
| Where this comment was imported from | | Where this comment was imported from | ||
+ | | char | ||
|- | |- | ||
| imported_from | | imported_from | ||
| The hostname of the site where this comment was imported from. | | The hostname of the site where this comment was imported from. | ||
+ | | char | ||
|- | |- | ||
| opt_preformatted | | opt_preformatted | ||
| Turn on if post contains HTML and shouldn't be formatted | | Turn on if post contains HTML and shouldn't be formatted | ||
+ | | bool | ||
|- | |- | ||
| picture_keyword | | picture_keyword | ||
| A keyword that should align to a defined picture | | A keyword that should align to a defined picture | ||
+ | | char | ||
|- | |- | ||
| picture_mapid | | picture_mapid | ||
| A keyword that should align to a mapid | | A keyword that should align to a mapid | ||
+ | | num | ||
|- | |- | ||
| poster_ip | | poster_ip | ||
| The poster's IP address, optionally logged. | | The poster's IP address, optionally logged. | ||
+ | | char | ||
|- | |- | ||
| subjecticon | | subjecticon | ||
| partial filename for subject icon to use | | partial filename for subject icon to use | ||
+ | | char | ||
|- | |- | ||
| unknown8bit | | unknown8bit | ||
| True if text has 8-bit data that's not in UTF-8 | | True if text has 8-bit data that's not in UTF-8 | ||
+ | | bool | ||
|} | |} |
Revision as of 12:07, 30 December 2011
This is a list of all the currently defined and in-use talkprops.
These are defined in the table talkproplist and the values are stored in talkprop2.
Name | Description | Type |
deleted_poster | If the comment poster's account is deleted, this field gets added to all of their posts, so the UI can show something besides 'anonymous' when posterid gets set to 0 | char |
edit_reason | Reason for the last edit. | char |
edit_time | Unix time of the last edit. undef if never edited. | num |
import_source | Where this comment was imported from | char |
imported_from | The hostname of the site where this comment was imported from. | char |
opt_preformatted | Turn on if post contains HTML and shouldn't be formatted | bool |
picture_keyword | A keyword that should align to a defined picture | char |
picture_mapid | A keyword that should align to a mapid | num |
poster_ip | The poster's IP address, optionally logged. | char |
subjecticon | partial filename for subject icon to use | char |
unknown8bit | True if text has 8-bit data that's not in UTF-8 | bool |