You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin/uploads.rst
+3-13Lines changed: 3 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,13 @@ Image Hosting APIs
5
5
Enabling Imgur Image Uploads
6
6
----------------------------
7
7
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:
17
9
18
10
.. code::
19
11
20
12
npm install nodebb-plugin-imgur
21
13
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
25
15
26
16
27
17
@@ -30,4 +20,4 @@ Uploading to Amazon S3
30
20
31
21
.. note::
32
22
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