At work I was tasked with altering an article node for Nativo. What is Nativo? Nativo is the leader in true native advertising: brand content served within publisher editorial streams, matched to the look and feel of each publication, fully integrated and consumed on the publisher site, across screens to deliver: Higher engagement rates for …
This is just going to be a super quick post. I’m running Mac OS X Yosemite and MySql 5.6.25. I was having problem with importing a SQL file in to it. I was running the following mysql -uroot mydatabasename < prod-database-backup.sql and it would get to the same point each time at 80k line and …
Webform doesn’t come with the body field by default. We’ve gotten very used to this field being in every content type that it might be nice to add it; drush php-eval ‘$types = node_type_get_types(); node_add_body_field($types[“webform”], $label=”Body”);’
I’ve been programming with Drupal 7 for almost 2 years now. By no means this means I’m an expert but it has been a nice journey to learn this open source CMS (Content Management System). It’s very powerful, has at least 3 different ways to do the same thing, is nearly limitless with the right …
Have you ever converted or upgraded a custom D6 module to D7 and you felt like a hero? Well now you can feel like an idiot as there is an online tool that does it for you. Free online tool that takes your Drupal 6 based custom module code and makes a first pass attempt …
I’m working on getting an existing site that’s using Drupal 7 up and running on my local 10.7.5 Mac. Unfortunately it is throwing a lot of errors that memcache is not installed. Well don’t worry, I found an easy and quick why to install memcache on to Lion. Install PECL If you have pecl installed …