Closed (fixed)
Project:
Pageroute
Version:
4.7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2006 at 18:06 UTC
Updated:
9 Dec 2006 at 14:00 UTC
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
Comment #1
fagohm, 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)
Comment #2
jbhan commentedsorry, 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
Comment #3
fagoso 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.
Comment #4
jbhan commentedgreat! thanks!
Comment #5
(not verified) commented