Drupal 7 : Staging Content on Views

The ‘Preview’ functionality in Drupal, that allows you to see how a node is rendered in Drupal, before it is saved and Published, is not always fully useful to ‘preview’ or ‘stage’ your content. Reasons could be many - One of them being - It simply would not working if you are using Views to display your node!. Until the node is published and saved, it may not be possible to preview how the node will be displayed in the view.

Drupal: Block Inject Filter Module

Built a Small Drupal Module Last night. "Block Inject Filter".

Many times, mostly in content sites, the administrators find it difficult to find means of inserting ads in all of their articles, at the end of a per-defined paragraph, say 2nd paragraph. Block Inject Filter solves this by providing a configurable Text Filter that can be used on any Input Format in Drupal.

It can be configured to inject any predefined Custom Block into all content that use the Text Format which has the filter configured.

Drupal : Comment Limit By Role : Module to restrict the number of comments by any user per day, based on his user role

Developed this module to restrict the number of comments that a user can post in a day (last 24 hours) based on his role. The limits can be configured for each role from the configuration page. This is a modification of the contrib Module Comment Limit.

Developed this for NoiseFromAmerika.

Sandbox Project on Drupal.org is at http://drupal.org/sandbox/saitanay/1635606