I have an Activity Stream (Twitter) Block which displays hyperlinks within tweets correctly. However, when I make a view of the stream and create a block-display, the links disappear. When I change my default Input Format to be permissive to links this problem goes away. This absolutely cannot be a daily solution however, because the client insists that the default format forbid link-based XSS. What I would like to do is set the Input Format within the main view display to using something other than the default. Am I misunderstanding the problem here? What I have done: I have changed the default formats for the Activity Stream content type...no effect. This is not surprising, because the problem only shows up in the view anyway. Does the Views module automatically defer to the Input Format settings of any nodes it makes into a collection? That being the case -- would I have to shift this issue over to Activity Stream to ask about the Views integration?

Comments

merlinofchaos’s picture

Project: Views (for Drupal 7) » Activity Stream
Version: 6.x-2.11 » 6.x-2.x-dev
Component: block displays » Miscellaneous

That kind of security is handled by the module implementing the field, so it seems like the module is the place to ask.

MhueD’s picture

Title: Is Views restricted to using only Default Input Format for Display of Records? » Is Views restricted to using only Default Input Format for Display of Node/Fields?
Project: Activity Stream » Views (for Drupal 7)
Version: 6.x-2.x-dev » 6.x-2.11
Component: Miscellaneous » block displays
MhueD’s picture

So, are you saying that, if the security is permissive in the other module, it WOULD be possible to determine what Input Format filters the nodes from the point of view of Views (just had to sneak that in)?

merlinofchaos’s picture

From the point of view of Views, how the data is rendered is up to the module rendering it.

dawehner’s picture

Project: Views (for Drupal 7) » Activity Stream
Version: 6.x-2.11 » 6.x-2.x-dev
Component: block displays » Code

Move back.

morbus iff’s picture

morbus iff’s picture

Status: Closed (won't fix) » Closed (duplicate)