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.
JournalCruch has been ported to Drupal and is supported by More than (just) Themes, as part of our ongoing effort to bring quality themes to Drupal community.
Update: Micro 7.x-1.0-alpha1 is out! It has a useful set of features, but is still quite rough round the edges. Testing/feedback appreciated. See #1477882: Roadmap to 1.0 for development status updates.
Micro is the ultimate lightweight, fieldable entity type for when you just want a "fieldable thing" with no default special properties. The only out-of-the-box properties of micro entities are the entity id ('mid') and bundle ('type') properties.
Features
The functionality of some of the other properties of familiar entity types (eg. nodes) can be implemented using various core and contrib field types:
You can give your micro types a title using core's Text field type.
Date (Unix timestamp) fields can be configured to behave like the 'created' property in Nodes, etc.
Relationships to other entities are implemented using Entity Reference fields.
Entity Reference fields targeting the user entity type can be configured to behave like the 'author' property in Nodes, etc.
Entity references from micro entities can be listed as:
A page optionally associated with the target entity as a tab (menu local task) and/or as a link displayed as a pseudo-field in the target entity content.
A block displayed in a page region as usual, or as a pseudo-field in the target entity content.
This project intended to provide advanced upload pages for CCK FileField/ImageField nodes.
Intended to make correct images/media/other large files upload(using flash or html5/gecko possibilities).
Features:
- can create pages for different node types with filefield or imagefield fields.
- has individual settings for each node type - your can select field you want tou use in uploader
- after all is configured just go to /advupload pages and see links
- upload pages integrate into navigation menu
- can upload files up 2GB. There are some difficulties with filesize() function, so for now no more 2GB
- have token control to make upload more secure(e.g. it's not possible use upload scripts without tokens by hands :) )
- allow select node name when file is added
- allows upload all files to new node, as allows creation each new node per each file
Project use plupload library from plupload.com. For our purpoces I had to rewrite pluploadQueue form as I need.
- contains OG integration - only base og and og_access - user can select group and is material public or not.
Nearest plans:
1) create simple imagefield base gallery integration(with nodereference, etc)
2) port all to D7 - looks like on D7 I have to rewrite all completely cause of API difference
The Personal Avatar (aka Pavatar) is a personal picture hosted on your webspace which is then used by websites to display whenever referring to content provided by YOU, the user.