Drupal Panels

Drupal Panels

In drupal, panels are used to create a customized layouts for multiple uses and use drag and drop functionality to rearrange the layout. Panels can be downloaded as any other modules in drupal.

Implementing Newsletter Module in Drupal

Implementing Newsletter Module in Drupal

In drupal, there are modules which can be used to send newsletters to subscribers. Simple news is a module in drupal to send newsletter. Download the simplenews module here Download  Go to sites

Python Training Institute

Python Training Institute

Python is a widely used high-level programming language used for general programming Python allows programmers to express concepts in fewer lines of code than possible in languages such as C++ or Java. The

Complete Info About WebDevelopment

Complete Info About WebDevelopment

Web development is a technology involved in developing a web site on the internet.Web development can range from developing a simple page of plain text to the further complex internet applications, electronic businesses,

Modifying content output in drupal 7

Modifying content output in drupal 7

The output of the drupal will come from either template files or theme functions. Lets modify the output content using node.tpl.php. We can use node template file i,e. node.tpl.php and overwrite it using

form_alter in drupal module

form_alter in drupal module

form_alter is  basically the way we can change the defaults or behaviour of any form. hook_form_alter(&$form, &$form_state, $form_id) It performs alteration before rendering. It is also used to add form elements to the

View Templates

View Templates

View Module is used to create, manage and display the content list. The list which is managed by view modules are called views. The output of  view is called "display" and these displays are provided

Creating a new template in drupal 7

Creating a new template in drupal 7

A collection of files which defines the presentation layer is called theme. Lets continue with how to create a theme from scratch. Step 1 : To create the folder structure. Let us create  folder for