| 开发者 | trilobita |
|---|---|
| 更新时间 | 2026年4月4日 00:58 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
trilobita-docvault folder to /wp-content/plugins/.Trilobita DocVault supports PDF, DOC, DOCX, XLS, XLSX, PPT, PPTX, ODT, ODS, ODP, RTF, CSV, and TXT files.
From the Edit Document screen, you can upload new versions of a file. The plugin keeps a full version history with the ability to download, restore, or delete any previous version. By default, up to 5 versions per document are kept.
There are three ways:
[trdv_list] shortcode — displays a searchable, sortable table of documents on any page or post.[trdv_link] shortcode — inserts an inline download link within any text. You can also use the Trilobita DocVault Link toolbar button in the block editor to link selected text to a document without using a shortcode.Yes. Download links use the format /trdv/download/{id}/ rather than a direct path to the file. Every download request is handled by WordPress, which checks access permissions before serving the file. The actual file location on the server is never exposed. Restricted documents cannot be accessed by guessing a URL, and files are always forced to download rather than opened inline in the browser.
Yes, you can restrict documents to logged-in users only via the Settings page.
Files are stored in /wp-content/uploads/trdv-documents/ organized by year and month folders.
By default, up to 5 versions per document are kept. Older versions are automatically removed when the limit is reached.
Yes, Trilobita DocVault is fully translatable. A .pot template file is included in the plugin's languages/ folder to help you get started. Translation files should be named trilobita-docvault-{locale}.mo (e.g. trilobita-docvault-fr_FR.mo) and can be placed either in the plugin's own languages/ folder or in /wp-content/languages/plugins/.
[trdv_documents] to [trdv_list] — update any pages using the old shortcode[docvault_link] to [trdv_link] — update any content using the old shortcode