Reputation: 1036
I have a media field through which I both embed video files from Youtube and upload videos to. I do only want to get the raw URL of the uploaded/embedded videos through the views module but I can't manage it. There are predefined formatters for the video field in the view UI, however the link formatter prints additional data that I don't need. How can I get the raw URL only?
Thanks!
Upvotes: 0
Views: 1121
Reputation: 176
The module below lets you manipulate the view using php.
http://drupal.org/project/views_php
Upvotes: 1