I'm looking to install a blog application that can handle:
1. Many users creating many blogs per user.
2. Allows multiple users to update a single blog.
3. Allows a blog owner to "authorize" read, read/write access to any other registered user.
4. Integration with existing LDAP system for authentication.
I have a custom module that is based on the story module - basically a search & replace of "story" with some additional node validation and inserts.
For some reason hook_validate is not being called when I submit the form. I tried moving the code into hook_nodeapi - same problem.
For some reason the only operation being passed to hook_nodeapi is "prepare." The form triggers errors if I change certain fields to required in hook_form, but otherwise validation is not happening. What am I doing wrong?
Drupal looks interesting enough that I'm considering adopting it for a few sites. However some of these use phpbb 2.x for their forums already, I'm wondering if there's a converter available for the sql data, or if there's some way to integrate the database into Drupal?
I don't really care to keep the phpbb stuff intact, just looking for migration info.
i am trying to modify the output of the spreadfirefox theme. i have seen that it uses #content and #links but i dont know where the content of #content is defined. :)
where to look for this kind of things?