이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Simple Sugarsync Upload

설명

This plugin lets you insert an upload form in a page, post or widget so visitors can upload files to your SugarSync account. No need to signup for a developer account.

Requirements

  • WordPress 3.2.1 or higher
  • PHP 5.0 or higher
  • CURL must be enabled
  • The wp-content/uploads directory needs to be writable by the plugin. This is likely already the case as WordPress stores your media and various other uploads here.

Usage

  1. Go to Site Admin > Settings > Simple SugarSync
  2. (Optional)Enter the folder path you would like to save the files to on SugarSync.
  3. (Optional) Change the temporary path for files uploaded to your server before being uploaded to SugarSync.
  4. (Required) Enter the file extensions without periods for the files you want to allow users to upload separated by one space.
  5. (Optional) Enter a message you want displayed after the user uploads a file.
  6. Choose whether or not to display upload form again after the first file has been uploaded to SugarSync.
  7. Choose whether or not to delete the file located on your server after it has been uploaded to SugarSync.
  8. Click Save options.
  9. Create a Page, Post or Widget to insert the shortcode into.
  10. Insert [simple-wp-sugarsync] where you would like the form to display.
  11. Click Save or Publish.
  12. Visit the location to confirm everything is working properly.

To-do list

  • Add ability to append uploaders username to file name/folder path
  • Add ability to control file upload size
  • Add ability to limit the number of submissions per user/day
  • Restyle admin interface

스크린샷

  • Before a file is uploaded by user.

  • After a file is uploaded by user.

설치

  1. Upload simple-sugarsync-upload to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress admin.
  3. Goto Simple SugarSync in the ‘Settings’ menu in WordPress admin.
  4. Enter your SugarSync username, password and file extensions of files you wish to be allowed for upload.
  5. Save settings.
  6. Place [simple-wp-sugarsync] in a page, post or widget.

FAQ

Is this your first WordPress plugin

No but I make no promises that it will work for you.

I am getting a message saying “This plugin will not work without CURL enabled”

Ask your hosting provider to enable CURL.

I am on a VPS or Dedicated server and this plugin still won’t play nice

You have a few options:

  1. Check your phpinfo to ensure PHP was compiled with CURL

  2. Check disabled_functions to ensure it doesn’t contain curl_init

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Simple Sugarsync Upload”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Simple Sugarsync Upload”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.2.0

  • Fixed bug with form showing after upload.

1.1.0

  • Bug fixes

1.0.1

  • Typo fixes

1.0.0

  • Initial release.