Add a Folder to an ImageField

Add a Folder to an ImageField

I’m currently trying to setup a picture gallery with Drupal 7. The Gallery module is set up and works, but it needs pictures added to an image field. Since I have thousands of pictures to add, I don’t want to add them one by one. The best solution for me... read more
Add a Folder to an ImageField

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
Add a Folder to an ImageField

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
Add a Folder to an ImageField

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
Add a Folder to an ImageField

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
Add a Folder to an ImageField

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
Add a Folder to an ImageField

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
Add a Folder to an ImageField

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
Add a Folder to an ImageField

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
Add a Folder to an ImageField

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
Add a Folder to an ImageField

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
Add a Folder to an ImageField

How do I import attributes with the feed mapper?

I have a Drupal 7 instance with Ubercart 3, and I’m also using the Ubercart Feed Mappers module to map out the importing of product fields. I have all the fields, images and categories working well, but not attributes. I’ve searched high and low for an... read more