HuongLe's blog

admin
2012-05-09 10:50
| 0 Comments

 Add this code to template.php file. And clear cache after all.

Drupal
admin
2012-05-09 10:22
| 0 Comments

 It's verry easy! You need only copy jcarousel-view.tpl.php file and put it in [themes]/[your-theme]/templates/ folder. Then edit code as below:

 

Drupal
admin
2011-06-16 16:38
| 0 Comments

If you want to display the top-level terms of a given vocabulary, create a "term" view ("View type: Term") with these basic settings: a field for "Taxonomy:Term", an argument for "Taxonomy: Vocabulary ID"

Drupal
admin
2011-05-28 14:52
| 0 Comments

There are many reasons to integrate your Drupal site with Google map (GMap). You can create a business directory with company contacts and locations, or a list of local restaurants with directions. Good news is that it can be achieved using Gmap and Location Drupal modules. And we will show you how to use Gmap and Location modules in Drupal in this article.

Drupal