drupal-modules
How to add comments to Drupal 7 in PHP using Drupal Services Module
As far as I know, Drupal Services Module can allow PHP scripts to communicate with Drupal7. But how to add a comment to a post using this module?[详细]
2023-04-09 22:27 分类:问答Drupal autocreate custom content type on registration
I have created a new content type for storing additional user data (outside of the standard profile) page. This content type is only viewable by the user and the admin.开发者_C百科[详细]
2023-04-09 03:46 分类:问答How create a views showing sponsored user profile field
I created a profile field called Sponsor name, who sponsor or introduce him into the website. The sponsor must be a user in the website. A user can spons开发者_开发知识库or any number of users to the[详细]
2023-04-09 03:18 分类:问答how add a form in views
I created a views showing user details, and i would like to show this views by date-wise. I want to create a starting date and ending date 开发者_开发知识库(January 1 2011 to February 25 2011),then cl[详细]
2023-04-09 01:50 分类:问答My first try to output my Drupal7 module as a custom block failed
This is my first try to create a Drupal module: Hello World. I need it to have it displayed as a custom block and I found this can be implemented by 2 Drupal7 hooks: hook_block_info() and hook_block_[详细]
2023-04-08 16:52 分类:问答Drupal 7 Bugtracker module?
I need a Bugtracker / Issuetracker module for Drupal 7. All i\'ve found is Support Ticketing System. But its a bit buggy, always tells me \"You must select a client\" (user rights are configured开发者[详细]
2023-04-06 21:48 分类:问答Using a Drupal module in a multiuser environment
I have seen some Drupal modules (Drupal Rooms and Hotel Booking System for Ubercart) that offer the functionality I want but only to the site admin.[详细]
2023-04-06 09:15 分类:问答Drupal theme function is not called?
I am new to Drupal and trying to create a theme function that create a little iframe for my videos. I am calling the function in my menu callback function. The problem is that the theme function is no[详细]
2023-04-05 12:35 分类:问答drupal User profile changes
is it possible to get the updated fields wh开发者_Python百科en a user updates his profile.ie If he updates first name and last name then i want that both fields only.[详细]
2023-04-05 05:38 分类:问答How to control node/content access in drupal 6.X?
I had a site created in drupal 6. All its contents are placed as Page Nodes. I created a user with editor role and given following permis开发者_开发技巧sions[详细]
2023-04-05 01:52 分类:问答