[Date updated: 2021/04/15(Thu) 10:57:37]
 Fun fact: KuzuhaScriptPHP+ also supports image uploads!
 (not that you'd probably want yet another imageboard, but at the very 
 least it's nice to know what the software is capable of)
 
 1. Create "/upload" directory and "/upload/id.txt" file
 
 2. Set the appropriate permissions (707 and 606 respectively)
 
 3. Translate the alternative post form it uses (lines 261 - 291 of 
 /sub/template.html)
 
 4. Open conf.php and set 'BBSMODE_IMAGE' to 1
 
 5. Enjoy image upload support!
 
 You can position your chosen image anywhere in your post by typing 
 "%image", and that's where it will appear. By default, image display is 
 disabled and it will just appear as a link in the format of
 " [画像00003 GIF 307*230 39KB] ", but there's a checkbox option that 
 users can change to replace those links with the images themselves
 
 whats the option? im not noticing it
  
  Linkto:2021/04/14(水) 19:51:50
  
  The checkbox? It only appears once BBSMODE_IMAGE (line 62 in conf.php) 
    is set to 1, which replaces the usual post form section with one that 
    is almost identical except for the additional file selector and 
    instructions on how to position images inside posts
    
    The new checkbox appears at the end of the user settings row like this:
    Posts displayed [40] Auto-link URLs [] Log-reading mode [] Link line OFF [] Images ON []
    
    Linkto:2021/04/14(水) 23:14:18
    

Return