Views, Pathauto and contextual filters

Views, Pathauto and contextual filters

My question is rather simple, but I didn’t manage to find anything that can help. Summary of my setup : Pathauto Views Entity Reference So I have various custom content types, which I want to organize using views. But for SEO reasons, I want them to use... read more
Views, Pathauto and contextual filters

Views Infinite Scroll and back button issue

I am using Views Infinite scroll module, Drupal 7. When i click on an item and go to next page and then click Browser back button, it takes me back to the start of the page. When i click browser back button, i want the user to go back where he clicked/ or where he was... read more
Views, Pathauto and contextual filters

Integrating external web application

I have an existing web application written in Flask. I want to create a Drupal site that integrates this existing web application, so that the existing webapp will just be a back end, and the Drupal site will contain all the forms that submit data to the web app and... read more
Views, Pathauto and contextual filters

Display message instead of redirecting to Access Denied page

I’m using Commerce Auction module for an auction site. I want to display a message when the auction time out occurs for a certain product and at the same moment the user clicks on place bid tab. Scenario: Created an auction item Started bidding with different... read more
Views, Pathauto and contextual filters

How to manage video content including chapter markers and CC

I’m building a site that has 46+ videos associated with it. I’m using Mediaelement.js. Each video has at least two language .srt files, a .vtt chapter marker file and two video sources, mp4 and WebM. My project mananger says, “do it how ever is... read more
Views, Pathauto and contextual filters

Add to cart form AJAX not working when loading a product display via AJAX

I am trying to create “quick buy” functionality. I have a product listing and a customer is able to click on “quick buy” for that product and then I want to be able to load up a view mode for that product display in an overlay which has a few... read more
Views, Pathauto and contextual filters

How can I get a default value in a dropdown using form API?

$results = db_select(‘users’, ‘u’) ->fields(‘u’,array(‘name’,’uid’,’mail’)) ->execute(); $options = array(); foreach ($results as $result) { $options[$result->uid] =... read more
Views, Pathauto and contextual filters

Content Region Not Displaying

I’m relatively new to Drupal and am just squashing bugs on my first site. I have a region that I declared in my theme.info file: regions[alert] = ‘Sitewide Alert’ and I have a block that has a custom template block–alert.tpl.php with some... read more
Views, Pathauto and contextual filters

View displays only the title

I’ve got a view for the content type article to display them. I’d like it to display the full content or the teaser. As a format I’ve chosen unformatted list. But whatever I choose (rendered entity/display suite/teaser/full content) I will only see... read more
Views, Pathauto and contextual filters

Print Main Menu inside a block

Very new to Drupal–trying to understand building a dynamic navigation menu for end users to handle. Is it possible to print the Main Menu inside a block I’m using for the header? e.g. <nav id=”main-menu” role=”navigation”... read more
Views, Pathauto and contextual filters

Migration of multi-value pictures to user fields

I need to migrate from a WordPress site to a Drupal 7 site where users could upload their own images (like multiple user pictures). I have a CSV file with the User’s ID and a serialized array containing the filenames of uploaded pictures (no, really). Users have... read more
Views, Pathauto and contextual filters

How do I enable the browser spell checker in WYSIWYG editor?

I want to use the in-browser spell checker within the Drupal 7 WYSIWYG editor, which is currently disabled by default. I found this post but the settings aren’t availble in my Drupal module. When I go to Home » Administration » Configuration » Content authoring... read more
Views, Pathauto and contextual filters

How to render / preprocess list of entity reference nodes?

I hove a content type that editors can ‘attach’ related nodes to. When I ‘theme’ / ‘style’ nodes of this content type through view mode everything is basically fine: the related nodes are rendered as teasers and I can style them as... read more
Views, Pathauto and contextual filters

Entity form in ctools modal popup, whilst passing in values from current node

I need to open an entityform in a modal popup. I have got this working using ‘Modal operations’‎ and ‘Modal forms’ modules following this guide: http://julian.pustkuchen.com/en/comment/reply/599. My link looks like the following: <a... read more
Views, Pathauto and contextual filters

Reload page after applying commerce coupon

I’m quite obsessed on one page checkout using drupal commerce kickstart. I’m using commerce coupon(wonderful module) and we all know that there’s a possibility that the order total price could be zero if you we apply a 100% coupon module. I see this... read more
Views, Pathauto and contextual filters

How to insert line breaks in views global custom text field?

My view renders plaint text output – no HTML allowed. I want to format my fields with n line breaks. How do I do that? read more
Views, Pathauto and contextual filters

How do I add a flat rate?

I have installed the following modules in an existing Drupal site. Commerce and Commerce UI Customer and Customer UI Price Line Item and Line Item UI Order and Order UI Checkout, Payment, Product Product Reference Cart and Product Pricing Tax Product UI Tax UI Payment... read more
Views, Pathauto and contextual filters

Clean url for custom query parameters

I have a custom filter form in my site and the form submitted by the filters adds 2 Get variables to the url. However, the variables appear in the form of: http://example.com/newpage?param1=a%2Cb&param2=c instead of:... read more
Views, Pathauto and contextual filters

Filter date from current date to upcoming 7 days?

I have a week type calendar view. It currently displays form SUN to SAT of the current week. But I need to display it starting from current date to current date + 7 days How can I achieve this?. I am using Calendar Module and created a view using it. My view is... read more
Subscribe/unsubscribe user from mailchimp list after purchase

Subscribe/unsubscribe user from mailchimp list after purchase

I am using mailchimp 7.x 3.3 Module and ubercart is integrated for role selling, also I have rules module installed. I have users subscribed to the mailchimp list, my requirement is when a user from my list purchase any order he should be unsubscribed from one list... read more