FLUID-597: Create Header for Views

Metadata

Source
FLUID-597
Type
Sub-task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Allison Bloodworth
Reporter
Allison Bloodworth
Created
2008-05-14T00:10:45.000-0400
Updated
2013-04-11T17:33:04.643-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. OSDPL

Description

In patterns_by_category it should be the category name, in patterns_by_term it should be the term name. Style it the same way the title appears in a uidp node (e.g. "File Upload" in http://osdpl.fluidproject.org/content/file-upload).

Comments

  • Allison Bloodworth commented 2008-05-14T00:10:53.000-0400

    iteration11

  • Allison Bloodworth commented 2008-06-09T22:13:39.000-0400

    Here are the instructions on how to do this using arguments: http://drupal.org/node/149138. I used this method for patterns_by_term and patterns_by_category.

    It appears that each Title field can be used: if you use two, the first puts whatever argument you use (e.g. %1 = "UI Design Pattern Category) in the breadcrumbs, the second puts a title on the page. If you just use the first or second argument alone, you just get a title for the page. There is some weirdness that happens (e.g. "%2" in the breadcrumbs if you put it in the first title field) if you put the wrong argument in the wrong title field.