
想用 Drupal 來開網路商店? 當然可以!這本以 e-Commerce 模組為基礎的 Drupal 書籍,將介紹如何處理資訊流、金流、物流,替你的 Drupal 網站帶來$$

想用 Drupal 來開網路商店? 當然可以!這本以 e-Commerce 模組為基礎的 Drupal 書籍,將介紹如何處理資訊流、金流、物流,替你的 Drupal 網站帶來$$
早在Drupal 4.7的時候,David Mercer所寫的《Drupal: Creating Blogs, Forums, Portals, and Community Websites》廣受好評。他在原有的基礎上,為Drupal 6又再寫了一本。內容包括:
本書可供初級和中級Druper參考。
出版社網站:http://www.packtpub.com/drupal-6-create-powerful-websites/book
作者的聲明:New Drupal Book Published: Building Powerful and Robust Websites with Drupal 6 by David Mercer

Practical Drupal: Evaluating and Using a Web Content Management System
by Niall Mansfield
看來要明年才會出,希望有中文版同步上市XD
Lullabot - We're Writing the O'Reilly Drupal Book!!!:
Practical Drupal will be a project-based, guided tour of the best contributed modules, along with instructions about how to combine them to make useful websites. The topics covered will be appropriate for everyone from the complete newbie who knows nothing about Drupal (we'll have a chapter to get you up to speed), to the site builder who's done a couple Drupal sites and wants to know how to take their skills to the next level, to the uber-hacker who wants to know a couple of advanced tricks. This how-to/recipe-style book will focus on several common types of Drupal sites and offer step-by-step instructions on how to build them from scratch.
國外有本新書上市,期待國內也能有這類書籍出現!
1. How Drupal Works
繼續閱讀 »
2. Writing a Module
3. Module-Specific Settings
4. The Menu System
我希望使用者可以自由新增book的子頁面,
而且我也已經打開了所有有關book的權限加上node的"access content"權限,
可是在新增子頁面時還是會顯示access denied。
新增子頁面的位址:node/add/book/parent/*
我去查了一下book_menu函式,
這個位址應該是對應到node/add/book這個path,所需要的權限是'create book pages',
一本英文的工具書新出爐,定價24.99歐元:前陣子Jimmy給我一個程式碼,可以用來顯示某文件底下的目錄(b.parent是該文件的nid):
<div class="subpage">
繼續閱讀 »
<?php
$result = db_query('SELECT n.nid, n.title, b.parent FROM {node} n INNER JOIN {book} b ON n.vid = b.vid WHERE b.parent = 2 order by n.changed');
while( $n = db_fetch_object($result)){
最新回應
23 小時 13 分鐘 前
1 日 4 分鐘 前
1 日 2 小時 前
1 日 2 小時 前
1 日 7 小時 前
1 日 13 小時 前
2 日 6 分鐘 前
2 日 44 分鐘 前
2 日 12 小時 前
2 日 15 小時 前