drupal

Disabling price cache in UberCart?

How do you disable the caching of selling price in UberCart? ...

Drupal Override Custom Menu Template

Hi Guys, I created a custom menu called "sub-top-nav" and now I'd like to override the html output. In particular I would like to add an unique class to each item like. This is how it looks atm: <div class="clear-block block block-menu" id="block-menu-menu-sub-top-nav"> <div class="content"> <ul class="menu"> <li class="...

Cannot see anything from #prefix and #suffix fields

I placed some table tags in #prefix and #suffix fields of the $forms array, but i cannot see anything in rendered page, why? ...

Grouping a Views table.

I followed a simple Views Relationship example where I created a content type called Departments which has a User Reference field called employees, which can have multiple employee selected. You can see the view settings here; http://files.nicklowman.co.uk/movies/images/view.png The View then displays a table of Departments and Users wh...

Drupal removing pointless span classes

I am working on a Drupal site here: http://selkirk.treethink.net I have a couple modules that are firing out an insane amount of span classes, which you can see in the source code there. Nice menus is one of these and is causing 60% of them. I need to prevent these modules from doing this but I can't seem to find the code that's doing...

Cannot enable Clean URLs on Drupal after upgrading from 6.12 to 6.15

Dear All, I have a setup with Drupal 6.12 installed on Ubuntu 9.10. It took me a while to figure out how to enable the Clean URL... but after I upgrade from 6.12 to 6.15... the radio on Clean URL was disabled and I tried so many different ways I found from google and drupal.org and was no help... Can someone please tell me is there i...

*Simple* FLV player (no logo, no advertisement)

hi, I'm looking for a simple FLV player for my flv videos on Drupal. I just want Play / Pause Button, mute volume option and eventually progress bar... (without logo or commercials) thanks ...

DRUPAL: combine CCK image and videos in a common ordered list. Possible ?

hi, I'm working on multiple videos and images page on Drupal. I would like to know if I can combine Video and Image CCK fields in back-end content type pages, in order to assign them a common mixed order, when I have multiple images and videos. ps. I don't want to create a node for each image/video, I prefer to use the CCK fields, sin...

DRUPAL, video module: manually upload thumbnails

hi, I'm using the video module on Drupal and it works pretty well. I would like to manually update thumbnails of my videos instead of automatically generate them. Is that possible ? thanks ...

Translate a Field's Label in a Drupal Content Type

I'm trying out i18n with my Drupal 6 content types and the field values get translated ok, but not the field labels. Is there a way to translate this? ...

i18n menu block only apprears in a specific language

I'm trying out Drupal i18n and I have a menu that I'd like to have different items in different languages in. Although I create this menu and assign it to be displayed in the left inside a block, it only appears on a specific language (Spanish). When I select language -> English the menu disappears. Am I doing something wrong? ...

Views doesn't show checkbox fields where answer > 1

I am using Drupal with Views and the extended profiles module activated. To enable users to check multiple areas of interest I also added a module called Profile Checkboxes. It adds the ability to use a free-form list but turns it into either check boxes or radio buttons. This module works very cleanly and did not present errors. But if...

How do I send automated e-mails from Drupal using Messaging and Notifications?

I am working on a Notifications plugin, and after starting to write my notes down about how to do this, decided to just post them here. Please feel free to come make modifications and changes. Eventually I hope to post this on the Drupal handbook as well. Thanks. --Adrian Sending automated e-mails from Drupal using Messaging and Notific...

Execute jQuery function on expanding fieldset in Drupal

I have some very simple jQuery hide/show logic called on a change in select list value in a Drupal form. $(document).ready(function(){ $("#field_id").change(function() { my_hide_show_function(); }); }); I'd like to call this same function when the form is set up, to respond to the default (or previously submitted) value, but ...

How can you implement jQuery code in Drupal pages (for non-coders)

I notice that jQuery 1.2.6 is installed with the latest version of Drupal 6. But it's not called by content pages by default. Assuming I wanted to include a very simple jQuery code snippet (not a plugin, etc.) in a page: I'm looking for a solution for non-coders. And while modifying php files is an option, it's my least desirable soluti...

Google Maps in Drupal: reference to gmap object from JavaScript

Is there a way to obtain JavaScript references to the Google maps that are embedded into Drupal pages by the GMap module? I want to be able to manipulate the maps in these pages. I want to pan and zoom them. But I cannot find a reference to an embedded map object. I've dissected the relevant JavaScript objects Drupal.gmap and Drupal.sett...

Google Adsense doesn't work with Drupal

I tried to configure google adsense on my drupal site. I used two methods. Both of them doesn't work Copied code from google adsense and pasted it in the html source of a left block. No luck Installed adsense and adsense injector modules. Ads still dont appear. pls help -Vivek ...

Drupal 6 views. How to make the views title the node title of the node id argument?

I am using the node id as an argument in a drupal view. However, I want the title of the view to display the title of the node. For example, I have a node with node-id 36 and title "Hello World". The views page url is "example.com/display-node/36" (36 being the node-id passed as an argument). I want the title of the page displayed as "P...

drupal ubercart order update djano

How would you update a django app when there was an order in drupal ubercart. The order details and user information gets carried to django app. ...

DRUPAL: customize dropdown Views filter

hi, I'm using Views dropdown filter (with tags) and it works great. However I would like to customize it in this way: 1 - remove button "Apply" and automatically update Views (at the moment I'm updating it with Ajax) 2- allow my customer to change the order of the dropdown items (specifying top items) 3- select multiple items without...