开发者_如何转开发I am now working with skinr module in drupal. As i am a newbie i can\'t able to get how it works and what is the starting point of skinr.
I\'m using drupal 6, i\'m a beginner at drupal module development. I try to implement the assignment algorithm, to assign a student to an internship. I have created a simple module, with a block, menu
Update I\'m new a drupal developer, I have retrieved my node \'Student\' and \'Internships\'. that\'s not the problem. From my node \'Student\' I retrieved some values: name student, first name stude
I have the following 2 array\'s, I want them display in a table. The problem is he prints 1 value 20 times to my screen. I added a for loop but didn\'t solve my problem? What could be the reason?
I have retrieved the content type Student from my database in my module开发者_JAVA百科 with PHP. How can I save this content type, like a view, and store it into my database? I use drupal 6.You can ex
I made a module with a simple menu structure. I am able to programmatically retrieve开发者_Python百科 a view of all my students in PHP. Now, I want to return all the students on a page in a simple tab
I am looking for Advance search module that\'ll expose CCK fields for search. I know using Views2 we can expose the CCK fields as a filter. However its not possible to convert CCK text fields as check
I have two fields I want to fill with the exactly same values; users should fill only one. I also have a function which 开发者_如何学Pythonchecks if the second field is empty. Is there any change in h
开发者_JAVA技巧I created a basic module with a block (I liked node_import to). Now I want node import also linked in the settings page in (admin/content/myModule), myModule is the module that I create
Is there any module which list the related nodes based on the title and body at the time of creating new node, So that the user can set multiple related node.