Planet Drupal

How to Dynamically Submit a Form from Within Drupal: Robotize your Drupal Form Submissions

Syntax highlighting using the CKEditor, GeShi Filter and Drupal

I was trying for some time to get PHP syntax highlighting working in my blog posts.

I finally found a tutorial that helped me integrate syntax highlighting into CKEditor, using the GeSHi filter.

The tutorial even teaches you how to add a CKEditor plugin, something I didn't know how to do because I'm not familiar with the API.

Thank you, Peter Petrik.

How to add trackbacks to your drupal blog

images.jpg

Time for a trackbackattack!  (Yes, I like saying that).

What are trackbacks?

A trackback, also called a pingback, is a way of:

Add searchable, SEO-able URLs to your Drupal site

drupal-pathauto.jpg

http://www.pressreload.com/index.php?q=node/1

Node 1?  Huh?  It sounds like a Borg designation off Star Trek.

Web pages in Drupal are initially addressed this way because:

Categories and tags are a blog's best friend

Drupal Blog - Tags and Categories

My old blog used Wordpress, and I wanted to carry over Wordpress's categorization methods into Drupal.

It wasn't hard.  Drupal's taxonomy system made it easy.

There are two kinds of taxonomies I wanted to add:

How to install Google Analytics on Drupal

  1. Go to http://www.google.com/analytics/.  Sign up for a Google account if you haven't already.
  2. Sign up for Google Analytics.  You can do this by selecting Create New Account from the drop-down selector in the upper-right corner.

Adding image attachments

Photo by Randy Son Of Robert

They say a picture's worth a thousand words. 

Well, it isn't as far as google's concerned when indexing the text on your site.  But a focused image will make your blog post more attractive and inviting to read.

If you've travelled the drupal.org website at all, you've noticed small images and screenshots right aligned with the content, like the one found here.  These images were added using the Image Module.

Uploading files and photos with the IMCE media manager

imce.jpg

This post assumes you have installed CKEditor in Drupal as your HTML editor.

I've examined a lot of free web-based media managers.  Many don't work.  Many are hard to integrate.

Drupal has only one media manager (please correct me in the comments if I'm wrong).  It's called IMCE.  I don't know what IMCE stands for, but you can find out everything it does in the project's features list.

Using the CKEditor to edit HTML on your Drupal Blog

Installing the CKEditor

I was surprised that Drupal, advertised as a content management system, does not ship with an HTML editor.

I do understand why there isn't one enabled by default.  We use Drupal because we can set it up the way we want it.  Everyone has their own preferences, and when it comes to an HTML editor, I have mine.  Whenever I set up an HTML editor for a client at work, I use CKEditor.

Creating new blog in Drupal 6

Drupal

To start off this series on how to use drupal, this drupal blog tutorial will show you how to use drupal modules to build a drupal blog.  It is geared toward drupal 6.  You will find everything you need to get drupal setup for blogging.

What you need before creating a new blog

This article assumes you already have the following hurdles out of your way:

Syndicate content