Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.3
Component:
Views Data
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2009 at 17:53 UTC
Updated:
5 May 2009 at 15:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
merlinofchaos commentedI like this quite a bit. In thinking about it, I realized that if this option is set, it forces whatever data there to be an inline element (since it has no HTML tags) -- which means we should force an element_type() override when this is set.
Comment #2
neochief commentedSorry, I not very familiar with views under the hood. Anyway, is this what you talking about?
Comment #3
seaneffel commentedDid this get committed? If not, I've voting to do it. I just tested the top patch and it solved the immediate problem for me.
Comment #4
merlinofchaos commentedCommitted! Thanks, neochief
Comment #5
tempd5 commentedApologies for being new to this. Where does this patch go? If I'm reading this correctly (no guarantee there), this will solve http://drupal.org/node/430500, correct?
Comment #6
seaneffel commentedtempd5, yes. I think the problem you are describing was fixed by the patch above. You could do two things:
1. Run this patch against the file in your current Views module folder called "views_handler_field.inc". The first line of the patch tells you the name of the file to patch against.
2. Upgrade to the current dev version of Views? Someone can correct me if I'm wrong, but I think this patch was committed last week even though I don't see it on the release notes of the module.
Also, temp, you had an excellent write up of your issue. I wish everyone could be so articulate on their issues - things would get solved so much faster!
Comment #7
tempd5 commentedThanks @seaneffel (btw, the patch worked great!)
Now, for what may be the dumbest question ever, how to I upgrade to the latest version of views (or any other module for that matter).
Never really thought about it, but is it okay to just install the new folder over the old one or will that delete/erase the use of any current views I've setup?
Comment #8
seaneffel commentedGreat handbook page to explain it to you, right here:
http://drupal.org/node/250790
Good luck!