This module allows Drupal cache bins to be stored in files.
Comparison with other caching modules
memcache is the closest caching module. File Cache can be configured to use a memory based filesystem (e.g. /dev/shm in Debian) which is very close to what memcache does. File Cache can use network filesystems and this
is another use case where memcache is traditionally used.
apc can be used for cache bins too. If it's used for that purpose,
it's usually only for some of the critical cache bins like cache and cache_bootstrap.
boost generates caches of pages that are directly served by web
server. File Cache can plug in regular Drupal page caching and provide
very fast page caching but this still needs a bit of PHP to be
executed. Database access can be avoided altogether though. See $conf['filecache_fast_pagecache'] in README.txt.
NewsFlash is the latest GPL theme by RoopleTheme(AD). It features 7 color styles, 12 collapsible regions, suckerfish menus, fluid or fixed widths, built-in IE transparent PNG fix, and lots more.
.
NewsFlash 2.3 has now RTL Support
the typography has been improved and and can use by follow to <div class="alert-custom">...</div>
<div class="info-custom">...</div>
<div class="help-custom">...</div>
<div class="note-custom">...</div>
<div class="xfer-custom">...</div>
NewsFlash 2.x is completely revised, it is now fully compatible with Drupal7.
some things has been changed and improved.
The commentary- and forums views has been completly re-designed.
addet typography. <span class="alert">...</span>
<span class="info">...</span>
<span class="help">...</span>
<span class="note">...</span>
<span class="xfer">...</span>
the other fetures are the same as in version 1.6
but if you use D7 Version its on your own risk.
The version 8 is atm not drupal 11 Compatible please patience
Administrators are able create relationship types (friend, coworker, etc). Relationship types can be setup to be one-way or mutual. If a relationship type is one-way (subscriber) only the requester is shown as relating to the requestee. Relationship types can also be set as needing or not needing approval.
Administrators can give users the option to auto approve relationships on a per-relationship type basis.
Bundled with the main module are add-on modules providing functionality that not every site will need:
User Relationship Mailer will (conditionally) send email notifications regarding relationship creation/removal/approval/disapproval/cancellation.
User Relationship Defaults creates default relationships to any user joining the site (think Tom on MySpace).
User Relationship Implications allows admins to specify implied relationships (Manager implies Coworker) that are automatically created.
User Relationship Invites requires the Invite module and allows users to specify a relationship to a user that they invite to join the site.
User Relationship Privatemsg integration with the privatemsg module showing your relationships in the quick select list.