drupal
Processing RSS feed content in Drupal
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[详细]
2023-04-13 09:44 分类:问答Maximum execution time of 30 second exceeded in c:\wamp\drupal\includes\database.mysqli.inc on line 114
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.\'[详细]
2023-04-13 08:24 分类:问答How to apply template (tpl) file for email message body
I\'ve this mail function in my custom module function mymodule_mail($key, &$message, $params) { switch ($key) {[详细]
2023-04-13 08:00 分类:问答Using views to find list of users nearby using location in arguments
I am using drupal 6.X I am creating an api through views and views data开发者_运维技巧source module[详细]
2023-04-13 07:31 分类:问答Drupal 7 Node --> Fields Mapping In Database
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[详细]
2023-04-13 07:30 分类:问答Drupal 6.x php input format
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[详细]
2023-04-13 07:09 分类:问答Drupal: Showing nodes related to a profile when a cck field of those nodes have the profile nodeid of that user
I need to show all nodes of a specific nodetype, related to the profile node of each user, inside a certain page.[详细]
2023-04-13 05:47 分类:问答drupal 7 alternative for hook_widget
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.[详细]
2023-04-13 04:28 分类:问答Anyone know how to add a field or column to the /ADMIN/CONTENT listing page? DRUPAL 7
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.[详细]
2023-04-13 04:22 分类:问答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 分类:问答