From be2ed6b7d704827e8460a09cdd463a48bb4b0040 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 25 Apr 2014 18:34:35 -0400 Subject: [PATCH] file/image uploading docs --- docs/admin/uploads.rst | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/docs/admin/uploads.rst b/docs/admin/uploads.rst index fbaa1bb64d..a95d3817ea 100644 --- a/docs/admin/uploads.rst +++ b/docs/admin/uploads.rst @@ -1,21 +1,31 @@ File / Image Uploading ====================== -testing - Enabling Imgur Image Uploads ---------------------------- -testing +To enable post image attachments, first create an imgur app from : + +https://api.imgur.com/oauth2/addclient + +You can use : "Anonymous usage without user authorization" + +After that you will get a "Client ID". +Then install the nodebb-plugin-imgur with `npm install nodebb-plugin-imgur`. + +Activate the plugin from the control panel and restart NodeBB. + +You should see a Imgur menu item in the control panel. Paste the Client ID to the "Imgur Client ID" in the plugin page. Save and you should be able to upload images by dragging them into the composer window. -Enabling Local Uploading ------------------------- -testing Uploading to Amazon S3 ----------------------- -testing \ No newline at end of file +.. note:: + + No documentation for this yet! + + See `the plugin thread `_ for more information. \ No newline at end of file