I'm newbie to Drupal (PHP Developer have experience in LAMP development), not quite sure this topic is sutable for this forum. I have new innovative idea and I would like to add it to module development, where I should post my new idea and get accpet to develop it. Looking forward to hear from community. BTW I would like to contribute to Drupal community in my lesser time.
Three sites have their individual content and are different. However can I have them have the same userbase with different permissions? Is it possible to set some shared content and some seperate content?
Please let me know which of these options are possible.
I need someone who is competent to get my Drupal site up to scratch before launching soon. Need a number of modules and functionality installed and tested plus any help and advice regarding usability and security. Need decent blog and forums to be integrated (third party).
Contact me at mcc[AT]doctors.net.uk letting me know your experiences or rates
I can, if required, pay you in kind with my SEO skills.
Can anybody explain why hook_submit() is no longer called by the node module during form submission? I.e down at the bottom of node_submit(), the following code used to be there:
node_invoke($node, 'submit');
but it looks like it was removed back in May. Since it was removed so long ago I'm assuming it wasn't just a mistake; is there a new best practice for handling what used to be handled by hook_submit()?