File upload functionality
webchick - May 26, 2009 - 05:41
| Project: | DruBB |
| Component: | Code |
| Category: | task |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
| Issue tags: | DruBB topic/reply post form |
Jump to:
Description
Here are a few screenshots:




#1
It looks like we can do this with the inline module and some minor customization in drubb itself.
1) inline's tag is different. It is [inline_upload] it appears.
2) We'll need a button on the upload form which means some javascript.
#2
#3
Ok, I went the easy route. inline module will automatically inline attached images if configured to do so. This isn't quite ideal, but it takes less time than implementing a javascript button, which probably would better than auto inline, at least auto inline is very easy for them to cope with.
I committed the dependency on inline.module to drubb.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.