A Drupal user wanted to know how to remove a field from a Views Exposed Form Filter in their Drupal filter. If you are faced with the same question with a View in your Drupal site then read on to know the solution.
A Drupal user encountered a situation in a View in their Drupal site where some of the fields disappeared after enabling the "Use Aggregation" option in the View. To be more specific the User Roles disappeared after enabling "Use aggregation" in the View. If you are facing the same issue with Drupal Views in your Drupal site then read on to know the solution.
If you need to deliver a custom tailored home page to a user visiting your Drupal website based on their actual physical location you need to need to match their ip addresses with their actual physical location. There are many third party services that provide this functionality and you need to use the API key provided by them in your Drupal application. If you need to know how to get IP address and Country code from an API key to be used in your Drupal application then read on to know more.
As a Drupal developer you might have come across a Drupal multisite installation in which the different sites were connected through symlinks. As a developer you often need to create a local installation of a live Drupal project to make the required changes before pushing it to the live version of a site. If you are facing the same situation in your Drupal site and would like to know how to create a local installation of a Drupal multisite project connected through symlinks then continue reading to know more.
We are offering summer internships for MBA students at Zyxware for the 2013 summer break. Internships are available specifically in the areas of Market Research, HR Process Audit and Costing & Pricing. Interested applicants please send your C.V and a covering letter to [email protected] with subject line: MBA Internship - 2013. The last date to receive applications for this internship program is January 31, 2013.
Suppose you have a checkbox in a Drupal webform that needs to be validated before submitting the form. You may be familiar with Drupal form validation but you can add validation using Javascript too. If you have a Drupal form in your Drupal website and want to know how to add Javascript validation to a checkbox to a Drupal form then read on
Drupal does not provide the option to disable the confirmation mail that is send to a user after they have successfully completed registration in a Drupal site. However there is way to disable the mail using custom PHP code. If you are facing such a scenario in your Drupal site then read on to know how to disable the Drupal registration email in a Drupal 6 website.
We have faced a situation in one of our Drupal sites where we needed to disable a Drupal block that was being displayed using Contexts. The block had to be disabled for all nodes that contained a particular taxonomy term. If you are facing the same situation in your Drupal site which is using Contexts and are looking to know how to disable a block on a node with a particular taxonomy term via Contexts then continue reading.
This is a script to create a particular directory under all subdirectories in a parent directory. Consider the case when a parent directory consists of more than 100 folders and you want create a new folder under all these directories, with the same name. Doing this manually would be a mess. This script would help you do this in no time.
These are the steps for executing the script:
First, add the exact path where the parent directory is present, and the name of the folder that is to be created.
A large number of websites on the web today have some kind of slideshow in them and they are probably using a library like jQuery to create the slide effect. When there are 10 images cycling in a slideshow, you might want to shuffle the order of the slideshow a bit. If you have a slideshow in your Drupal website and want to know how to change the order of the slideshow on every pageload then continue reading to know more.
When we have a multi site Drupal installation, we might have to set a default theme for each site. The easiest way of setting a default theme for each Drupal site is by setting the theme from the settings.php file. If you are having a Drupal multistie installation and want to know how to set a default theme for each site in a Drupal multisite installation the continue reading.
Lenovo has launched 5 new Android Smartphones, K860, S880, S560, P700i and A60+ in India.The K860 is the high-end Smartphone with a 1.4 GHz quad-core processor, Android 4.0 and a 5-inch (720 x 1280 pixels) IPS display, while the A60+ is their affordable entry-level Smartphone comes with a 3.5-inch display, Android 2.3 and a 1 GHz processor. The prices are given as follows..
Model: Lenovo K860
Did you know that year 2013 is the first year after 1987 which had all its digits as distinct. Did you know that Oct 1582 had 10 days removed from the month to adjust for the shift in the year? Did you know that Sumerians had calendars way back in 4000BC?. Here are some interesting pieces of information about the history of calendars.
A Drupal user was a facing a peculiar situation in their Drupal site in which they had to show nodes greater than a particular date in one of their Views. They needed to pass a date via the URL to the Views contextual filter. If you are facing the same scenario in your Drupal site and want to know how to pass a date via URL to a Views Contextual filter then continue reading.
A number of Drupal users were getting the following error message on their Drupal site when trying to edit a term reference field. "EntityMalformedException: Missing bundle property on entity of type node. in entity_extract_ids() ". If you are facing a similar message in your Drupal site then continue reading to know the solution.
Many Drupal users looking to enhance their multi language Drupal experiences have wanted to know how to translate Views field labels. If you are facing the same situation in your Drupal site then continue reading.
A Drupal user facing a few errors in Drupal Views wanted to know how to edit the View without the preview to fix it as it was preventing them from fixing it since the error messages were coming up in the preview. If you are facing a similar issue in your Drupal site with Drupal Views then continue reading to know the solution.
File upload fields are one of the most vulnerable elements in a Drupal form, highly prone to hack attempts. So these have to undergo thorough rounds of testing to make sure the data that goes in is perfectly safe.