Wednesday, December 31, 2008

Drupal and Flash

SWFAddress模組: 把 SWFAddress library(by Asual)與 SWFObject 包成一個 Drupal 模組?
Services模組
AMFPHP模組


[ref]
http://boston2008.drupalcon.org/session/druplash-and-druplex-content-managed-flash-and-flex-sites-powered-drupal


http://drupal.org/project/swfaddress



http://www.asual.com/swfaddress/

Sunday, December 28, 2008

Aggregator所加入的block 只顯示在admin的頁面

[Q] Aggregator所加入的blocks, 只顯示在admin的頁面, 其他使用者看不到?

[sol] 檢查 User Permission 設定.


//===
[Q] The blocks created from the feed of Aggregator only show on admin's page,
other users cannot see the blocks, why?

[sol] chk User Permission for Aggregator.

Monday, December 15, 2008

How to login when site was put into offline-mode?

[Q] How to login when site was put into offline-mode?

[sol]
0. try http://ursite.com/?q=user/ to show login box
1. if login successfully, goto Administer -> Site configuration ->
Site maintenance -> restore site to online mode

Separate Admin theme from user-browsing theme

Admin theme would better be fixed to 'Garland' by
Site configuration -> Administration theme -> choose non-default theme(Garland is recommended)

user-browsing theme is changed by
Site building -> Themes -> check default to the desired theme(say Pushbutton)
(after saving the change, the message is shown like the following:
"Please note that the administration theme is still set to the garland theme; consequently, the theme on this page remains unchanged. All non-administrative sections of the site, however, will show the selected pushbutton theme by default. "
)