您在這裡

有關Chat rooms模組的問題

goair128's 的頭像
goair128 在 2007-04-09 (週一) 15:33 發表

加入Chat rooms模組後
沒辦法send 這是什麼樣的原因

或者有人可以提供更簡易的聊天室

謝謝

- if (array_keys($var) === range(0, sizeof($var) - 1)) {
+ // Arrays in JSON can't be associative. If the array is empty or if it
+ // has sequential whole number keys starting with 0, it's not associative
+ // so we can go ahead and convert it as an array.
+ if (empty ($var) || array_keys($var) === range(0, sizeof($var) - 1)) {
$output = array();
foreach ($var as $v) {
$output[] = drupal_to_js($v);
}
return '[ '. implode(', ', $output) .' ]';
}
- // Fall through
+ // Otherwise, fall through to convert the array as an object.

我是用windows XP架的 是把 common.inc檔案裡 +的部份加上去 - 的部份刪掉嗎
假如是這樣的話 我已經做了 但是 還是沒辦法send 苦惱中

大大
這個檔案不完整哦~
後面沒有
?php>

只到
function element_children($element) {
return array_filter(array_keys((array) $element), 'element_child');
}
就停了

要怎麼設定?

我進這個?q=admin/build/block/configure/chatroom/1

在特定頁面裡顯示區塊:
1.在下列頁面之外的所有網頁裡,顯示此區塊。
2.只在下列頁面裡,顯示此區塊。
如果以下的 PHP 程式碼傳回 TRUE (PHP模式,新手勿用),就會顯示此區塊。

是這個嗎?

可是我設定1.2.都不行

我的網站