For some reason, the first gallery has a huge section while the following two galleries are pretty much the correct size, or what I consider to be the correct size. How can I scrunch up the family gallery to look more like the landscape and pets galleries?
I'm trying to overwrite the upload.module default form settings in a custom content type module. I don't want the 'attachments fieldset' to be collapsed when creating a new node of my content type.
Is it possible to add an H3 headline before something such as a group of CCK fields and to add a divider line with CSS to the bottom of the group of fields? I am fairly new to Drupal, so any help would be appreciated.
I have added some code to the user_access function that queries the database. This additional functionality is provided in a function that essentially replaces $user->roles with a function that returns roles based upon group context.
When someone creates a new node, say create->page, what functions are used to check create permissions?
I know user_access is checked, and I'm returning the correct values. But, what else is checked? Thanks.