Hi, I'm Using Drupal 4.7 and I would like to enable avatars but only with images from external links (I don't want to enable upload support). Is there a way I can do that?
I would like to suggest an idea for making drupal sites work together as a distributed network. Many drupal users currently have accounts on Flickr, del.icio.us and other online services. While the tagging and sharing features offered by these services is nice, the resources (bandwidth, space) offered are often limited. Hence many users host images on their own websites or blogs.
I am trying to create a site where users can submit stories, and attach images to those stories. Looking for a module to do this, I found img_assist, but it isn't working.
It adds a code like '[img_assist|nid=8|title=cathy|desc=cartoon|link=popup|align=left|width=75|height=100]' to the body of the node, but this isn't interpreted as anything. It just gets displayed as text.
I don't understand drupal well enough to know what might be wrong. Can anybody help?
By default, Drupal uses the 'Filtered HTML' input format for adding
content to the site and this can create conflicts with TinyMCE. It's
best when using this editor to use an input format that has all
filters disabled. What I usually do is create an input format called
'Rich-text editing' and set that as the default format for roles which
use TinyMCE exclusively. To modify your input formats go to:
Administer > input formats > configure > configure filters