Active
Project:
Node Images
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2008 at 13:41 UTC
Updated:
26 Jun 2009 at 04:14 UTC
The "Node Images" link inside each edit node area, is collapsed by default.
So, people have to click on it to expand it and add images.
How could I let that (and only that) link expanded?
Thanks!
Rosamunda
Comments
Comment #1
lizaderhold commentedIn 6.x-2.1, I was able to accomplish this by changing line 164 of node_images.module file to:
'#collapsed' => FALSE,
It was the second occurrence of #collapsed in the file. It's not recommended to directly modify the module code though, and I'm still learning about how to do it the "right" way.
In any case, to put in my two cents, I think it should be expanded by default. I also don't like the name "Node Images" and think that it would be great if this module made it really easy to rename the title of that section of the form when a user is creating a new node with images attached. Most users have no idea what a node is!