Blogs
Drupal Upgrading from Drupal 4.7.3 to Drupal 6.10
Submitted by GeorgeS on Wed, 06/03/2009 - 12:37- 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
- GeorgeS's blog
- Login or register to post comments
- Read more
Drupal adding own css class in taxonomy terms links
Submitted by GeorgeS on Wed, 06/03/2009 - 12:32Hi 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...
- GeorgeS's blog
- Login or register to post comments
- Read more
Drupal Ubercart indexing
Submitted by GeorgeS on Wed, 06/03/2009 - 12:26If 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,
- GeorgeS's blog
- Login or register to post comments
iphone Outlets
Submitted by GeorgeS on Mon, 05/18/2009 - 12:44Outlets 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
- GeorgeS's blog
- Login or register to post comments
- Read more
Drupal Install FCKeditor Using WYSIWYG API
Submitted by GeorgeS on Fri, 05/15/2009 - 12:31By 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.
- GeorgeS's blog
- Login or register to post comments
- Read more
Installing Drupal right
Submitted by GeorgeS on Sun, 03/29/2009 - 12:17I have been asked recently what is involved in installing Drupal.
So what is involved in installing Drupal exactly?
Creating a MYSQL Database
- GeorgeS's blog
- Login or register to post comments
- Read more