After I set Autosubscribe for all the users. The system sometimes failed to send a notification to the user when someone made a comment to his/her post. Can anyone help?
It seems to me that the current version of Subscriptions Module (for Drupal 4.7) cannot let the administer to administrate users' subscriptions. A web site may want to have the control on what content a user can subscribe, say base on certain category.
I have developed a module that adds many database fields to node in the mynodehook_load($node) function.
It reads several business database tables to get the data. This is working well.
Now I would like to use the contributed module view.module to build a view that references some of the properties in the $node.
I would like to be able to create a column from $node->date_rejected for example.
I cannot find an example or documentation on how to add custom data fields to the views admin tool so I can choose the field as a column number.