This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Adminstrate Subscriptions for Users

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.

Remove Preview button in custom node

Is there a way that I can remove the preview button in my custom node?

When I send the user to the add screen, i use this function:

function weblinks_form_weblink_user() {
drupal_goto("node/add/weblinks", $query = "ref=user");
}

The only way I can think of is hacking the core code...

please help...

view.module and custom node fields

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.

phpBB user-login integration and own locations on a GoogleMap

Hi there, I've two questions:

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.

How can i do this ?

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).

Customizing the Book Review Module

Hello everyone,

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?

Many thanks for your time

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions