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 revisionBoth sides next revision
module:avatars [2020/08/23 15:27] – Change (most) links from viewcvs/cvsweb to gitlab. digital manmodule:avatars [2020/11/22 23:22] – [modopts.ini] New msghdr_draw_* options 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).