User Tools

Site Tools


cms2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cms2 [2011/06/23 07:01]
siva_epari
cms2 [2018/03/24 11:13] (current)
Line 1: Line 1:
-Creating a form in drupal:+==Links==
  
-   1. Navigate to the Content types page (Administer > Structure > Content types). +  ​* [[cms1|DrupalDay1]] 
-   ​2. Click Add Content Type. +  * [[cms2|DrupalDay2]] 
-   3. In the Name fieldadd a name for the content type. The name is required. +  [[cms_faq|Frequently Asked QuestionsCMS]] 
-      Note that if you start entering a name into the name fielda "​machine name +  [[drupal-lms|Library Management System as Assignment]]
-      "​ starts showing to the right of the title. To edit the machine name, click the edit link. +
-   4. In the Description field, you can write a description of the content type  +
-      that will show up on the Add new content page (Administer > Content > Add new content). +
-   5. Set your preferred default values for this content type. Content you create  +
-      of this content type will have these values by default. The values can be  +
-      overridden for each content created. You can specify default values for Submission +
-      form settings, Publishing options, Display settings, Comment settings and Menu settings. +
-   6. Do one of the following:​ +
-          ​To add the content type using only the title and body fieldsclick Save Content Type.  +
-          You can add more fields later. +
-          * To add the content type and begin adding more fields, click Save and Add Fields +
-------- TO CREATE FIELDS IN THE CONTENT TYPE FOLLOW THE STEPS ----- +
-1.Navigate to the Content types page (Administer > Structure > Content types).+
  
-2.In the tablelocate the row that contains your content type and click the manage fields link.+===Content Management System(Focus On Drupal)Day2===
  
-3.In the Add new field section, enter label for the field.+==Creating ​"​Content type"​==
  
-4.In the Field name field, ​enter the machine name for the field. You can only use numberslower-case letters ​and the   ​underscore character (_).+   - Navigate to the Content types page (Administer > Structure > Content types). 
 +   - Click Add Content Type. 
 +   ​- ​In the Name field, add a name for the content type. The name is required. Note that if you start entering a name into the name field, ​a "​machine name" starts showing to the right of the title. To edit the machine name, click the edit link. 
 +   - In the Description ​field, you can write a description of the content type that will show up on the Add new content page (Administer > Content > Add new content). 
 +   - Set your preferred default values for this content type. Content you create of this content type will have these values by default. The values can be overridden for each content created. You can specify default values for Submission form settingsPublishing options, Display settings, Comment settings ​and Menu settings. 
 +   ​- Do one of the following:​ 
 +     - To add the content type using only the title and body fields, click Save Content Type 
 +     - You can add more fields later. 
 +     - To add the content type and begin adding more fields, click Save and Add Fields
  
-5.In the field type list, select one of the field type you want to  create. 
  
-6.In the Widget field, select a widget. The options vary depending on the field type.+==Adding "​fields"​ to "​Content ​type"==
  
-7.Click Save.+   - Navigate to the Content types page (Administer > Structure > Content types). 
 +   - In the table, locate the row that contains your content type and click the manage fields link. 
 +   - In the Add new field section, enter a label for the field. 
 +   - In the Field name field, enter the machine name for the field. You can only use numbers, lower-case letters and the   ​underscore character (_). 
 +   - In the field type list, select one of the field type you want to  create. 
 +   - In the Widget field, select a widget. The options vary depending on the field type. 
 +   ​- ​Click Save.
  
 +==Create a Node reference==
 +   - Download & extract "​References"​ module [[http://​drupal.org/​project/​references|Download]] to sites/​all/​modules
 +   - Goto "​Modules",​ check "Node Reference"​ and "Save Configuration"​
 +   - Goto "​Structure"​ > "​Content types" and click "​Manage fields"​ on a Content type
 +   - Under "Add new Field" provide the label, Choose "Node Reference"​ under "​Field"​ and "Save
 +   - Choose a content type to be referenced under "​Content types that can be referenced"​(Like choose Author when working on Book)
 +   - "Save field settings"​ & "Save settings"​
 +   - Now while creating the content, you will get a Autocomplete field for the referenced Content type
  
-TO ARRANGE THE ORDER OF THE FIELDS: +==To arrange order of fields== 
----------------------------------- + 
-1. Navigate to the Content types page (Administer > Structure > Content types). +   - Navigate to the Content types page (Administer > Structure > Content types). 
-2. In the table, locate the row that contains your content type and click the manage fields link. +   - In the table, locate the row that contains your content type and click the manage fields link 
-3. Locate the field you want to re-order, and drag the four-headed arrow icon up or down. +   - Locate the field you want to re-order, and drag the four-headed arrow icon up or down. 
-4. Click Save+   - Click Save. 
 + 
 +==To create a menu item for form== 
 + 
 +   - Goto **Structure** > **Menus** 
 +   ​- ​Click on **edit** near **Main menus** 
 +   - Click on **add link** 
 +   - Configure the new menu item 
 +     - Give **Menu link title** as **Create a event** 
 +     - Give **Path** as **node/​add/​event** (event is nothing but the name of the content type you created in previous steps, so if you have created a content type called **registration** the path for that content type will be **node/​add/​registration** 
 +     ​- ​Save 
 + 
 +==Links== 
 + 
 +  * [[cms1|Drupal,​ Day1]] 
 +  * [[cms2|Drupal,​ Day2]] 
 +  * [[cms_faq|Frequently Asked Questions, CMS]] 
 +  * [[drupal-lms|Library Management System as Assignment]]
cms2.1308812481.txt.gz · Last modified: 2018/03/24 11:13 (external edit)