[WordPress] 外掛分享: WP Cloud

首頁外掛目錄 › WP Cloud
WordPress 外掛 WP Cloud 的封面圖片
⚠ 此外掛已下架 — 不再更新維護,建議勿安裝。
400+
安裝啟用
★★★★
4.6/5 分(5 則評價)
1238 天前
最後更新
問題解決
WordPress 3.3+ v1.4.3 上架:2014-07-15

內容簡介

WP Cloud 允許您建立一個雲端平台。您的使用者可以透過此外掛建立自己的個人空間以儲存圖片或文件,並輕鬆存取和分享它們。

此外掛會在您的二級網域下(例如 website.com/cloud)產生一個資料夾,每個使用者都會有自己的資料夾(例如 mywebsite.com/**cloud/$user_id/***)。使用者可以透過前端遮罩(使用短碼)、後端控制台或 exciting 的雲端面板(位於 website.com/cloud)將檔案儲存在那裡。

甚麼是雲端面板?

WP Cloud 的雲端面板可以從 website.com/cloud 存取,讓使用者透過友善的介面登入和管理其檔案。未登入的使用者會看到登入表單,可使用其帳號驗證。

使用者登入後可以直接透過雲端面板:

查看已上傳的檔案,並可刪除
查看分配的雲端儲存空間
查看已使用的雲端儲存空間(並顯示百分比)
上傳新檔案

使用者配額

WP Cloud 提供標準的使用者配額 10MB,每位會員預設皆套用此配額。您可以更改此值,以提供不同的儲存空間給不同的使用者。
每位使用者的配額都儲存在其個人檔案的 meta-field 中,具體如下:

null = 預設配額(meta-field 不存在)
0 = 禁止上傳檔案
其他任何數字 = n MB 的雲端儲存空間

請注意,上傳檔案時,使用者的配額只適用於首次上傳。如果一個使用者已使用 90MB,但您將其降級為 10MB,檔案仍保留但無法上傳。
此外還有一個超載配額(預設為 10%),可在設置面板中設定。其運作如下:

使用了 9MB 的 10MB。超載為 10%。檔案大小為 2MB。-> 是
使用了 9MB 的 10MB。超載為 0%。檔案大小為 2MB。-> 否
使用了 10MB 的 10MB。超載為 10%。檔案大小為 1MB。-> 否
使用了 9.99MB 的 10MB。超載為 10%。檔案大小為 1MB。-> 是

短碼

此外,您可以使用以下短碼創建網站的自訂頁面:

[cloud] 顯示當前使用者的檔案清單
[cloud_show id=”0″] 顯示指定使用者 ID 的檔案清單
[cloud_upload] 顯示簡單的上傳表單,允許當前使用者上傳檔案到自己的目錄
[cloud_send] 顯示簡單的上傳表單,允許當前使用者通過指定登入名稱或電子郵件上傳檔案到其他使用者目錄

翻譯

此外掛現在只支援英文,還不支援翻譯。有天會支援其他語言翻譯,包括意大利語。

路線圖

此外掛還很新,還有一些想法需要進一步開發:

根據使用者角色分配配額
為每個使用者指定不同配額
與其他會員共享檔案

有想法嗎?

如果您認為此外掛可以改進,請讓我知道。
https://wordpress.org/support/plugin/cloud

= 感謝您 =

開發者團隊

⬇ 下載最新版 (v1.4.3) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「WP Cloud」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

WP Cloud allows you to build a cloud platform. With this plugin your users will have their personal space for hosting images or documents, and can easily access and share them.
This plugin generates a folder under your second-level domain (ex. website.com/cloud) with one folder for each user (ex. mywebsite.com/**cloud/$user_id/***). Every user can store the file there via a front-end mask displayed using shortcodes, back-end dashboard or the exciting cloud panel found in website.com/cloud.
What is the cloud panel?
The Cloud Panel of WP Cloud can be accessed from website.com/cloud and give users the opportunity to log-in and manage their file via a friendly mask. For un-logged users, the log-in for will be shown and users can authenticate.
Directly via the cloud panel, logged-in users can:

see files uploaded, and eventually delete
see cloud space assigned
see cloud space used (with percentage too)
upload a new file

Users quota
WP Cloud offers a standard user-quota of 10MB, that is applied by default to every member. You can change this value to give all the users the space you want.
The quota for each user is stored in a meta-field for each profile with the following criteria:

null = default quota (the meta-field doesn’t exist)
0 = hosting not allowed
any other number = n MB hosting

Please note that the user-quota only applies when the user uploads a file. If a user has 90 of 100MB used and you downgrade it to 10MB, files are kept but won’t be able to upload files.
There is also an overload-quota (default 10%) in percentage that can be set in the settings panel. It works as follows:

9 of 10 MB used. Overload 10%. File to upload: 2MB. -> YES
9 of 10 MB used. Overload 0%. File to upload: 2MB. -> NO
10 of 10MB used. Overload 10%. File to upload: 1MB. -> NO
9.99 of 10MB used. Overload 10%. File to upload: 1MB. -> YES

Shortcodes
In addition you can create custom pages in your website using the following shortcodes:

[cloud] prints a list of files for the current user
[cloud_show id=”0″] prints a list of files of given user id
[cloud_upload] prints a simple upload form that allows the current user to upload a file in his/her directory
[cloud_send] prints a simple upload form that allows the current user to upload a file to another user directory by specifying login_name or email

Translations
The plugin is in English and actually doesn’t have support for translations. In some days it will, with italian translation included.
Roadmap
The plugin is new, and there are some ideas that need some other work:

Assign quota based on user role
Assign different quota for each user
Share files with other members

Ideas?
If you think that this plugin could be improved, please let me know.
https://wordpress.org/support/plugin/cloud

= thank you =

延伸相關外掛

文章
Filter
Apply Filters
Mastodon