Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I've created a film review module by playing around with the bookreview.module developed by Jeremy Andrews. This is my first module and I'm not sure how to go about releasing it.
Just noticed after upgrading to 4.6.0 that many links are not working anymore. This was because I used the title module input format filter. However, a similiar module seems available now called freelinking.
*URL FORMAT*
Title module:
site.com/title/red+apple
Freelinking module:
site.com/freelinking/red+apple
*USAGE*
Title module:
[title|url], one-bracket use
Freelinking module:
[[title]], ability to use text to describe link is gone
warning: opendir(/tmp//mc-alex): failed to open dir: Permission denied in /var/www/drupal/modules/image/image.module on line 1202.
warning: Cannot modify header information - headers already sent by (output started at /var/www/drupal/includes/common.inc:344) in /var/www/drupal/includes/common.inc on line 155.
The tmp folders are set up right, or at least they seem to be, because the images get uploaded correct.
Has anybody the same problem. I'm Using Drupal 4.5.
I am trying to develop personal books, where a user can add pages only to his or her own books.
How can I restrict which nodes can be the parent when creating or editing a book page? Specifically, I want to restrict possible parent nodes to nodes with a toplevel parent that matches certain criteria -- ownership, taxonomy terms, etc. I thought I could do this with the node_access API, but now I don't see how I could exclude nodes from being possible parents without also preventing the user from viewing them.
Before I start delving in module development it might be smart to see if something simular already exists. I didn't find it on the modulepage. At least not with all the requirements below.
I use 4.5.2 and it seems this will be the version I have to use for a while because my hosting company uses an older version of php.