I am converting my existing (static HTML) site to Drupal and require a printer friendly module for content pages. There is not currently a printer friendly module compatible with 4.6, so I'm not sure what my best course of action should be:
1) Install 4.5 (which includes the printer friendly module) and upgrade to 4.6 when it is released.
2) Install 4.6 and wait for the printer friendly module.
3) Install 4.6 and port the printer friendly module myself.
I've created a module that sends notifications in the style phpBB does. It have a settings page where you can change the message subject and body. I know that many of you have been asking for such a module.
I don't have access to cvs, so if you want to test it (it works for me in 4.6.0), tell me here to post a link to the code.
If some developer want to include it in cvs, i'll be pleased (i don't know anything about cvs usage).
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