CCK
0 answers
Issues translating CCK, Quicktabs - wrong language
0 answers
Dynamic Number of gallery photos
0 answers
Warn users when a CCK field changes
0 answers
Send cck node contents + file attachment via email automatically
Created by programmer
1 year 13 weeks ago Tags:
1 year 13 weeks ago Tags: - body field
- CCK
- content type
- cover letter
- cv
- functionality
- gmail
- job application
- new job
- pdf attachment
- pdf file
- position name
- Read more
- Add new Comment
- Reset vote
- -4 points
0 answers
Best way to dynamically add fields to a node
Created by programmer
1 year 13 weeks ago Tags:
1 year 13 weeks ago Tags: - apartment for rent
- attribute
- attributes
- automobile
- CCK
- classified ad system
- content type
- hierarchy
- laundry facilities
- nid
- parameters
- programmers
- setting a table
- table of values
- tid
- title price description
- Read more
- Add new Comment
- Reset vote
- 8 points
0 answers
Huge PDF Database Help Needed
Created by programmer
1 year 13 weeks ago Tags:
1 year 13 weeks ago Tags: - category name
- CCK
- conversion
- dandy
- file tab
- formatting
- heart
- html web
- node
- page pdf
- pdfs
- programmer
- size tab
- tab file
- Read more
- Add new Comment
- Reset vote
- -3 points
1 answers
Put external (web service or REST) data into Drupal to be used and themed by CCK, Contemplate, and Views
Created by programmer
1 year 14 weeks ago Tags:
1 year 14 weeks ago Tags:
- Read more
- 1 comment
- Add new Comment
- Reset vote
- 17 points
1 answers
Creating nodes with CCK-fields programmatically using drupal_execute() in D6
context-sensitive embedded views
If you want to embed a view in a node type, it is quite likely that you will want to make it context sensitive.
For example, I have two node types: project and issue. In each Project node I want to display a list (view) of the Issues associated with that particular Project. So our 'context-node' is a Project and our 'listed-node' is an Issue.
The trick here is really the Argument Handling, but first :
Drupal: Argument Handling in Views
Add a textarea where we can put content to show up in a block beside a node
I want a column called 'adcolumn' which is hand-filled to show stuff relating to pages. A 1-1 relationship.
Create the Field
Enable Views and CCK and Text field
