Now that Drupal 5 is out (hooray!) I was wondering if there were any updates for Acidfree coming out - the most recent was from about two months ago. I tried contacting the developer but haven't heard anything so far - so I'm wondering if someone else might know - or maybe he'll see the post here.
Thanks so much. I'm looking forward to moving a few of my installs over...
Is it possible to extend CCK content types with custom modules that use the drupal hooks?
In my case I would like to add an item to the local tasks menu of my custom content type "persons".
I would like to write the module file content_persons.php containing the function content_persons_menu.
Is this possible? If not - how can I add a menu item to the local tasks of a custom content type?
Hello everyone, please excuse me if I posted this in the wrong section. I'm new to Drupal, and I'm trying to convert a HTML layout to a drupal theme. All is going well, but I am looking for a module, I hope you can help me. In the right sidebar I need a block with "what our customers say". It should list, using my own provided template, some entries consisting of Author, author link, and quote. I need this to be very idiot-friendly, so in the administration section I just need to use a three-input form, with the fiels I mentioned above.
I tried to make an AJAX style call to a procedure in a module directory using xmlrpc.php as an example. include_once './includes/bootstrap.inc'; fails because it includes from ./ and has to be in the root directory. How do you produce a produce a procedure that runs from a module subdirectory?