Closed (fixed)
Project:
Embedded Media Field
Version:
5.x-1.3
Component:
Embedded Video Field
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2008 at 08:51 UTC
Updated:
11 Dec 2008 at 06:15 UTC
Hello,
I'm trying to customize a view. I need to hide an embedded media field from $body or $teaser, but not in all views. Only in one.
When I write -> $node->$body, I can see all the text but video field too.
How can I hide or remove this field?
Thanks!
Comments
Comment #1
alex ua commentedThis is not an emfield issue, it is a general theming question, and is best asked in the forums rather than our queue. One place that you can start is with the content template module: http://drupal.org/project/contemplate
Comment #2
aerodog commentedSorry this is a month too late, but you can just add the following to the end of emfield.module:
Did that work for you?