Drupal iphone
Submitted by GeorgeS on Wed, 06/03/2009 - 12:57So, 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.
- GeorgeS's blog
- Login or register to post comments
- Read more
Drupal PayPal
Submitted by GeorgeS on Wed, 06/03/2009 - 12:51A 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/
- GeorgeS's blog
- Login or register to post comments
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
Drupal Captcha Mollom
Submitted by GeorgeS on Thu, 03/26/2009 - 18:44Mollom 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
- GeorgeS's blog
- Login or register to post comments
- Read more
How Google Ranks
Submitted by GeorgeS on Tue, 03/24/2009 - 15:54Recently 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.
- GeorgeS's blog
- Login or register to post comments
- Read more