Jump to:
| Project: | Activity Stream |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
That kind of security is handled by the module implementing the field, so it seems like the module is the place to ask.
#2
#3
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)?
#4
From the point of view of Views, how the data is rendered is up to the module rendering it.
#5
Move back.