Difference between revisions of "Show And Tell 2012-8-20 (Drupal)"
From Stadm
Jump to navigationJump to searchLine 22: | Line 22: | ||
*get nid from url | *get nid from url | ||
− | === | + | ===Sending and receiving NID or other info in URL=== |
*quicktabs use | *quicktabs use | ||
*% in path | *% in path |
Revision as of 14:39, 17 August 2012
By Zack
Contents
Rewriting Results In Views
- Turn off linking to node
- can use tokens such as [title], [body] to link or rewrite
- review available tokens in replacement patterns
Calendar
- View for calendar should be built from template
Webform
- Create content
- Using content and before in styling
hook_mod_alter
- check page path with url($_GET['q']);
- get_defined_vars
- template.php
- change ['submitted']...
node_load
- get nid from url
Sending and receiving NID or other info in URL
- quicktabs use
- % in path
- in the webform settings, you can use %get[nid]
Profile Styling
- Style settings in view
- wrapper and element type
- global.css
- page name is in the body class
Templates
- Changing header in branding
- Image map
Views Bulk Operations
- Checkboxes to select nodes
- More options (delete)
Contextual Filters
- % in path
- By NID
- Validation Criteria
- Validator -- content or taxonomy term
- Chose content type
Feeds
- Creating importer
- Periodic Import
- Content Type
- Mapping
- Import