Software Listing of Author : "Stuart Clark"
- Mentions
- License: Freeware
- Price: 0.00


The Mentions module offers Twitter like functionality, recording all references to a user's username - using the [@username] or [@#uid] filter format - from various locations, providing a centralized page to track all mentions. Features * Tracks Mentions from supported modules: o Drupal core Node module. o Drupal core Comment module. o Facebook-style Statuses (Microblog) module. * An Input filter to convert [@username] or [@#uid] to the user's profile, e.g., [@deciphered] and [@#103796] become @deciphered. * Customizable input ([@username], [@#uid]) and output (@username) patterns, including support for the Token module. * Views integration, including a default page view for tracking mentions. o http://[www.yoursite.com/path/to/drupal]/user/[#uid]/mentions Recommended Modules * Token * Views Usage/Configuration Once...
- Publisher: Stuart Clark
- Date Released: 27-01-2013
- Download Size: 10 KB
- Download
- Platform: PHP, Scripts
- SSI
- License: Freeware
- Price: 0.00


The SSI module allows your Drupal content to be included via Server Side Includes (SSI) on any SSI enabled pages Currently the SSI module supports the following content types: * Blocks * Regions * Nodes * Node Teasers First you will need to install the SSI module on the Drupal site you wish to include content from, no configuration is required. Second, to display content in an external page use one of the following formats on your SSI enabled page: * Blocks: <!--#include virtual="/ssi/block/[block module]/[block delta]" --> * Regions: <!--#include virtual="/ssi/region/[region name]" --> * Nodes: <!--#include virtual="/ssi/node/[node id]" --> * Node Teasers: <!--#include virtual="/ssi/node/[node id]/teaser" --> Important: If you put a Drupal site that is serving content via the SSI module into offline mode...
- Publisher: Stuart Clark
- Date Released: 02-01-2013
- Download Size: 10 KB
- Download
- Platform: PHP, Scripts