Hello everyone,
In one content type, I have created several fields for my users to fill in when they submit a post.
Some of these fields are optional.
However, if a field is left blank, the title of the field still appears on the post... which doesn't meake it pretty to look at.
It would be great if it was possible that fields with no data entered would not appear in the final post.
Is there a way to do this?
BTW, I am a newbie for drupal and have no knowledge on PHP ( unfortunately)
Many thanks
drupalworld
Hi,
What is the best way to display a view at the bottom of a cck node ?
At the movement I'm trying to use the cck computed field but I'm a bit stuck.
how can I load a view and display it ? Can anybody give me a small snippet ?
I've tried with $node_field_item['value'] = views_get_view('participant') as computed code and
and $display = $node_field_item['value'] as display format, but without results.