not sure if this is by design, especially since you created a module to hide node titles. but when i goto edit my nodetype, which allows for multiple of this type. as child of the nodeprofile, it displays all the fields, except the title. i am using the node title field for data, so when i look at the nodefamily edit view, i see:

Nodetype #1 (collapsable)
field
field...etc

Nodetype #2 (collapsable)
field
field...etc

but the nodetitle field is where i am having users input an identifying field. so i actually need it to show up. - instead of the nodetype.

j

Comments

fago’s picture

hm, from what are you talking exactly?
the pageroute node management page?

the /nodefamily/NODETYPE path doesn't work with node types, that allow multiple nodes (=population > 1)

jbhan’s picture

sorry, you are correct, i am editing it directly from the link it provides in the user menu. and in fact i am in the wrong module. i created a pagerout to manage the form. so this goes in the pageroute module.

bit this is the view when i goto the pageroute.

Locations 1 ( nodetype with the number) (collapsable by clicking)
Address Line 1
Address Line 2
City
State
VA
Zip Code

Locations 2 (node type with number - 2nd node for this user of location type)
Address Line 1
Address Line 2
City
State
VA
Zip Code

so there is no output for the node title, which happens to be the name of the location in my setup.

j

fago’s picture

Project: Node Family » Pageroute
Status: Active » Fixed

so there are two ways to solve this:
* Theme your location content type to display the node title too. Pageroute uses the normal node view for this output.
* Theme the function theme_pageroute_page_manage_node($node, $number, $buttons) to use the title as fieldgroup label instead of the content type.

jbhan’s picture

great! thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)