Skip to content
Snippets Groups Projects
Commit 849b5c0b authored by Eric Oulashin's avatar Eric Oulashin Committed by Rob Swindell
Browse files

DDFileLister: Made 'view file' from the xfer menu actually work when used as a...

DDFileLister: Made 'view file' from the xfer menu actually work when used as a loadable module (FL_VIEW). Updated extended information view for files.
parent f304169f
No related branches found
No related tags found
1 merge request!467DDFileLister: Made 'view file' from the xfer menu actually work when used as a loadable module (FL_VIEW). Updated extended information view for files.
......@@ -27,5 +27,9 @@ pauseAfterViewingFile=true
; won't display it after the lister exits
blankNFilesListedStrIfLoadableModule=true
; Whether or not to display uploader avatars in extended
; information for files
displayUserAvatars=true
; The name of the color theme configuration file
themeFilename=defaultTheme.cfg
This diff is collapsed.
Digital Distortion File Lister
Version 2.24a
Release date: 2024-10-29
Version 2.25
Release date: 2024-10-31
by
......@@ -198,8 +198,8 @@ following directories, in the following order:
2. sbbs/ctrl
3. The same directory as ddfilelister.js
If you customize your configuration files, you can copy them to your sbbs/mods
or sbbs/ctrl directory so that they'll be more difficutl to accidentally
override if you update your xtrn/DDMsgReader from the Synchronet CVS
or sbbs/ctrl directory so that they'll be more difficult to accidentally
override if you update your xtrn/DDMsgReader from the Synchronet Git
repository, where this reader's files are checked in.
The configuration settings are described in the sections below:
......@@ -246,6 +246,10 @@ blankNFilesListedStrIfLoadableModule When used as a loadable module, whether or
string (from text.dat) so that Synchronet
won't display it after the lister exits
displayUserAvatars Whether or not to display uploader avatars
in extended information for files. Valid
values are true and false.
themeFilename The name of the configuration file to
use for colors & string settings
......@@ -369,3 +373,5 @@ Synchronet's ctrl directory):
- NScanHour (404)
- NScanMinute (405)
- NScanPmQ (406)
- FileInfoPrompt (232)
- FileAlreadyInQueue (303)
......@@ -5,6 +5,14 @@ Revision History (change log)
=============================
Version Date Description
------- ---- -----------
2.25 2024-10-31 Made 'view file' (FL_VIEW) work when used as a loadable
module. Also, when displaying extended informatoin for
a file, added more information to match Synchronet's stock
lister, and to display the user avatar for the uploader,
if available.
Added a new configuration option, displayUserAvatars, to
specify whether or not to display the user avatar of the
uploader in a file's extended information.
2.24a 2024-10-29 When doing a file search, don't pause for input between
directories. This is a fix for issue 806 (reported by
nelgin).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment