Displaying Sort Links with a Views Area Plugin
Views is a powerful and highly popular feature in most Drupal sites. For today’s blog post, we're going to look at how to create a Views Area plugin that will display sort links at the top of the page.
Welcome to our growing knowledge base.
Views is a powerful and highly popular feature in most Drupal sites. For today’s blog post, we're going to look at how to create a Views Area plugin that will display sort links at the top of the page.
Web Directions covers a lot of ground when it comes to design and technology conferences within Australia. Right now they have seven conferences targeted towards designers, developers, leadership, product and culture.
Web Directions Summit is the big one — it's their conference that brings the whole team together. This year it was held in Sydney at the fantastic new International Convention Centre (ICC) in Darling Harbour.
I recently had the pleasure of presenting my session 'How Drupal Contribution leads to Success' at Drupal South Canberra 2018.
Drupal adoption is still growing, but can the contributors keep pace? In this session I looked at how organisations can really benefit from contributing to Drupal.
Drupal allows writing tests for installation profiles. A profile can have sample content which is created during installation, like umami in Drupal core. Drupal allows writing tests for modules as well. A module can also have sample content which is created during installation or config import.
Drupal Testing Traits allows writing tests for an already installed site. A site with content types and content. You can write tests for the all the pages in your site in different viewports and test user interactions aka JavaScript tests.
Update: Re-published for DrupalSouth 2018 edition
The PreviousNext team are sponsoring and helping to run the sprint day on Wednesday, December 5th 2018, and there are a few things you can do now to hit the ground running on the day.
As part of the session I presented in Drupal Europe, REST Ready: Auditing established Drupal 8 websites for use as a content hub, I presented a module called “Entity Access Audit”.
Last week I had the privilege of attending and speaking at my first UX Australia conference. This year it was held at the Grand Hyatt in Melbourne.
UX Australia is the largest conferences in Australia for our industry — there were 850 of us running around apparently — so it was only appropriate for the keynote speakers to be industry heavy-hitters.
With big names like Steve Portigal (California), Lauren Currie (NOBL Collective) and Alan Cooper (The "Father of Visual Basic") floating around, the bar was set very high and it did not disappoint.
Allow sitebuilders to easily add classes onto field elements with the new element_class_formatter module.
Malicious users can intercept or monitor plaintext data transmitting across unencrypted networks, jeopardising the confidentiality of sensitive data in Drupal applications. This tutorial will show you how to mitigate this type of attack by encrypting your database queries in transit.