Closed (fixed)
Project:
Views Datasource
Version:
6.x-1.0-alpha3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
26 Oct 2009 at 00:25 UTC
Updated:
23 Jun 2010 at 19:50 UTC
I'm using the Twitter module to cache tweets and provide a json based view of the cached tweets. The twitter module provides a "Link urls to their destinations" option in the fields message text option but with the JSON data doc style none of the urls in the messages are automagically converted into links.
Comments
Comment #1
dstolOn further digging, I can see that this is done by design, but it would be cool to support things of this sort as I am probably not the first nor the last to have this problem.
Comment #2
allisterbeharry commentedThis should be solved in the current dev release, as the module now uses the Views advanced_render method which pulls in any field display options specified.
Comment #3
allisterbeharry commentedThis should be fixed in 6.x01.0-beta1 You can control how a field is rendered from the standard Views UI and the plugin will respect that setting.