From db6b4819839216eb154d006a36f56d4ea20baa95 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 21 Jan 2025 10:12:12 -0500 Subject: [PATCH] Update to allow IDAA members to attach file. --- .../(idaa)/bb/ae_idaa_comp__post_obj_id_edit.svelte | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_id_edit.svelte b/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_id_edit.svelte index 1b14712e..f42e13cb 100644 --- a/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_id_edit.svelte +++ b/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_id_edit.svelte @@ -411,9 +411,10 @@ function send_staff_notification_email() { class:hidden={!$idaa_sess.bb.show__inline_edit__file_upload} >
- WARNING - This feature is currently only available to staff. It is intended for attaching something like a PDF or image to a specific post. + + NOTE - This is intended for attaching something like a PDF or image to a specific post. Images will be displayed in line. PDFs will be shown with a download button.
- {#if $ae_loc.trusted_access} + {#if $ae_loc.authenticated_access} Upload post files - Aether hosted files only
- Recommended: documents (PDF), audio (mp3, m4a), and video (mp4, mkv)
+ + Recommended: documents (PDF) and images (png, webp, jpg) + +