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
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:
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) {
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开发者_运维知
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
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,...
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
I\'m using the following code to create a database schema using the .install file in drupal-6 function myModule_install() {
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
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