Accessibility Page Navigation
Style sheets must be enabled to view this page as it was intended.
Intrafusion » Website Design & Development in Fife
Intrafusion » Website Design & Development in Fife

syntaxhighlighter

Manually Disable a Drupal Module

A situation can arise where you've enabled a module through Administer > Modules (Drupal 4.7 and below) or Administer > Site building > Modules (Drupal 5.x and above), but then because of a fatal error of some kind cannot get back to the modules administration screen to disable it (sometimes you cannot access any pages of your site at all) -- only the error is displayed and nothing else.

This can be resolved by executing the following query in the database (replace module_name with the name of the module you are trying to disable):

BBC Style News Ticker with Prototype or Mootools

We needed to create a BBC style news ticker for a client recently and couldn't find a decent one anywhere, so we decided to create our own:

Usage

Place the following code in the HEAD of your document:

<head>
  <script type="text/javascript" src="path_to/ticker.js"></script>
</head>

You will need to use one of the ticker.js listing below, plus download either prototype.js or mootools.js

ASP and Unicode UTF-8

We were recently working with internationalisation of a client site which needed to support French, Portugese, Spanish and Russian translations of the existing English site. The European translations were pretty easy, but came across some issues with the different character sets and the Russian translation was near impossible as most characters appeared as ?'s.

Syndicate content