Changeset 1031

Show
Ignore:
Timestamp:
05/01/08 04:19:06 (7 months ago)
Author:
_ck_
Message:

readme.txt clarify fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bb-attachments/trunk/readme.txt

    r1030 r1031  
    2727== Frequently Asked Questions == 
    2828 
    29 * demo: http://bbshowcase.org/forums/topic/put-your-test-posts-here 
     29* demo: http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments 
    3030* 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 
    3131* 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 
    3232* if available, posix is used to write files with owner's id so you can delete/move files manually via FTP 
    3333* needs PHP >= 4.3 
    34 * mime_content_type function or shell access must exist to verify mime types  
    3534* filesize max might be 2mb because of passthrough/readfile limit (supposedly fixed in newer PHP) 
    3635* 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']`  
    3737 
    3838== License == 
     
    4949* 0.0.6 advanced restrictions by file type & user role, upload form displays allowed file types 
    5050* 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 newer 
     51* 0.0.9 no longer necessary to edit `edit-post.php` template if using bbPress 0.9.0.2 or newer 
    5252         
    5353== To Do ==