Are there any plans to remove the size limitation on the field rewrite output textbox?

It would be great to have a textarea instead, and maybe also the ability to use php, or at least some conditional tags to handle empty fields or output keys instead of values.

Thanks,

--Alex

CommentFileSizeAuthor
#4 views-405130.patch903 bytesdawehner
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

yurtboy’s picture

bump.
Yes I looked thru the code and could not find the limit here.
I would like to override this as well.
Thanks

bgnm2000’s picture

I am also looking for this

bgnm2000’s picture

I 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.

dawehner’s picture

Status: Active » Needs review
FileSize
903 bytes

and this is the same stuff as patch

merlinofchaos’s picture

Status: Needs review » Fixed

Thanks 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.

yurtboy’s picture

latest views no longer has this issue

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.