Articles with tag Drupal 7

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.

SyntaxHighlighter with Drupal 7

SyntaxHighlighter with Drupal 7

Posted on: Aug 21st 2011

 

As told in my previous micro blog post, I was looking for an easy way to format the code that I was putting on my site based on drupal. I wanted it to be quick and easy to integrate with Drupal. And yes, I wanted something which would work on the client side and not on the server side. So, no  PHP code or things like that.