faqing's blog

Display/hide block by Taxonomy terms with a certain URL path in Drupal 6

Display block by Taxonomy terms with a certain URL path

How to input Romanized Pali and Sanskrit (letters with diacritic marks) in Openoffice.org 3.2 in Linux and Windows

Openoffice.org 3.2 comes with two useful features:

  1. Alt keys can be used as shortcut keys.
  2. Open type fonts (otf) support

Ubuntu 10.04 for Buddhist Studies DVD

How to Update SopCast Player Channel Guide if sopcast.com is blocked.

Thailand recently blocked sopcast.com, people here cannot update its Channel guide.

You can download the attached file "pySopCast.db" below and put it in the directory: /home/user*/.pySopCast

Change owners/groups in Ubuntu

To change all files/folders recursively in subdirectory myfolder:

$ chown -R newowner:newgroup myfolder/

To change all folders:

$ chown -R newowner:newgroup */

How to show/hide block for centain type of contents in Drupal 6

Show Block for Specific Content Type (my case is thai)

<?php
  $node
= node_load(arg(1));
 
$type = $node->type;
  return
in_array($type,array('thai'));
?>

How to hide a node title created from the Panel node in Drupal 6

I use panel node to control frontpage, but I don't want to display the title.

Install Ubuntu 10.04 in Dell Mini 12

1. Download Ubuntu 10.04 and install in your Dell Mini 12

2.Install wireless driver

Menu -->Administration -->Hardware Drivers
search hardware and enable

Santavana.org

Website: santavana.org
Developed based on Drupal 6.16

DjVuLibre Djview can be used to Convert DjVu to Tiff

I was looking for a tool to convert a single DjVu file (with 17000 multiple pages) to a single tiff file. It took me a long time to find the tool: DjVuLibre Djview 4.5 is the best.

Syndicate content