Linux 软件免费装
Banner图

Assets Manager

开发者 jackreichert
更新时间 2016年11月29日 10:18
捐献地址: 去捐款
PHP版本: 3.7 及以上
WordPress版本: 4.7
版权: GPLv3
版权网址: 版权信息

标签

links admin content social uploads assets asset management file sharing file management share file

下载

详情介绍:

Assets Manager is a self-hosted file sharing tool. Born out of the need for a file sharing tool that was not blocked by high security firewalls, such as many existing file sharing services are, Assets Manager was developed. When you upload a file, or set of files, Assets Manager generates obscured links to the files so that you can control how those files are shared. Here’s how it works. Features

安装:

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Resave your 'Pretty Permalinks' structure under "Settings > Permalinks".
To create an asset set
  1. Under Assets Manager menu 'Add New'
  2. Drag files to upload to where it says 'Drop files here' or select files to upload.
  3. Select settings for each file.
  4. Add a title (note: you will not be able to upload without a title).
  5. Hit upload.
  6. Publish post (note: links will not be available until the Asset Set as been published).

屏幕截图:

  • Add a title.
  • Add new files.
  • Attach files.
  • Publish.
  • Share.

升级注意事项:

  • email assets (at) jackreichert (dot) com if you notice any issues upgrading.

常见问题:

Why would I want to disable a link?

Let's say there is incorrect information in the file, or there is an updated version, now you can disable the link sent out, shared, published and send out a new one.

Are these files searchable?

The asset sets are blocked from being searchable in WordPress. This means that global searches of the site will not bring up any of the uploaded assets. This does not block search engines from finding them if they are linked to from someplace else. But it does make finding files harder if you do not have a direct link to the file.

Can I upload a bunch of files and share them all with one link?

Yes you can. Assets Manager generates a page that contains all of the links in the asset set. This page can then be shared. Note: if you have disabled or expired files they will not be listed on this page, if a file is "secure" and the visitor is not logged in the file link will not appear as well.

Can I reorder the list of files on the public facing assets set page?

Sure, just drag and drop. No need to save. All reordering happens via AJAX automatically.

Does this work with nginx?

Sure, in some installs you may need to add this to your conf file, I needed this to serve images correctly: location ~ ^/asset/(.*)$ { try_files $uri $uri/ /index.php?$query_string; }

What about foo bar?

Answer to foo bar dilemma.

更新日志:

1.0.2 1.0.1 1.0 0.6.2 Fixed js typo that was preventing reordering feature 0.6.1 Added period before file download extension 0.6 Implemented a better way to serve files 0.5 Fixed ssl issues 0.4 Fixed issue where filename was not filename chosen 0.3 Fixed issue where period was replacing wrong text 0.2.9 Removed style that hides .nav-links 0.2.8 Fixed additional HR added to posts (props @AEsco11) 0.2.7 0.2.6 0.2.5 0.2.4 0.2.3 0.2.2 0.2.1 0.2 0.1