Changeset 1031
- Timestamp:
- 05/01/08 04:19:06 (7 months ago)
- Files:
-
- bb-attachments/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bb-attachments/trunk/readme.txt
r1030 r1031 27 27 == Frequently Asked Questions == 28 28 29 * demo: http://bbshowcase.org/forums/topic/ put-your-test-posts-here29 * demo: http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments 30 30 * members's ability to upload attachments is tied to their ability to edit post - ie. if edit ends in 1 hour, so does adding attachments 31 31 * the plugin will try to create the base upload directory itself, but in most cases will fail so you need to follow the first installation step 32 32 * if available, posix is used to write files with owner's id so you can delete/move files manually via FTP 33 33 * needs PHP >= 4.3 34 * mime_content_type function or shell access must exist to verify mime types35 34 * filesize max might be 2mb because of passthrough/readfile limit (supposedly fixed in newer PHP) 36 35 * administrators can debug settings (ie. PHP upload limit) by adding to url `?bb_attachments_diagnostic` 36 * if you get `error: denied mime` on every upload, mime_content_type function or shell access must exist to verify mime types - otherwise you can force all types to be allowed by editing `bb-attachments.php` and adding `'application/octet-stream'` to each of the `$bb_attachments['allowed']['mime_types']` 37 37 38 38 == License == … … 49 49 * 0.0.6 advanced restrictions by file type & user role, upload form displays allowed file types 50 50 * 0.0.7 one more mime option for windows/no-shell-access users 51 * 0.0.9 no longer necessary to edit `edit-post.php` template if using 0.9.0.2 or newer51 * 0.0.9 no longer necessary to edit `edit-post.php` template if using bbPress 0.9.0.2 or newer 52 52 53 53 == To Do ==
