php - Drupal views filtering content by node id -


i have following scenario:

i have content type called 'product' in there default input fields , number of custom input fields have been created using cck.

when new product created, of data entered posted node (as normal).

part of problem don't want values custom input fields within node content. therefore, thinking hide display of these fields. create block of custom input fields using views.

is possible within views set filtering display values of custom input fields on node created? example if product created had node id of 1, possible filter view display values of custom input fields created node id of 1 , display these values block on node id 1?

this might sound confusing approach keen separate of data entered product content type main node content, styling reasons.

thanks, mark.

ah worked out. it's easy solution isn't it?

in arguments section of view, add node: node id. select action of 'provide default argument' , select 'node id url' 'default argument type:'.

this display values of custom input fields created on particular node.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -