I want to allow the user to create 10 content nodes on a single page instead of clicking on \"add a new node each\" time. T开发者_如何学JAVAhis is just to save the users time when he/she wants to crea
I am initializing a number of items via hook_menu (Drupal 6) ... $items[\'webtv/block/%/playlist/edit/%\'] = array(
I had been working on module and well aware of hoo开发者_如何学Ck_menu for passing url arguments to call back. For instance:
I\'m using content access module to restrict c开发者_StackOverflow社区ertain nodes and node types for un-registered users.
The new version of the Image module has some components, one of them being image_gallery.module which creates some views and taxonomy for you to use.
I have used Content Profile Module to make a content type of profile. I have then gone to my User management menu -> Permissions menu and given access to the \"testuser\" role to be able to create the
I am using a hook form alter to override the registration process. I want to assign a custom role that i have defined to the new user. How do i get about doing that?
For example I have a role called \"teachers\". For any user that belongs to that role, I want to be able to display a custom profil开发者_Go百科e that is different then the main one. I read at some pl
I\'m adding new content to a node, but I\'m stuck on what to put in #type. I know that when you\'re dealing with a profile page for example, you would put
i am new to drupal , i created a new module base on this example http://api.drupal.org/api/drupal/developer--examples--page_example--page_开发者_运维问答example.module/6/source