


How do I create an instance of an entity with all its fields attached?
I am trying to create an instance of ‘commerce_customer_profile’ entity with all the extra fields of the customers address. I am doing this inside a FeedsProcessor that will import users and their addresses from Magento. I don’t want to have to... read more
User reference and Views 3 and Panels 3
i have the follow installation: Drupal 7.12 Views 3 Panels 3 I have an content type with the follow fields: User name (textfield) Job Function (textfield) User reference (Reference Field) I filled the content type with: Username: Test Job function: CEO, user... read more
Drupal 7, Faceted results from Search Form
I hope this is not a duplicate of something as I’ve been searching for hours and I’m pretty confused. So what I need to do is to have a Search Form/Block like the one the core uses (I’ve already themed it so if I can use the same one would be... read more
CSS-tags added using Display suite on products disappears
Using Display Suite to format output of entity product from Drupal Commerce. HTML- and CSS-tags added by “Expert” formatting tend to disappear when products are viewed using display-nodes. In this case its a image-field with n-number of images that... read more
Adding translation files to install profile?
I am building a Drupal installation profile to make deployment of my site easier, ideally I would like to include the translation files to the install profile as well. But apart from adding the core translation files download to the makefile, is there a way to somehow... read more
Vertical Tabs in Panel Pages
I am trying to have three forms available to the public on my site and would love to have them configured in in the vertical tabs layout. Initially I was going to have them available through node/add/form but I have since decided I would rather have them in a panel... read more
Import the content of a HTML page with XPath HTML Parser
I would like to import a specific item from an HTML page, and I want to get the "Uptime" column. I installed XPath HTML Parser and configured it; when I run it on a node, I put these details: XPath HTML parser Settings: Context:... read more
"b.handleError is not a function" on image remove/upload
I was not able to upload/remove CCK field images from the UI; when I looked at the console in Firebug, it said, “b.handleError is not a function.” When I look for this error on Internet, I keep getting redirected to http://drupal.org/node/1064890, but this... read more
Merge multiple block views to a single jump menu
I want to implement a jump menu with a list of three different vocabulary terms grouped by each vocabulary name. If I make only a single view all the terms are shown correctly but I would like to be grouped by their vocabulary names. I thought that I could have this... read more
Taxonomy view doesn’t display products
This is the situation. I have a product type and in this type i use a term reference field. Then i add some products. Next step, i create the product displays using the product reference field (the default one). So far so good. Then i use views and enable the build in... read more
Filter a view basin on information from the currently logged-in user profile (from the Content Profile module)
I have the Content Profile module installed. With this module, each user has one to many locations that are attached to them. These locations are created via the Locs content type. I have another content type (todays_spot) which has a single location, dynamically... read more
how to get content type field name as drop down for filter in view
In Drupal 7.10, I have created new content type with 15 fields and file upload for collecting input from end user(named inputdata). I need to create a search page with content field of “inputdata” (content type) . In views I select the... read more
Load an AJAX submission enabled webform using another AJAX call
I am using Javascript/AJAX to call a path defined in a custom module which loads existing node content for display. i.e. you are at: /custom/path and it makes an AJAX request to /custom/content with arguments to load the content for the page (placed in #main-content).... read more
How to set a mini panel to display node fields?
I want to load node fields into a mini panel, but when I do what I think that I need to do, the mini panel (= MP) is invisible (because the fields aren’t displayed, I guess). So far I have: Added a Content Type Added fields to that Content Type Created a... read more