I tried to put a link in the text field of the view (view settings). On the list of all existing views, the description appears as follows: ... <a href="/presse">Presse</a> ...

My intention was to create a clickable link. Is there a way to realize this?

Comments

dawehner’s picture

Currently not, but if we would replace the check_plain with a filter_xss_admin this would be possible.

I though doubt that this will be patched into 6.x-2.x as this is a bug-fix only release.

dp85’s picture

Did I understand correctly that it would be possible only in version 6.x-3.x? (Sorry, but English is not my native language ;) )

dawehner’s picture

Well the problem is that in order to achieve this you have to patch views.
For views2 though we are in a really only highly critical bug-fixes modus, so things like that will not be committed.
Even views3 on drupal6 has some kind of similar state.

dp85’s picture

Ok, thanks for answering :)

mustanggb’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)