Difference between revisions of "Settable userprops"

From Dreamwidth Notes
Jump to: navigation, search
(document settable userprops)
 
(describe the properties)
Line 3: Line 3:
 
Userprops listed in [http://hg.dwscoalition.org/dw-free/file/tip/bin/upgrading/proplists.dat proplists.dat] that can be settable via the Admin Console (using the 'set' command):
 
Userprops listed in [http://hg.dwscoalition.org/dw-free/file/tip/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.
* opt_ljcut_disable_friends
+
* '''maximagesize'''
* opt_ljcut_disable_lastn
+
: Specifies maximum image size on a user's friends page. (Actual property is opt_imagelinks.)
* stylesys
+
 
* synlevel
+
: A subset of this functionality is available from the Image Placeholders section of the Display Settings page.
* trusted_s1
+
* '''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.
 +
* '''opt_ljcut_disable_friends'''
 +
: Disables lj-cut on reading page.
 +
* '''opt_ljcut_disable_lastn'''
 +
: Disables lj-cut in lastn and day views.
 +
* '''stylesys'''
 +
: Selected style system, '1' for S1 or '2' for S2. DW defaults to S2.
 +
* '''synlevel'''
 +
: Level of content to include in a journal's feed. Accepted values are: title, cut, summary, or full.
 +
* '''trusted_s1'''
 +
: A user's list of trusted S1 style IDs. Doesn't appear to be used in DW code.

Revision as of 06:19, 30 June 2009


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.
  • opt_ljcut_disable_friends
Disables lj-cut on reading page.
  • opt_ljcut_disable_lastn
Disables lj-cut in lastn and day views.
  • stylesys
Selected style system, '1' for S1 or '2' for S2. DW defaults to S2.
  • synlevel
Level of content to include in a journal's feed. Accepted values are: title, cut, summary, or full.
  • trusted_s1
A user's list of trusted S1 style IDs. Doesn't appear to be used in DW code.