This is just a run through list on importing existing HTML content into Drupal.
In my case I have a lot of RTF content that I convert into basic HTML. I then want to import that HTML content into Drupal and incorporate it into the existing site structure.
Not coding in CSS on a permanent basis means that there are some things that always trip me up when I flop back into CSS. And 0 height divs are the main offender.
PhpBB has no option to email moderators with the current status of the moderation queue. The following modified script sends an email with the current mod queue.
I often want to view font characters such as dingbats that do not map directly to the keyboard. The character viewer is obviously the utility to call upon but I keep forgetting how to display the characters (glyphs to be more accurate) for a particular font.
The solution is simply to select Glyph from the view pop=up menu in the tool bar. The Glyph Catalog will be displayed allowing the glyphs to be displayed for a particular font. The problematic font can be selected and the required glyph inserted.
We have a Drupal installation with a git repository in the Drupal root folder at .git. Further development is required so we want to clone our repository, make our changes and then push the mods back into the main repository before merging.
The first step is to create a branch, say new-dev, to work on.
The o2 mobile broadband PAYG package is appealing but the distributed software dislikes OS X 10.6
There is some guidance from o2 but I found that the MobileConnect app simply could not detect the o2 branded Huwaei device despite the recommended multiple installations of the driver package.
Note that this applies to CCK overrides too. So if a CCK template file is overridden you must copy the original CCK template out of the CCK module and into your theme template folder.