Are there any companies around that specialise in custom Drupal module development??
I have been speaking to the company we have used in the past for custom web development and reading between the lines they are playing catch up when it comes to Drupal so I am interested to see if there are any other companies around that will be able to help..
I have the superfish menu working, but I can only see all of my menu tabs when I am logged in as the admin. Only half of them appear when I am logged out as a regular visitor. How do I changed these permissions? Im not even sure if this is the problem. Thanks
I need to create a Sql SELECT to the Drupal Database with the data
inserted by the user with the webform submit.
I would like to modify the SELECT that query the DB
when I click "view your previous submissions".
Where do I find this SELECT?
In hook_form_alter I would like to add some ajax on the title field. But it looks that the callback function define is never called, even if I see the spinner with "Please wait..." text and a HTTP request done in firebug !
I was wondering if it is possible to create a 'subnode' and calculate a value in a CCK field that is based on a value that is in the main node.
I'm trying to create a productdatabase where I can add subproducts based on the main product. The main product often is a box with multiple products in it. E.g. the main product is a box with 6 bottles of wine, however I would like to create a subproduct of it (e.g. just 1 bottle). In this example the price of the subproduct must be calculated (price mainproduct / 6).