I was wondering if anyone has a customized the xxxx module (?) to achieve the following:
1. "Blog it"-button/link, appearing below all nodes (like "add comment") not only in the aggregator-block. It should copy the text into a new post just like the Blog-it button does from the block. If "perfect" it should ask which node type to "blog it as": Blog, Forum post, Book page, etc, but that can be a later variant, most important is to be able to blog any posts easily at all.
I've made a custom node form. I modified the forum node form with hook_form alter and that has gone well. In which hook do i put the code to save the data to db?
I've coded a module that allows you to index directories on your webserver using drupal. It's kinda like the "Index of /" idea from apache. If you want to see the module in action click here, you can also download it from this location.