Blogs

Drupal Upgrading from Drupal 4.7.3 to Drupal 6.10

  • mysqldump the data from the old DB
  • mysqldump the data from the old DB
  • Mysql import the data to the new DB
  • Install version 4.7.10 (No contrib module code).
  • Execute update.ph

Drupal adding own css class in taxonomy terms links

Hi want to add some own css class in taxonomy terms links (depending on vocabulary), and change links order (depending on
vocabularies too).

"How?" is the question!

- link_alter hook doesn't seem to be the right place because I don't find any param to add css class, and it doesn't play with
links order.
- it's possible to modify $terms html string in the preprocess_node function (in template.php), but it's doesn't sound like a
clean way... 

Drupal Ubercart indexing

If you ever have problems with Ubercart sites not being indexed for searching. Ensure you have access control modules installed and the node access table is rebuilt,

 

iphone Outlets

Outlets are instance variables that are declared using the keyword IBOutlet. A declaration of an outlet in your controller's header file might look like this:

 

IBOutlet   UIButton   *myButton;

 

The IBOutlet keyword is defined like this;

 

#ifndef IBOutlet

#define IBOutlet

#endif

 

Drupal Install FCKeditor Using WYSIWYG API

By installing the wysiwyg module on your site you can easily integrate your drupal site with wysiwyg editors like TinyMCE , markitUP and FCKeditor. This really does simply the process of installing these editors. This allows on your drupal site the ability to edit comments and make postings  alot easier using standard formatting.

How to install a wysiwyg editor on your drupal site. 

Installing Drupal right

I have been asked recently what is involved in installing Drupal.

So what is involved in installing Drupal exactly?

  • Create MySQL and a user with full privileges to only that database. You can do this in one of three ways - using a control panel provided by your hosting company ( like cpanel ) , using phpMyAdmin ( recommended), or using the command line.
  • Download Drupal, and unpack the tarball. Again, you have several options for making this happen. You can use FTP, download it via the command line, or use CVS.
  • Make sure the settings file is filesystem-writable.
  • Point your browser at the Drupal installation.
  • Create your first users.
  • Creating a MYSQL Database

    Syndicate content