I have created a field collection with text, text-full as the fields in the collection. When i view a node i what to have a block to show links to add the field collection item to the node. How do i remove the add link from below the field collection item and add it to the block.
Comments
Comment #1
jmuzz commentedThe links are a part of the formatter being used to display the field collection. They can't be easily separated from the field collection itself. Your best bet is to use a formatter that doesn't show the link and add the link to a block yourself. Creating a custom block and using the php code text format should work.