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.
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.
1. I've a phpBB forum (2.0.19) and Drupal 5.1, is there any way to migrate existing users from phpBB to Drupal (I read a lot this day but my knowledge didn't grow, instead I was very confused)? I also created some own profile fields which I wanted to integrate to drupal, too. I read - Drupal and phpBB, two philosophies.. but my users unfortunately can't live without this phpBB and with all the Mods I've no idea how to integrate all this stuff at once to Drupal.
I develop a module which has 7 nodes and a menu have 7 submenu. What can i do to meet these following requirements :
1. There is a choice list which has a lot of choices which are specials code.
2. If i choose a code, it will affect the view of 7 tabs.
For example ,if i choose code "Apple" , it will present some information about "Apple" if i choose menu "What", .If i choose menu "Buy",it will list information of who buy it. So on.
3. All the unauthorized user can access it . ( I think this is affected by hook perm).
I absolutely love the book review module and I was wondering, is there any simple way of changing the titles of the fields so I could use it in a game review website instead? If possible could someone point in the direction of how I could go about this, Maybe a code example?