Articles with tag module

Drupal Workbench - 1 Installation and Permissions

Drupal Workbench - 1 Installation and Permissions

Posted on: Dec 26th 2011

Drupal CMS comes with a very basic editorial workflow structure. You can create roles and give different permissions to those roles for example: A writer will only be able to write articles but he may not be able to publish them. Editor can write articles and can also publish articles. And Super Admin who on top of the two jobs can also delete any article.

Using drupal features: example of a custom blog module

Using drupal features: example of a custom blog module

Posted on: May 1st 2011
Drupal features is a module which allows you to create your own modules where you can include your own views, content types and many other features. With features you don't have to go through the pain of making same views and features for some common type of features on your site like blogs, forums etc.Drupal feature is a module which can make life easy for people who are making websites based on Drupal day in day out. One of the biggest advantages of feature which I personally feel is re usability.