When I create a new Drupal site I usually end up with at least one custom module and several community contributed modules. To get the site working as it should, many configuration values need to be s
I have installed Drupal 6 and have the \"Printer, e-mail and PDF versions\" aka \"Print\" module installed.
I thought i could use the \'attributes\' feature for this, but unfortunately the way it displays the cost for each item is too limiting. How do I group products together in ubercart (e.g. a group of g
I have built a tabbed menu in my custom Drupal 6 module. I want to position an html dropdown list to the right of the tabbed menu at the top of my module page. The list will fire some ajax events on c
I have a form \'pub_form\' which has function $form[\'#theme\'] = \'publication_order\'; so in module file, i defined function theme_publication_order($element), but the function
I have a basic Drupal 6 site on a shared hosting environment. The site has been running fine for about a month.
I am working on a custom module with multi-page form on drupal 6. I found that #default_value is not working when my \'#type\' => \'textfield\'.
I\'ve got a site with tags like robotics, programming, simulation,开发者_如何学C quizzes etc. and I want to limit the number of links being displayed for a certain tag to a number. For example if ther
I have two content types, book and chapter.Each chapter node contains a node reference of the book to which it belongs.I have created a view which displays the title of each chapter for a given book.W
I have a created a view (lets call it my_view). In the theme: information section if the view I have noted one of the suggested template names (views-view--my-view--default.tpl.php (or close to that)