Closed (fixed)
Project:
Restricted content
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2009 at 13:01 UTC
Updated:
10 Dec 2009 at 23:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
dave reidSeems like a good change. I'm trying to remember the reason why I used hook_nodeapi('load')... I think it was so I could adjust the variables in the preprocess function. I'll check on this.
Comment #2
catchUsering 'alter' actually seems OK here since we're replacing stuff added during view. Here's a patch for that. Could maybe do it by setting a low module weight but other modules might do the same thing.
Comment #3
sbart76 commentedThis patch works for me as well. I am using node_images module and experienced hiding only text in the teaser and not the images. Thanks!
Comment #4
giorgoskPatch works for me !!
Comment #5
dave reidFixed in CVS. Thanks!