Monday, November 9, 2009

Flashnode and AmfPhp for Drupal

3H ITek Studio: Flashnode and AmfPhp for Drupal

Flashnode : a drupal module to ease the placement of swf file into the contents

Amfphp source files: server side main program to help creating rich contents

Amfphp plug-in files: plug-in shell to embed the Amfphp source files into the "Services" module

Services : a drupal module for web services related tasks
..\services\servers\amfphp :plug-in files
..\services\servers\amfphp\amfphp : source files

[ref]
"Flash with drupal," by Travis Tidwell, [Packt], 2009

Sunday, May 31, 2009

File Extentsion Add for File Upload setting

Site configuration -> File uploads ->

  • Maximum width and height for uploaded images(w*h)
  • Default permitted file extensions
  • Default maximum file size per upload

  • 可以限縮上傳影像大小 (e.g. 640x480)
  • 可以增/刪/修 允許上傳的檔案副檔名
  • 可以改變 上傳檔案的容量限制

Monday, April 13, 2009

How to quickly add reference to internal links ?

[Q] How to quickly add reference to internal links in an article?

[try]
  • node reference explorer [ http://drupal.org/project/nodereference_explorer ]

  • http://drupal.org/project/freelinking
    install "FreeLinking" module, enable it, configure it,  Permission,  and
    Filter(InputFormat) : 
    Site Configuration -> Input Format -> Configure to add FreeLinking filter

  • http://drupal.org/project/linktocontent
    [need TinyMCE and not applicable to drupal 6.x yet]