drupal-modules
Drupal Development : Should I use the built in content type or create my own content type?
I want to create an online Arabic-Hebrew Dictionary for one of my clients and this is my first experience in Drupal Module Development. If I were to create the Dictionary in custom PHP and MySQL, I wo[详细]
2023-04-13 03:48 分类:问答My Form Submit Function Is Not Working
I\'m developing a custom module for Drupal 6, that creates a simple form. My problem is that the submit function is notbeing called/processed!!! Here\'s my code:[详细]
2023-04-12 23:08 分类:问答Add radiobutton to hook_form
I want to add radiobuttons to my module. How can I add using Add radiobutton to hoo开发者_如何学运维k_form?function mymodule_some_form($form_state) {[详细]
2023-04-12 20:28 分类:问答How activate Privatemsg Module to all users?
I just enabled the Privatemsg Module in my Drupal 6. I would like to enable this module to all users, who join in the website. But the registered users cannot see the \"Write new message a开发者_运维知[详细]
2023-04-12 07:04 分类:问答file save upload in Drupal renames to txt for js files
I am using IMCE for file uploads for css and js changes , but whenever i upload js it gets renamed to .txt files . I looked up the code and in开发者_运维知识库 upload submit in imce it uses drupal API[详细]
2023-04-11 19:50 分类:问答Making sense of print_r output
There are cases when the output for print_r is very complicated, long and hard to read, e.g. objects, nesting arrays开发者_JS百科, nesting objects, nesting arrays,...[详细]
2023-04-11 18:42 分类:问答Drupal views 2 API
I would like to create a custom views, because some database fields are not accessible by drupal views UI. I just exported an existing view into a file called my_module_views_default.inc that contains[详细]
2023-04-11 09:59 分类:问答Drupal 6 module install file not creating tables in database with Different table name
I\'m using the following code to create a database schema using the .install file in drupal-6 function myModule_install() {[详细]
2023-04-11 08:18 分类:问答Drupal Module: PHP: Object Oriented: Galatranet Leave Management System
I have to tweak this module so that it will not deduct employee\'s leave when it comes to Saturday, Sunday and public holidays. I have my way around php but I have no idea when it comes to object orie[详细]
2023-04-10 12:36 分类:问答Drupal displaying "region" instead of content everywhere?
My completely finished website started displaying \"region\" in all the regions instead of the content. This was shortly after I enabled \"Calendar Multiday\" so perhaps it was related (although I hav[详细]
2023-04-10 08:24 分类:问答