Difference between revisions of "Settable userprops"
From Dreamwidth Notes
(document settable userprops) |
(replace link to hg.dwscoalition.org) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Category: Development]] | [[Category: Development]] | ||
− | Userprops listed in [ | + | Userprops listed in [https://github.com/dreamwidth/dw-free/blob/develop/bin/upgrading/proplists.dat proplists.dat] that can be settable via the Admin Console (using the 'set' command): |
− | * disable_quickreply | + | * '''disable_quickreply''' |
− | * icbm | + | : Disables quickreply feature for user. (Actual property is opt_no_quickreply.) |
− | * latest_optout | + | * '''icbm''' |
− | * maximagesize | + | : User's latitude & longitude coordinates, aka "ICBM Address". |
− | * newpost_minsecurity | + | * '''latest_optout''' |
− | * no_mail_alias | + | : Allows user to opt out of aggregate journal features such as latest.bml (not currently implemented on DW) & random.bml. |
− | + | * '''maximagesize''' | |
− | + | : Specifies maximum image size on a user's friends page. (Actual property is opt_imagelinks.) | |
− | * | + | |
− | * | + | : A subset of this functionality is available from the Image Placeholders section of the Display Settings page. |
− | * | + | * '''newpost_minsecurity''' |
+ | : Minimal security for new events. Accepted values are: public, private or access/members. | ||
+ | |||
+ | : This functionality is also available from the Default Entry Security section of the Privacy Settings page. | ||
+ | * '''no_mail_alias''' | ||
+ | : If true, email to user's site email address (username@dreamwidth.org) isn't forwarded to their registered address. | ||
+ | |||
+ | : This functionality is also available from the Email Alias section of the Privacy Settings page. | ||
+ | * '''opt_cut_disable_reading''' | ||
+ | : Disables cut text on reading page. | ||
+ | |||
+ | : This functionality is also available from the Cut Tag Behavior section of the Display Settings page. | ||
+ | * '''opt_cut_disable_journal''' | ||
+ | : Disables cut text in recent entries and day views. | ||
+ | |||
+ | : This functionality is also available from the Cut Tag Behavior section of the Display Settings page. | ||
+ | * '''opt_synlevel''' | ||
+ | : Level of content to include in a journal's feed. Accepted values are: title, cut, summary, or full. DW users default to cut. | ||
+ | |||
+ | : This functionality is also available from the Syndication Level section of the Privacy Settings page. |
Latest revision as of 18:32, 23 March 2016
Userprops listed in proplists.dat that can be settable via the Admin Console (using the 'set' command):
- disable_quickreply
- Disables quickreply feature for user. (Actual property is opt_no_quickreply.)
- icbm
- User's latitude & longitude coordinates, aka "ICBM Address".
- latest_optout
- Allows user to opt out of aggregate journal features such as latest.bml (not currently implemented on DW) & random.bml.
- maximagesize
- Specifies maximum image size on a user's friends page. (Actual property is opt_imagelinks.)
- A subset of this functionality is available from the Image Placeholders section of the Display Settings page.
- newpost_minsecurity
- Minimal security for new events. Accepted values are: public, private or access/members.
- This functionality is also available from the Default Entry Security section of the Privacy Settings page.
- no_mail_alias
- If true, email to user's site email address (username@dreamwidth.org) isn't forwarded to their registered address.
- This functionality is also available from the Email Alias section of the Privacy Settings page.
- opt_cut_disable_reading
- Disables cut text on reading page.
- This functionality is also available from the Cut Tag Behavior section of the Display Settings page.
- opt_cut_disable_journal
- Disables cut text in recent entries and day views.
- This functionality is also available from the Cut Tag Behavior section of the Display Settings page.
- opt_synlevel
- Level of content to include in a journal's feed. Accepted values are: title, cut, summary, or full. DW users default to cut.
- This functionality is also available from the Syndication Level section of the Privacy Settings page.