This module allows you to define CCK nodes as checkout/order panes in Ubercart.
This is useful if you want to collect additional information during the checkout process. For example, you may want a quick survey or require additional fields that apply to the entire order.
Using the CCK module allows for many advantages: the forms/fields can easily be modified by an end-user; less development time is required to create database tables and code to store/retrieve the data; and the form will remember the user's previous answers.
This module allows CCK fields values to be displayed on separate pages.
This module was created in order to replace old approach of media handling used
at our websites (it was image as node approach and nodereference as glue between
parent nodes (like articles) and child as images). In our case it was big impact
for performance (we got over 300 000 image nodes for only 70 000 "parent nodes")
This solution is quite lightweight (it doesn't requires views) and uses cck
content cache, so it works really fast.
This solution has some disadvantages. CCK field is not powerful like node, so
you cannot do many things like comment such nodes and do other thins.
But if you need to display fields on separate pages, with various layout. If you
need some basic support for tokens and pathauto, this module might serve you well.
Usage
In order to use this module, please enable single field view mode at content type settings page (admin/content/node-type/[content-type-name]). After that, selected, field will be displayed on page node/%nid/field/%field_name/%delta.
In order to theme CCK single values, you can use one of templates with following name's pattern:
The Administration Menu select module is a very basic module that provides a selectbox on the user settings form allowing the user to choose which Administration menu module they wish to use.
Administration Menu select was written and is maintained by Stuart Clark (deciphered).
- http://stuar.tc/lark