Active
Project:
Views (for Drupal 7)
Version:
7.x-3.5
Component:
Views Form
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2013 at 20:14 UTC
Updated:
12 Apr 2016 at 13:39 UTC
Jump to comment: Most recent

Comments
Comment #1
gauravkhambhala commentedSubscribing.
Comment #2
inteja commentedThis would be really handy.
Comment #3
ñull commentedI agree that this inconsistency should be solved. At the moment it is hidden to the administrator what kind of filtering is applied and adding this feature would make it clear.
Comment #4
ctrladelHaving tokens available in custom text areas would make life so much simpler
Comment #5
vincent_jo commentedAny workaround for this issue?
I need to display the current date ([current-date:short]) to replace the end-date in a calendar-list.
Comment #6
argiepiano commentedYou can do this with the Views PHP module (https://www.drupal.org/project/views_php). This module creates a Global: PHP field that allows you to insert PHP snippets in a Views. You can use the following PHP code in the Output code section of the PHP field to display the current date:
Comment #7
argiepiano commentedAnother way of inserting values into Global: Custom Text (and other fields) during the pre-render stage is explained here:
http://drupal.stackexchange.com/questions/84458/how-to-insert-values-int...
Comment #8
deanflory commentedI take it this 3 year old issue isn't resolved yet right? A simple token should be allowed in a custom text view field or a rewrite in any view field. Using either of argiepiano's options completely disrupts the intended ease of use that is expected with the token module, plus one should not have to write pages of code to do one simple thing.
Are tokens allowed all over Views in D8? Is this something that needs backporting?