I was twinkering with the drupagram module, which gives access to instagram images via views.
ICE is absolutely necessary to change formatting for the instagram images.
To make this happen (without the PHP module), I suggest creating a views field handler that
- Lets you select a field already in the query, + an imagecache preset
- Displays image if the link is valid and there is an image etc
Comments
Comment #1
BarisW commentedI think should be possible, as we already have a ICE image field formatter that we could use as a base. So should it work for text fields and link fields, as the field formatter does?
And are you willing to work on a patch? I'd be happy to review/commit it.