Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.3
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2009 at 18:34 UTC
Updated:
24 Apr 2009 at 02:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
yurtboy commentedbump.
Yes I looked thru the code and could not find the limit here.
I would like to override this as well.
Thanks
Comment #2
bgnm2000 commentedI am also looking for this
Comment #3
bgnm2000 commentedI figured it out,
Modules>>Views>>Handlers>>views_handler_field.inc
find "rewrite"
type should say checkbox
in the field below it, the type should be text, change it to textarea.
Comment #4
dawehnerand this is the same stuff as patch
Comment #5
merlinofchaos commentedThanks dereine, committed.
If you want PHP, you will have to go into the theme. I will not be implementing embedded PHP at this level. Drupal is trying to move away from embedding PHP into the database as it is.
Comment #6
yurtboy commentedlatest views no longer has this issue