Thanks for the great little module. I'm creating a website for a small B&B in Mexico and it would be nice to allow guests to attach images to illustrate their posts on visits to the area. Is that possible? I don't want a complex wysiwyg editor for users, just an "attach image" button that I can't seem to add in Drupal 6? Obviously I'd have to manage allowed file sizes and watch anonymous posters, but with captcha I guess I'm willing to risk it for a bit. Any suggestions would be deeply appreciated. I fear that I'm missing something pretty obvious to others. Help is appreciated.

Comments

atuyo60’s picture

You may like to add a new input filter that allows the Only local images are allowed. tag then use it for your guestbook entries.

However, users need to know basic html to use this. Maybe you could just show a short help text on how to do it.

sciman’s picture

Thanks for the suggestion, though the clients of the website I'm working on need a really user-friendly interface. For the most part these are traveling guests in a developing country, and I don't think they'll be comfortable with site tutorials on HTML;-)

sun’s picture

Category: feature » support
Status: Active » Fixed

This is only possible via other contrib modules, for example like Image assist, which works through the selected input format.

For Guestbook itself, this is definitely out of scope, and thus won't fix.

sciman’s picture

Thanks for the clarity. Much appreciated.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.