Drupal Technical
| 1
min read
For a recent Drupal project there was a requirement to find the pages that a user visits on the site and send that to Google Analytics. Here, first we should save the page links that the user visits. But for this we need,
HR
| 1
min read
Deleting a content type in Drupal 7 is very simple. We just go to admin/structure/types and click delete button of the content type which we need to delete. But in the case of Ubercart, there is no delete link in product content type (admin/structure/types). So how we can delete this?
Impact Services
| 2
min read
The Webform Insightly module is used for the integration of unsightly CRM with webforms. This creates a new contact for each web form entry of our site. It adds opportunities for every subsequent entry of the contact. In this module, all configurations can be done from the admin side and any number of webforms can be added to the configuration. Here there is another option to import the Webform Insightly configuration in JSON encode format and similarly export the saved web form unsightly configurations.
Drupal Technical
| 1
min read
In one of my recent project I had a task to create a content type with a select list field of all image styles. But how can we get all image styles in Drupal? In Drupal there is an option to create different image styles using a module 'image'. Image module allows users to upload images into Drupal with proper permissions along with this its thumbnails and additional sizes are created automatically. Image module also gives an image_styles() function that can be used to get all image styles and their settings.
Drupal Technical
| 3
min read
Now all themes are in responsive manner. Bootstrap is the one of the best responsive theme. Its the good starter theme for Drupal 7. It has a lots of specific styles for every designs and we can create a subtheme from Bootstrap theme. It also become a good responsive theme.
Drupal Technical
| 2
min read
My last work was related to theming a Drupal website. While theming I've faced a major issue ie., in different OS and different browsers the styling of pages have slightly different changes .
How to solve this issue?
Drupal Technical
| 5
min read
Drupal 8 is new version of Drupal. It is very different from All old Drupal versions. There are lots of new feature in Drupal 8. As you know Drupal8 is based on symphony framework. Are you excited to know what's new in Drupal 8? I have listed out some features below:
Drupal Technical
| 3
min read
Needing a Ubercart module that will calculate the shipping price for various regions depending upon the total weight of the products ordered. Ubercart shipping module is an interface to add different shipping providers. It's worth mentioning what we're trying to achieve here. Cotswold Seeds wanted to provide a single shipping cost for every order, as depending on shipping address, the order value and weight, they have the responsibility of selecting the shipping carrier.Only a single shipping quote is ever going to be provided for each order, because The user would not be given a choice here.
Drupal Technical
| 3
min read
Jmscroll is a simple jQuery infinite scroll plugin which observes the scroll event and loads the next set of content If it available. It is a another type of Philip Klauzinski's jscroll Plugin. We can use this jQuery Plugin for various variety type of scrolling sites.
Drupal Technical
| 2
min read
Drupal 7 comes with two primary options for e-commerce websites: Commerce. Commerce is new for Drupal 7 and redefines the way Drupal handles the e-commerce. Selecting correct e-commerce module suite for your webshop is an essential starting point. Commerce is an exciting entry to the Drupal shopping cart category written by some of the same developers who previously managed Ubercart.