When you are editing a comment in Drupal, there is not delete option in the form. Continue reading Drupal – Add Delete Link in Edit Comment Form
Category Archives: CMS
Drupal – Customize the day link inside the Mini Calendar Navigation Block
Previous related posts:
By default the day links inside the mini calendar block will redirect you to the calendar day view of that day. Continue reading Drupal – Customize the day link inside the Mini Calendar Navigation Block
Drupal – Mini Calendar Navigation Block
The Calendar module also provides a mini calendar navigation block. For more information about the Calendar module, please refer to Drupal – Calendar.
So after you have enabled the calendar view, go to Adminster -> Site building -> Blocks and enable the calendar block. Continue reading Drupal – Mini Calendar Navigation Block
Drupal – Add Previous and Next Links for Node Navigation
When you are viewing a node, it would be nice to have the previous and next navigation buttons so that you can browse other nodes of the same content type more easily. This is exactly the recent task i need to complete. Luckily i found a very good post showing how to add the navigation buttons in just 2 steps.
1. Add the following function in your theme template.php Continue reading Drupal – Add Previous and Next Links for Node Navigation
Drupal – Calendar
The Calendar module integrates with the Views module to show a calender view in Drupal.
1. Download and enable the calendar module. Continue reading Drupal – Calendar
Drupal – Disable Account Registration
Go to Administer -> User management -> User settings and select Only site administrators can create new user accounts under the Public registrations option. Continue reading Drupal – Disable Account Registration
Drupal – Publishing Options Permission
By default, you could not grant the node options such as Publishing options and Authored by. This can be resolved by the Override Node Options module.
1. Download and enable the module. Continue reading Drupal – Publishing Options Permission
Drupal – Enable HTTP Authentication using Secure Site
Sometimes you may want to limit the access of your Drupal site. The Secure site module could help you to add HTTP authentication with the Drupal user accounts.
1. Download and enable the module. Continue reading Drupal – Enable HTTP Authentication using Secure Site
Drupal – Customize Page Title
The Page Title module allows you to edit the page title of front page, node as well as taxonomy pages. It needs Token to work.
1. Download and enable the module. Continue reading Drupal – Customize Page Title
Drupal – Add Sorting to View
This post will show you how to add sorting in Views 2.
1. Add a sorting selection list in the views header. Continue reading Drupal – Add Sorting to View