Creating a custom theme in drupal is nearly a simple thing if you are good at css styling. Let us take a walk through the structure of theme implementation in drupal.
My Live Chat provides a Drupal Plugin for collaborating with the Drupal website visitors. My Live Chat Drupal Plugin is fully customizable. It is pretty light-weight and easy to install. This requires only a free account at Mylivechat to integrate with Drupal websites. Also it is a free. It offers fast and high performance live chat solution with the most user-friendly application. It allows to live chat with visitors, monitor traffic, and analyze their activities including their search engine and keyword usage.
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.
Zyxware technologies is honoured to be a part of the prestigious annual event organized by the Indo-Australian Chamber of Commerce on 'Outsourcing and Off-shoring – Opportunities in Australia and the Asia-Pacific Region' held on June 5, 2015 at Hotel Residency Towers, Chennai. Mr. Thomas P. Thomas, CEO, Zyxware technologies, represented the company at the event.
Drupal 8, with its 200 new features and improvements, is sure to win hearts. The latest version of Drupal offers you absolute ease of use, with customizable data structures, listings, and pages, and capabilities to display data on mobile devices, building APIs, and adapting to multilingual requirements.
Drupal 8 is evolving everyday, and we are all very eager to find out how it will change our content managing experience. Here, we have listed out some of the major changes in the content management section of Drupal 8.
After smartphones born, people don't just use desktop computer or laptop anymore to visit the websites. They will go for smartphones, tablets, palmtops and so on. How can we keep design to all these different devices? There is a way, that`s responsive webdesign.As the name tells, its a matter of responding to the site user's device specifics.
I had an issue with the Drupal installation on local setup that the login links are redirected to live. I have changed cookies name and base URL for my local environment, I have also emptied all cache tables, but still it redirects to the live site.
The following procedure I did to get the redirection correctly to my local environment
Cascading Style Sheets (CSS) is a style sheet language, used for describing the formatting of a document written in any markup language. The idea of CSS is all about to enable the separation of document from its presentation which includes the elements such as the layout, colors, fonts and so on.
Let us consider a situation in which we have to use the custom settings that has been done in a drupal site to another drupal site. The common way which is followed in this type of situation is by doing the same custom settings in the new site. But this is not that easy to do. The same situation can be handled by using the 'features module'. The following steps have to be followed in order to use the Features module in Drupal.
Finding the way to store ,distribute and manage the data are big challenge. We know that the building and maintaining our own storage repository is expensive and time consuming. Amazon Simple Storage Service (amazon-s3 is the better way) provides developers and IT teams with secure, durable, highly-scalable object storage
In this article I will introduce you to programatically custom actions for Drupals' Rules module. Updating your events or actions in rules can benefit you widely later, when you start to reuse the rule in the Drupal site or even port them on other Drupal sites.
Usually for loop takes a counter to iterate through the elements. For that you have to initialize a counter, check whether the counter is less than the total element count, then take element from the container and use use it and increment counter.
Social media has emerged as a powerful marketing tool for businesses, as it offers a world of opportunities for companies to implement their marketing strategies and build brand awareness. However, social media platforms do carry certain risks.
If you were given the option to watch either an informational video or read chunks of texts on a website, which would you prefer? Obviously, the video! In fact, online videos are fast becoming a vital source for content marketing. These days, most of the companies across the globe are utilizing the medium, with customers preferring videos over white papers, case studies, and live demos.
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.
If you have a vector and you need to fill it with some predefined data, we have to call push_back() with those data that many times. Its so tiring like the following.
We can upload video to Facebook personnel account or Facebook business page using PHP sdk . Here I am using PHP SDK version 3.2 for uploading process. For downloading PHP SDK go to the link https://developers.facebook.com/docs/php/gettingstarted/3.2.3 and then click download button.
I had a requirement in one of my Drupal projects to post a picture on Facebook automatically. We have many modules in Drupal to be used for the same task but the most simplest way is to use PHP sdk. To auto post a picture on Facebook we need
This article is prepared with the experience of migration on zyxware.com and I have tried my best to generalize it to migrate any Drupal 6 website to Drupal 7. The issues mentioned in these articles, although common in sites that have been migrated, need not be present in yours. Please learn from these articles and keep these articles as a safe practice, not as a guide to migration. Migration is different for every website!