This commit is contained in:
Oliver Davies 2017-07-11 18:57:51 +01:00
parent 0692d8ff00
commit 47e2ffcfda
247 changed files with 409 additions and 383 deletions

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>Change the Content Type of Multiple Nodes Using SQL</h1>
<p class="posted">1st July 2010</p>
<p class="posted text-light">1st July 2010</p>
<p>In this post, I will be changing values within my Drupal 6 site's database to quickly change the content type of multiple nodes. I will be using a test development site with the core Blog module installed, and converting Blog posts to a custom content type called 'News article'.</p>

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>Create Virtual Hosts on Mac OS X Using VirtualHostX</h1>
<p class="posted">2nd July 2010</p>
<p class="posted text-light">2nd July 2010</p>
<p>This isn't a Drupal related topic per se, but it is a walk-through of one of the applications that I use whilst doing Drupal development work. I assume, like most Mac OS X users, I use <a href="http://www.mamp.info/en/index.html">MAMP</a> to run Apache, MySQL and PHP locally whilst developing. I also use virtual hosts in Apache to create local .dev domains which are as close as possible to the actual live domains. For example, if I was developing a site called mysite.com, my local development version would be mysite.dev.</p>

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>Add a Taxonomy Term to Multiple Nodes Using SQL</h1>
<p class="posted">7th July 2010</p>
<p class="posted text-light">7th July 2010</p>
<p><strong>Update:</strong> This can also be done using the <a href="http://drupal.org/project/views_bulk_operations">Views Bulk Operations</a> module.</p>

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>Review of the Teleport Module</h1>
<p class="posted">12th July 2010</p>
<p class="posted text-light">12th July 2010</p>
<p>As a heavily-reliant <a href="http://en.wikipedia.org/wiki/Quicksilver_%28software%29">Quicksilver</a> user on my MacBook Pro, I was glad when I found the <a href="http://drupal.org/project/teleport">Teleport</a> module for <a href="http://drupal.org">Drupal</a> <em>(due to Elliott Rothman's <a href="http://twitter.com/elliotttt/status/18044234238">tweet</a>)</em>.</p>