Exposed Form Block results on another Panel page

Exposed Form Block results on another Panel page

Using Drupal 7.16 and Panels 7.x-3.3: I have created a View and exposed it’s form in a Block. Then I have created two Panel Pages: /search which displays the Exposed Form Block /results which displays the View’s Content Pane Now whenever I submit the... read more
Exposed Form Block results on another Panel page

How to trigger a form and pass variables to $form_state with jQuery?

What is the way to trigger a Drupal form via JavaScript, and pass new values to $form_state while doing so? I have a main form, which has an element that triggers a jQuery UI dialog with a form in it. When submitting the dialog form, I want to bring the values back... read more
Exposed Form Block results on another Panel page

Migration failed with source plugin exception: SQLSTATE[42S22]: Column not found: 1054 Unknown column

I’m trying to migrate user’s content profiles (Drupal 6) to Profile2’s profiles (Drupal 7) using the example from http://grasmash.com/article/migrate-classes-content-profile-profile2. When I try importing, I get the following error: Migration failed... read more
Exposed Form Block results on another Panel page

Rule to send an e-mail with the URL of an uploaded attachment after node change

I have a Drupal 7 site with a custom node type with a custom attachment field. After a (kind of this custom) node has been published, I got an e-mail with the help of Rules module. I would like to set up an another rule, which sends me an another e-mail, when somebody... read more
Exposed Form Block results on another Panel page

Passing arguments from Panel to View without url or using contextual filter from panel to field of taxomony term within view

Using Drupal 7, Panels 7.x-3.3, & Views 7.x-3.5. I’m unsure the best way to approach what I’m trying to accomplish. I have taxonomy vocabularies classifying people in my department. One example would be fellowships. Within fellowships there are terms... read more
Exposed Form Block results on another Panel page

How do I collect field values of a submitted webform?

I’m trying to integrate a Mailchimp mailing list into Drupal. The Mailchimp list requires: First Name Last Name E-Mail The client already has a list in this format so ideally I need to collect this data in Drupal. I want to have a newsletter block that collects... read more
Exposed Form Block results on another Panel page

How can I users to register with their email only?

I need to force users to register with just their email. I cannot use the Email Registration module, which still sets the username basing on the user name part of the email; in case of conflicts with existing usernames, a number is added. I have a number of subdomains... read more
Exposed Form Block results on another Panel page

Custom user profile displays

I have added some extra fields in User entity like address, twitter account e.t.c. The requirement is that each user should be able to choose whether his profile will be completely public to other users or some fields should be hidden. The user does not get to choose... read more
Internal Server Error with Multiple Tags

Internal Server Error with Multiple Tags

When creating a Drupal view that filters based on multiple tags, I’m getting the following error when I click preview: An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path:... read more
Exposed Form Block results on another Panel page

How to pass the query string used to access a page in a link in a views content pane?

On a views content pane that shows a list of taxonomy terms, is there any way to simply rewrite all the term links such that the query string in the URL with which the page was accessed is appended? I’m using Drupal 7 with Views 3 and Panels 3. I have a views... read more
Exposed Form Block results on another Panel page

Calendar widget link to list a day’s events

I am using the Calendar module to manage an events calendar on a new site. Currently when you click on a day in the widget it takes the user to the calendar page that shows a small list of the titles. Is there a way to create a view that shows all of the days, and... read more
Exposed Form Block results on another Panel page

Views exposed filter resets to first selected value

I have a view on this site’s homepage (at the bottom, under Recent Watsits). http://wats.it/ When you filter by category (term id), it works great – once. After that, it just resets to the first selected filter’s value. If I for example, load the... read more