Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
module:avatars [2020/08/23 15:27] – Change (most) links from viewcvs/cvsweb to gitlab. digital manmodule:avatars [2021/01/11 23:59] (current) – [Options] typo digital man
Line 201: Line 201:
 The ''showmsgavatar.js'' module uses the ''sub_default'' or ''//<group-name>//_default'' or ''//<sub-code>//_default'' values for a default avatar to show for messages from users without an avatar. The ''showmsgavatar.js'' module uses the ''sub_default'' or ''//<group-name>//_default'' or ''//<sub-code>//_default'' values for a default avatar to show for messages from users without an avatar.
  
-^ Option       ^ Description ^ +^ Option       ^ Default  ^ Description ^ 
-| sub          | Sub-board internal code for import and export command (default: //auto-detected//) | +| sub          | //auto// | Sub-board internal code for import and export command (your networked //sync-data// message area) | 
-| export_freq  | Maximum export (to message-base) frequency, in days (default: ''7''+| export_freq  | ''7''    | Maximum export (to message-base) frequency, in days | 
-| msg_default  | Default avatar (base64-encoded) for displaying messages from users without an avatar | +| msg_default  | //none// | Default avatar (base64-encoded) for displaying messages from users without an avatar | 
-| //<sub-code>//_default | Default avatar (base64-encoded) for the specified message sub-board (internal code, lowercase) | +| //<sub-code>//_default   |//none//| Default avatar (base64-encoded) for the specified message sub-board (internal code, lowercase) | 
-| //<group-name>//_default | Default avatar (base64-encoded) for the specified message group (name, lowercase)|+| //<group-name>//_default |//none//| Default avatar (base64-encoded) for the specified message group (name, lowercase)| 
 +| msghdr_draw_top | ''true'' | Display message avatar at the top-of-screen when the message header was displayed at top-of-screen | 
 +| msghdr_draw_above | ''true'' | Display message header avatar above current cursor position | 
 +| msghdr_draw_right | ''true'' | Display message header avatar right-justified | 
  
 When user avatars or shared avatar collections (''.bin'' files) are updated, they will be exported immediately (or when the ''AVAT-OUT'' event is executed). When user avatars or shared avatar collections (''.bin'' files) are updated, they will be exported immediately (or when the ''AVAT-OUT'' event is executed).
Line 367: Line 371:
 | -v              | Increase verbosity of console output (e.g. for trouble-shooting) | | -v              | Increase verbosity of console output (e.g. for trouble-shooting) |
 | -offset=<value> | Specify a record offset of an avatar in an avatar collection file | | -offset=<value> | Specify a record offset of an avatar in an avatar collection file |
-| -realnames      | When exporting user avatar, include the user's real name as well as their alias - required if the message network uses/requires real names |+| -realnames      | When exporting user avatars, include the user'full real name as well as their alias 
 +-aliasonly      | When exporting user avatars, do not include even an MD5-digest of the user'real name |
 | -ptr=<value>    | Over-ride the stored import/export message pointer value | | -ptr=<value>    | Over-ride the stored import/export message pointer value |
 | -all            | Import/export all messages (even those exported locally) - not normally recommended | | -all            | Import/export all messages (even those exported locally) - not normally recommended |