 
                                        
 
                                        
 
                                        
Menu Block won’t display when a page has a View Block on it
I have Menu Block installed to provide some contextual menus for certain areas of a site. These generally work great. But I have a few pages where I’m adding a Views generated block to the bottom of the page, and on these pages the menu block seems to ignore the... read more 
                                        
How to exclude fields from print page version (html, pdf)?
As in question, excluding node fields from HTML print page is easy via CSS, but what about PDF version (PDF version module)? read more 
                                        
Create a second contact form with redirect after submitting
There is a site wide contact form that’s available on https://example.com/contact. I need to add a second contact form, with some custom fields: name and suggestion. I would also like to have a custom message after the form is submitted. Users go to... read more 
                                        
Upload file and fill in fields in one step; or trigger a rule when a file is uploaded
I want to make use of the Media module and the File entity module to upload files, in particular images, to my site without having to attach them to a node. Solely uploading images works like a charm, as the Media module automatically places an “add file”... read more 
                                        
Must new tables be created in hook_update_N()?
When you create a new table in hook_schema(), should that table be added in a hook_update_N() as well? Or is there some trick, or something I missed, to have databae-updates automatically add tables? The documentation of hook_update_N() does not explain anything about... read more 
                                        
Where are the Page Manager "Caching options"?
In D7 I’m using Ctools, Panels (3), Views, Page Manager etc., but in Page Manager when gear-icon-clicking the content panes I don’t find any “Caching options” as I have seen described. What reasons can there be for this. It’s probably... read more 
                                        
Show tax from shipping?
I’m building on Commerce Kickstart 2. The problem is that for shipping it displays only flat price, there is no tax amount calculated seperately. Is it possible to shipping like: Express shipping subtotal 10€ Shipping tax 23% 1,23€ Total: 11,23€ Or show shipping... read more 
                                        
Paypal express checkout doesn’t add taxes
I am creating a site where they only want to use paypal express checkout (using drupal 7 /Ubercart 3.1). The problem is that it doesn’t display the taxes when processing the order. I know it doesn’t have the address info when it goes to the express... read more 
                                        
How to make the commerce_kickstart distribution fully multilingual?
I just downloaded and installed the Commerce Kickstart 7.x-2.0-rc1 distribution. Now I’m in the process of making it fully multilingual. I have no problem with the products. But I don’t know how the make multilingual the Search blocks (Facet) which you can... read more 
                                        
How to change scheduler date format in *_node_form
When I go to fill a *_node_form I find that Scheduler module only have this date format “Y m d” “H:m:s” and I would like to have “d m Y” “H:m:s”. I’m looking to the module and I don’t find anyway, also , I... read more