More info.?
jasonwhat - March 27, 2007 - 21:53
| Project: | Mobile Media Blog |
| Version: | HEAD |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | sanduhrs |
| Status: | closed |
Jump to:
Description
this module sounds amazing. Could you provide anymore info on what it uses. Does it handle photos, video? How do users send them, via email or mms? Can this work with any node type?

#1
Mobile Media Blog depends on the two modules upload[1] and mailhandler[2]
You may read the documentation related to those modules on how to set them up.
Mobile Media Blog does nothing more/less, than parsing e-mails provided through mailhandler for files and attaching those files to a node via upload.module.
It handles all kinds of files which are allowed by upload settings.
Files are displayed as attachments per default, you may change this by altering upload settings.
You may display images automaticaly inline through inline.module[3], which sadly doesn't support other fileformats by now [4].
[1] http://drupal.org/handbook/modules/upload
[2] http://drupal.org/handbook/modules/mailhandler
[3] http://drupal.org/project/inline
[4] http://drupal.org/node/35709
#2
How do you determine or set which node the emailed file goes into, eg blog entry, page or story etc.
#3
See Mailhandler documentation [1] [2].
vg
[1] http://drupal.org/node/39172
[2] http://drupal.org/node/38943
#4
commited.
#5