Front/Back Office Application Support, C, C#, Perl, Python, SQL, Unix

Drupal iphone

 So, if you want an iPhone-enabled version of your Drupal website, all you have to do is install the http://drupal.org/project/iui   iUI Drupal Theme, and then switch to the iUI theme when the user visits your mobile-enabled website. You could do that by either a small hack in settings.php, or one of the many modules out there that changes the theme based on the user agent or the domain. 

Drupal PayPal

A client of mine had an issue with PayPal checkout option not working correctly. Site with eCmmerce 5.x-3.3, This was working correctly before. The issue was when a customer were sent to PayPal.com they were not presented with an option to pay via credit card. They are forced to login or create a PayPal account. My guess is that the field "PayPal processing URL:" needs to be changed. Which it turn out to be pointing to an incorrect URL.  The answer was to  go to https://www.paypal.com/xclick/

 

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

    Drupal Captcha Mollom

    Mollom is Drupal's Automated Spam Detection Tool, and it is brilliant !

    Mollom is a module that requires an "API" key, a specific Random string of characters to communicate between a website and central reporting server.

    Mollom is a new service started by Benjamin Schrauwen and Dries Buytaert, creator and project lead of Drupal. This automatically scans the content of comments and preventing obvious spam from even being posted to the website.

    Mollom support blocking not just comment spam but also spam from the contact form

    How Google Ranks

    Recently I gave a demo to a client on how to make their site rank high on Google searches. I thought I would share my findings on frontmasters.

    The Route to all good Google ranking is to get a high quantity and quality links to your pages from important , relavant and reliable sources. I have research 3 sections that I believe are the most important tools in order to feature high on Google searches.

  • Page Ranking
  • Syndicate content