I am currently working with a third party, who provide product information to us in an RSS feed. Our Drupal 6 site imports from each feed (categories, essentially) the RSS stories (products), and dis
When i extract .ZIP files(Modules e.g Ubercart,开发者_StackOverflow中文版cck) on sites/all/modules Folder in drupal 6 and try to enable it from admin->modules and when i click \'save configuration.\'
I\'ve this mail function in my custom module function mymodule_mail($key, &$message, $params) { switch ($key) {
I am using drupal 6.X I am creating an api through views and views data开发者_运维技巧source module
I am trying to figure out how nodes are mapped back to the fields they contain for learning purposes. How is thi开发者_JAVA技巧s done?In Drupal 7 you have entities and fields; fields are attached to e
Updating an inherited drupal site and I\'m trying to add php code to the content body using the WYSIWYG editor.I change the editor to source view and use <?php ?> tags.I also choose php code as
I need to show all nodes of a specific nodetype, related to the profile node of each user, inside a certain page.
I am working on a project where i need to port a custom field created in d6 to d7. This field was implementing a hook_widget.
I would like to add a field / column to the Content Administration Overview page but it appears the easiest theme overrid开发者_StackOverflow中文版e to do this has been deprecated with D7.
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