I'm looking for an email module very similar to 'feedback' but that would allow customers to select what email they would like to send to for diffrent departments with a dropdown box. Does this exist?
I have two modules (A and B). A is a node extension module and B is a more of an administration/backend module -- but completely seperate of A.
I want to include a form to edit an A node in module B under a tab. Essentially what I am doing is giving people using module B specific permission to edit individual A nodes (not using drupal perms). I can't use aliasing and I can't have the people use module A directly (API only).
So instead of having the url be:
q=node/{A-id}/edit
I'm developing a small module and want to ensure in perm hook that the user must be registered.
How can i achieve this? If it can't be ensured in perm hook, then tell me where.
I've been getting to grips with Drupal (started with 4.5, now 4.6), and have solved, most of my problems, though I'm having to teach myself PhP and MySQL as I go.
But images have me stumped.
I've done the 755 thing with the directory, I've confirmed that images are there (because a correct URL calls them, and I can access them in my web admin area).
But when I look at the HTML code in Browser View Source it seems to me that the module is creating duff links.