From No LJ Ads Wiki
[edit] General
[edit] ban_list
- List banned users from your journal or community.
ban_list
ban_list from <community>
ban_list from communityname
[edit] ban_set
- Ban a user from your journal or community.
ban_set <user>
ban_set <user> from <community>
ban_set exampleusername
ban_set exampleusername from communityname
[edit] ban_unset
- Unban a user from your journal or community.
ban_unset <user>
ban_unset <user> from <community>
ban_unset exampleusername
ban_unset exampleusername from communityname
[edit] community
- Remove users from a community.
- You can remove any user from any community that you maintain.
- You can remove yourself from any community that you are a member of.
community <community> remove <user>
community communityname remove exampleusername
[edit] friend
- List friends
- Friend an account
- Set custom friend group for a friend
- Set optional colors for a friend. Note that not all LiveJournal layouts will use the friend colors.
- Defriend an account
friend list
friend add <user>
friend add <user> <friend group>
friend add <user> fgcolor=#<foreground/text color> bgcolor=#<background color>
friend remove <user>
friend add exampleusername
friend add exampleusername friendgroup
friend add exampleusername fgcolor=#000000 bgcolor=#ffffff
friend remove exampleusername
[edit] tag_permissions
- Set tag permissions for your journal or community
tag_permissions <add tags> <create new tags and delete tags>
tag_permissions for <community> <add tags> <create new tags and delete tags>
- The values of
<add tags> and <create new tags and delete tags> can be public, friends, a custom friend group, or private.
- In a community,
friends means "members-only" and private means "maintainers-only."
- The custom friend group must be typed as it is labeled in the edit custom friend groups interface.
- The following will set adding permissions to friends-only/members-only and create/delete permissions to private/maintainers-only.
tag_permissions friends private
tag_permissions for communityname friends private
[edit] User Properties
[edit] disable_nudge
- Disable nudging for your account
set disable_nudge 1
- Enable nudging for your account
set disable_nudge 0
[edit] disable_quickreply
- Disable Quick Reply for your account
set disable_quickreply 1
- Enable Quick Reply for your account
set disable_quickreply 0
- Disable Quick Reply for your community
set for <community> disable_quickreply 1
set for communityname disable_quickreply 1
- Enable Quick Reply for your community
set for <community> disable_quickreply 0
set for communityname disable_quickreply 0
- ICBM Location Information for Journal Document
<head> content. Note: Set to 0,0 to remove functionality.
set icbm <latitude & longitude, separated by a comma>
set for <community> icbm <latitude & longitude, separated by a comma, no space>
set icbm 0,0
set for communityname icbm 0,0
[edit] latest_optout
- Disable inclusion in "Latest" pages.
set latest_optout yes
set for <community> latest_optout yes
set for communityname latest_optout yes
- Enable inclusion in "Latest" pages.
set latest_optout no
set for <community> latest_optout no
set for communityname latest_optout no
[edit] maximagesize
- Set maximium image size for Friends Page image placeholders.
- Values must be integers.
- '0' for either field replaces all images.
set maximagesize <width & height, separated by a comma, no space>
set maximagesize 0,0
[edit] newpost_minsecurity
- New Entry Minimum Security.
set newpost_misecurity <level>
set for <community> newpost_misecurity <level>
- The value of
<level> can be public, friends, a custom friend group, or private.
- In a community,
friends means "members-only". The "private" security level cannot be used in a community.
- The custom friend group must be typed as it is labeled in the edit custom friend groups interface.
set newpost_minsecurity friends
set for communityname newpost_minsecurity friends
[edit] no_mail_alias
- Disable
exampleusername@livejournal.com Email Address.
set no_mail_alias 1
set for <community> no_mail_alias 1
set for communityname no_mail_alias 1
- Enable
exampleusername@livejournal.com Email Address.
set no_mail_alias 0
set for <community> no_mail_alias 0
set for communityname no_mail_alias 0
[edit] opt_exclude_stats
- Disable Hitbox stats tracking
set opt_exclude_stats 1
set for <community> opt_exclude_stats 1
set for communityname opt_exclude_stats 1
- Enable Hitbox stats tracking
set opt_exclude_stats 0
set for <community> opt_exclude_stats 0
set for communityname opt_exclude_stats 0
[edit] opt_ljcut_disable_lastn
- Disable
<lj-cut> on Recent (LASTN) Page
set opt_ljcut_disable_lastn 1
set for <community> opt_ljcut_disable_lastn 1
set for communityname opt_ljcut_disable_lastn 1
- Enable
<lj-cut> on Recent (LASTN) Page
set opt_ljcut_disable_lastn 0
set for <community> opt_ljcut_disable_lastn 0
set for communityname opt_ljcut_disable_lastn 0
[edit] opt_ljcut_disable_friends
- Disable
<lj-cut> on Friends Page
set opt_ljcut_disable_friends 1
set for <community> opt_ljcut_disable_friends 1
set for communityname opt_ljcut_disable_friends 1
- Enable
<lj-cut> on Friends Page
set opt_ljcut_disable_friends 0
set for <community> opt_ljcut_disable_friends 0
set for communityname opt_ljcut_disable_friends 0
[edit] stylesys
- Set Style System
set stylesys <system>
set for <community> stylesys <system>
- The value of
<system> can be 1 or 2.
set stylesys 2
set for communityname stylesys 2
[edit] synlevel
- Journal Syndication Settings
set synlevel <level>
set for <community> synlevel <level>
- The value of
<level> can be full, summary or title.
full will include the full entry text.
summary will include an excerpt of the entry text.
title will include the subject line only.
set synlevel full
set for communityname synlevel full
[edit] trusted_s1
- Trusted S1 styles for
/data/customview?styleid=#
set trusted_s1 <styleids, separated by commas>
set for <community> trusted_s1 <styleids, separated by commas, no spaces>
set trusted_s1 1,2,6
set for communityname trusted_s1 1,2,6