Drupal

Get expert advice on building, customising, and maintaining websites using Drupal, one of the most powerful CMS platforms.

1 Click Systems Installation

20 May 2024

Switchweb makes it incredibly easy to set up and install systems with our 1-click installation feature. No need to worry about complicated setups or technical know-how. With just a single click, you can have your desired system up and running in no time. This streamlined process saves you time and hassle, allowing you to focus […]

Backdrop CMS Hosting: A UK Guide

12 January 2024

Backdrop CMS is an open-source CMS built as a more straightforward, lightweight alternative to larger platforms like Drupal, aimed at smaller organisations that want Drupal-style structured content without the same level of complexity. What Backdrop CMS offers Structured content types: Define custom content structures, similar in spirit to Drupal but with a simpler learning curve. […]

PHP MYSQL Hosting on Switchweb

10 October 2023

When it comes to web hosting, particularly for sites that run on a PHP MySQL stack, choosing the right hosting provider can be a critical decision for the success and performance of your website. Switchweb stands out as a promising option for developers and businesses looking for reliable, performance-oriented PHP MySQL hosting. In this article, […]

JQuery Not Working in Drupal 7

28 February 2011

If when converting a theme to Drupal 7 you get the following Javascript errror in your JQuery: $ is not a function This is because Drupal 7 improves compatability with other Javascript libraries so you need to put the following wrapper around your code: (function ($) { //your existing code })(jQuery);