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>How to Create and Apply Patches</h1>
<p class="posted">10th October 2010</p>
<p class="posted text-light">10th October 2010</p>
<p>To begin with, a download a fresh copy of Drupal 6.19 and created a copy of the original user.pages.inc file. Within the duplicate file, I made the same changes to the function that I did in earlier code, and saved the changes. Now, within my Terminal, I can navigate to Drupal's root directory and create the patch.</p>

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>Create a Better Photo Gallery in Drupal - Part 3</h1>
<p class="posted">13th October 2010</p>
<p class="posted text-light">13th October 2010</p>
<p>The next part of the new gallery that I want to implement is to group the galleries by their respective categories. The first step is to edit my original photo_gallery view and add an additional display.</p>

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>Create a Better Photo Gallery in Drupal - Part 2.1</h1>
<p class="posted">22nd October 2010</p>
<p class="posted text-light">22nd October 2010</p>
<p>Today, I realised that I hadn't published the code that I used to create the total figures of galleries and photos at the top of the gallery (I said at the end of <a href="/blog/create-better-photo-gallery-drupal-part-2/" title="Create a Better Photo Gallery in Drupal - Part 2">Part 2</a> that I'd include it in <a href="/blog/create-better-photo-gallery-drupal-part-3/" title="Create a Better Photo Gallery in Drupal - Part 3">Part 3</a>, but I forgot). So, here it is:</p>