I am using the views module with exposed filters. The view object that is created after the filters are applied is slightly different from the stored object which executes. I'd like to save this new object to a file (or node), to be executed later.
Hi,
Every time I try to implement a hook function in anymodule.module I get a PHP parse error on the first line of executable code. This is within the function, not the function definition line. It happens when I try to add a single hook function for one of my content types, and it also happens when I try to follow the tutorial to create onthisdate.module
I'm working on a site where certain levels of administrators will only be able to port and update content for specific areas of the site.
I've been able to configure the site using Taxonomy Access Control to do what I need, but now all the roles for access level and area of access (based on Taxonomy) are all mixed in together.
I'd like to have the roles grouped into fieldsets on the profile forms. Any ideas on how I could accomplish this?
I've got a question concerning the simplenews checkbox, which is standard displayed in drupal simplenews module and needs to be selected in order to subscribe for the newsletter. I'd rather get rid of this checkbox so that visitors only have to compile the email form.
How do I set the weight of a new module? I tried weight = 5 in the .info file but no good. I remember seeing a mention of this in a forum post but I can't find it now!