Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
16 Nov 2010 at 20:13 UTC
Updated:
25 Aug 2017 at 10:42 UTC
Jump to comment: Most recent
Comments
Comment #1
karschsp commentedsubscribe
Comment #2
dawehnerCurrently you can alternative change the '' string global via settings.php
Comment #3
erikwebb commentedThat helps in some cases, but the real goal is this example - for a filter customizing a list of products, the default entry should read "All Products". The benefit to overriding this string is to provide contextual information, which a global variable would not solve.
For the general case, what variable name is this to use in settings.php?
Comment #4
erikwebb commentedComment #5
dawehnerSee #635104: default.settings.php should document how to override strings with context
Comment #6
hwasem commentedI'd love a feature like this added. I tried the setting.php change mentioned in last comment. That is for Drupal 7. How would I do that in 6.22?
Comment #7
dawehnerThe same
Comment #8
mustanggb commented