Difference between revisions of "Proplists/talkprop"
From Dreamwidth Notes
Exor674Bot (Talk | contribs) m (Robot: Updating page.) |
Exor674Bot (Talk | contribs) m (Robot: Updating page.) |
||
Line 22: | Line 22: | ||
| Unix time of the last edit. undef if never edited. | | Unix time of the last edit. undef if never edited. | ||
| num | | num | ||
+ | |- | ||
+ | | editor | ||
+ | | Type of editor used when making this content. Values: "markdown" or undefined (plain/raw html) | ||
+ | | char | ||
|- | |- | ||
| import_source | | import_source | ||
Line 54: | Line 58: | ||
| 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 | | bool | ||
+ | |- | ||
+ | | useragent | ||
+ | | Name of web/mobile/sip/etc client used to post | ||
+ | | char | ||
|} | |} |
Revision as of 04:36, 11 June 2013
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 |
editor | Type of editor used when making this content. Values: "markdown" or undefined (plain/raw html) | char |
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 |
useragent | Name of web/mobile/sip/etc client used to post | char |