Cool New Changes at Dropbucket.org
Hi everyone, hope some of you had/having a great time at DrupalCon Portland. Since I could go I decided to do something useful and apply to Dropbucket Drupal Snippets Repository some new ideas I had in...
View ArticleUsing Hash Value (track_changes) To Detect Source Data Changes in Migrate for...
When you import data with Migrate (http://drupal.org/project/migrate) it is nice to have ability to update already imported data if source has changed. To track updated data Migrate uses highwater...
View ArticleMigrate Module Caveats. May Save You Some Time... and Hair
While working with Migrate and Migrate 2.6 beta 1 I stumbled upon several undocumented "surprises" which are hopefully going to be documented, but so far, you can spend lots of time trying to figure...
View ArticleLet's Drup Up The Week. Issue 8
The 8th issue of the weekly Drupal news roundup is out! In the issue: new versions of Drupal 6, 7 and 8, performance tips, recruiting tips, drupal snippets, tutorials and award winning music video for...
View ArticleLet's Drup Up The Week. Issue 9
There are so many useful Drupal tutorials and information in the 9th edition of my weekly Drupal round-up, that you can easily spend a week reading all this! Here are the main highlights: porting theme...
View ArticleLet's Drup Up The Week. Issue 10
Today we have a little anniversary: today is 10th issue of the weekly Drupal news roundup "Let's Drup Up The Week"! And this week, everything is small and simple: not much material and all tutorials...
View ArticleLet's Drup Up The Week. Issue 11
This is the 11th issue of my weekly Drupal roundup "Let's Drup Up The Week". In this issue you'll find out how to: sync sites with Drush, add pseudo fields to nodes and entities, setup PHPStorm and...
View ArticleLet's Drup Up The Week. Issue 12
Ho ho ho! 12th issue of the weekly Drupal roundup "Let's Drup Up The Week" is out! This pre-Christmas issue is packed with tutorials and useful Drupal 8 tips including blocks, forms and pages in D8,...
View ArticleLet's Drup Up The Week. Issue 13
This is the 13th issue of the weekly Drupal news round-up and the last one in the year 2013. The last week was pretty silent and it was hard to find something interesting, but in the end I've managed...
View ArticleFind Out Form ID Easily with Get Form ID Module for Drupal 7
"How to find form id in Drupal" is one of the most popular questions, especially for the beginners.More experienced developers know that to find form id you need to either look into the DOM source code...
View ArticleCool New Changes at Dropbucket.org
Hi everyone, hope some of you had/having a great time at DrupalCon Portland. Since I could go I decided to do something useful and apply to Dropbucket Drupal Snippets Repository some new ideas I had in...
View ArticleUsing Hash Value (track_changes) To Detect Source Data Changes in Migrate for...
When you import data with Migrate (http://drupal.org/project/migrate) it is nice to have ability to update already imported data if source has changed. To track updated data Migrate uses highwater...
View ArticleMigrate Module Caveats. May Save You Some Time... and Hair
While working with Migrate and Migrate 2.6 beta 1 I stumbled upon several undocumented "surprises" which are hopefully going to be documented, but so far, you can spend lots of time trying to figure...
View ArticlePoor man's VPN for Web Developers or Make Remote Server Local Or How To Make...
"Woa, what a long title", you must say. Yes it is and it deserves that for sure. But at first, please answer this question: "How many times you've been forced to work on client's server, because of the...
View ArticleFive Resources To Learn Drupal PHP
I often get emails from beginner Drupal developers asking "Where to learn PHP for Drupal or Drupal PHP?". Actually, "Drupal PHP" is an interesting term, that in the language of beginners means "how to...
View ArticleFixing Views' Scroll to Top When You Have a Fixed Header
Drupal Views offers us a cool feature: ajaxified pagers. When you click on a pager, it changes the page without reloading the main page itself and then scrolls to the top of the view. It works great,...
View ArticleReplacing Menu Item Visibility module with custom "in code" solution
I'm a big fan of fighting with Drupal's inefficiencies and bottlenecks. Most of these come from contrib modules. Everytime we install a contrib module we should be ready for surprises which come on...
View ArticleDjango Messages and Bootstrap 3
To make Django messages look nice in your bootstrap 3 template you need two things:Python and DjangoTags djangoRead more about Django Messages and Bootstrap 3Add new comment Read on about Django...
View ArticleHaystack Search Pager
To make haystack search pager place nicelly with other get parameters, we can do something like this:Python and DjangoTags djangoRead more about Haystack Search PagerAdd new comment Read on about...
View ArticleSorting on chardfields in Haystack and Elasticsearch
Current version on Haystack (2.10) combined with Elasticsearch produces weird results when you want to sort search results on charfield, the issue has been reported here...
View Article