随笔分类 -  Drupal

摘要:That is just my method to create the ajax module. Here I will build a module "myajax" and locate it in sites/all/modules/1. Create the .info file, insert the content as below.[代码]2. Create the .module... 阅读全文
posted @ 2010-08-14 23:00 DavidHHuan 阅读(345) 评论(0) 推荐(0)
摘要:1. Install captcha2. Go to admin/user/captcha3. Check "Add CAPTCHA administration links to forms"4. Go to your webform node (just view it, do not edit)5. Expand the "CAPTCHA" fieldset at the bottom of... 阅读全文
posted @ 2010-08-13 14:14 DavidHHuan 阅读(301) 评论(0) 推荐(0)
摘要:Creating radio buttons, checkboxes, and select lists is a little tricky in Webform, since they're all part of the "select" component type. To create these types, follow the instructions below for the ... 阅读全文
posted @ 2010-08-12 19:10 DavidHHuan 阅读(395) 评论(0) 推荐(0)
摘要:1. Set the hosts file.Open /etc/hosts file, add the code as below for example:# drupal127.0.0.1 drupal2.39.lan.gz127.0.0.1 *.drupal2.39.lan.gz2. Set the Virtual Hosts in ApacheOpen /opt/lampp/etc/http... 阅读全文
posted @ 2010-08-05 17:31 DavidHHuan 阅读(1945) 评论(0) 推荐(0)
摘要:When installing Drupal 6.17, I got some errors as below: [代码]It seems that there is not a good way to resolve this via google.com, but that I have a an method.Add a "@" before the ereg(), the code of ... 阅读全文
posted @ 2010-07-22 13:59 DavidHHuan 阅读(295) 评论(0) 推荐(0)
摘要:I have a default site with url www.example.com, and now I want to build another subsite with subdomain mysite.example.com.1. Set the folder of the submain.Create a folder mysite.example.com under site... 阅读全文
posted @ 2010-07-21 17:29 DavidHHuan 阅读(335) 评论(0) 推荐(0)