Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
You can get the pear module by saying pear install http://phptal.org/latest.tar.gz
and upgrade by saying pear upgrade http://phptal.org/latest.tar.gz
on the command line.
Enable users to create and manage their own 'groups'. Each group can have subscribers, and maintains a group home page where subscribers communicate amongst themselves.
Inline module allows users to display uploaded files and images inline, i.e. place links to files into a content using a simple [inline:filename.jpg] tag. The effect is a link to the file or the display of an image, depending on the file type.
Inline allows users to place an uploaded image or a file attachment anywhere in the content. During creation of a content, a user can simply enter the number or filename of the attachment that should be displayed inline. After submitting the content, the number is automatically converted to the corresponding filename.
This is an experimental theme engine with problematic security. Don't use it unless you know what you are doing and are prepared to implement your own text sanitization. For Drupal 8 sites, you should generally use Twig instead.