The module which i want to talk about in this post adds the Autocomplete feature to the CCK Text/Number fields. Continue reading Drupal – Autocomplete CCK Text and Number Field
Tag Archives: Drupal
Drupal – “Paypal does not allow your country of residence to ship to the country you wish to” in Ubercart Paypal Payment
If you get the following error whenever u try to complete the payment of PayPal Website Payment Standard.
- Paypal does not allow your country of residence to ship to the country you wish to
Drupal – Create a Drop Down Menu
If you want to create Drop Down Menu without working on the Javascript code, you could consider the Drupal Fusion theme + Drupal Skinr module. Continue reading Drupal – Create a Drop Down Menu
Drupal – Quicktabs Translation
If you could not find the Quick tabs tab name in the Translate Interface. you can add the following function in the template.php. Continue reading Drupal – Quicktabs Translation
Drupal – Panel Pane Title Translation @ 2
Another way to translate the Panel pane title is by the Drupal template system. Create the panels-pane.tpl.php in your theme folder.
panels-pane.tpl.php Continue reading Drupal – Panel Pane Title Translation @ 2
Drupal – Panel Pane Title Translation @ 1
In Panel page, we can configure the pane title at the content page. Continue reading Drupal – Panel Pane Title Translation @ 1
Drupal Fusion Theme – Customize Grid Definition
I always install Fusion theme as base theme in Drupal development. It supports a 960px fixed width and a 100% fluid theme. 960px theme is very common now but what should we do if we want to define our own fixed theme? Here is a very good tutorial i found @ fusiondrupalthemes.com Continue reading Drupal Fusion Theme – Customize Grid Definition
Drupal – Delete all orders in Ubercart
I have created so many testing orders in the Ubercart during the development. So before i migrate the site to production, i have to clear all the testing orders. This could be done by deleting the order one by one through the View orders page.
But i got more than 100 testing orders and obviously the above method is not clever enough. Continue reading Drupal – Delete all orders in Ubercart
Drupal – Cron problem with drupal_goto() in hook_nodeapi()
One day, i found the the Drupal cron job failed to run. There was no error log and after i clicked the run cron manually in the status report, it was redirected to a specific node. This redirection was previously added by me in hook_nodeapi() such that under certain conditions, that specific node is displayed. Continue reading Drupal – Cron problem with drupal_goto() in hook_nodeapi()
Drupal – CCK Checkbox
In the content type setting, add a new CCK field as follow.
Continue reading Drupal – CCK Checkbox