Skip to content

Commit 5ea9046

Browse files
committed
Update uploads.rst
1 parent 54ad5b1 commit 5ea9046

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

admin/uploads.rst

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,13 @@ Image Hosting APIs
55
Enabling Imgur Image Uploads
66
----------------------------
77

8-
To enable post image attachments, first create an imgur app from :
9-
10-
https://api.imgur.com/oauth2/addclient
11-
12-
You can use : "Anonymous usage without user authorization"
13-
14-
After that you will get a "Client ID".
15-
16-
Then install nodebb-plugin-imgur:
8+
To enable post image attachments, install nodebb-plugin-imgur:
179

1810
.. code::
1911
2012
npm install nodebb-plugin-imgur
2113
22-
Activate the plugin from the control panel and restart NodeBB.
23-
24-
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.
14+
Follow the instructions on the plugin page: https://github.com/barisusakli/nodebb-plugin-imgur#setup
2515

2616

2717

@@ -30,4 +20,4 @@ Uploading to Amazon S3
3020

3121
.. note::
3222

33-
No documentation for this yet! See `the plugin thread <https://community.nodebb.org/topic/796/nodebb-plugin-s3-uploads-store-your-uploads-in-aws-s3>`_ for more information.
23+
No documentation for this yet! See `the plugin thread <https://community.nodebb.org/topic/796/nodebb-plugin-s3-uploads-store-your-uploads-in-aws-s3>`_ for more information.

0 commit comments

Comments
 (0)