您在這裡

5.x

URL aliases 问题

winner's 的頭像
winner 在 2006-12-15 (週五) 22:35 發表

当我采用pathauto自动产生别名后,发现URL aliases 管理那里没有分页,也没有多选功能.管理起来很麻烦,各位大大,有没有能分页管理URL aliases 的模组呢,谢谢

另就昨天没看官方的站点,rc1也出来了.呵..好快

Rejoice fellow Drupalites! After just two betas we present you the first Drupal 5 release candidate (RC1).

Download it from: http://drupal.org/files/projects/drupal-5.0-rc1.tar.gz.

有段程式碼,我本地是MYSQL5 測試一切正常,傳到伺服器MYSQL4出錯,不能使用,請大家幫看看是哪里的問題

葬月's 的頭像
葬月 在 2006-12-14 (四) 02:02 發表

有段程式碼,我本地是MYSQL5 測試一切正常,傳到伺服器MYSQL4出錯,不能使用,請大家幫看看是哪里的問題

[code]<?php
if (user_access('access content')) {
$result = db_query("SELECT d.tid, d.name, MAX(n.created) AS updated,COUNT(*) AS count FROM

{term_data} d INNER JOIN {term_node} USING (tid) INNER JOIN {node} n USING (nid) WHERE

n.status = 1 and d.vid=1 or vid=2 or vid=3 or vid=4 or vid=5 or vid=6 or vid=7 or vid=8 or

vid=9 or vid=10 or vid=11 or vid=12 or vid=13 or vid=14 or vid=15 GROUP BY d.tid,d.name

ORDER BY updated DESC, d.name");

關于<?php if ((arg(0) == 'node') && is_numeric(arg(1))) { ?>

葬月's 的頭像
葬月 在 2006-12-14 (四) 01:53 發表

在page.tpl中,只要有

<?php if ((arg(0) == 'node') && is_numeric(arg(1))) { ?>
<?php }; ?>

控制的,就只顯示在【全文視圖】,如果沒有,就在【全文、摘要上都顯示】,怎麼控制只在【摘要視圖】上顯示呢?程式碼應該怎么寫?(【摘要視圖】應該叫做teaser視圖吧)

附:用了下面這個方法,不行
<?php if ( !( (arg(0) == 'node') && is_numeric(arg(1)) ) ) ?>

先謝了

Drupal 5.0 版型與 Wordpress

charlesc's 的頭像
charlesc 在 2006-12-13 (三) 18:42 發表

Drupal 官網上有篇文章 "Drupal's New Theme: It's Everywhere!",提到 5.0 的全新版型 Garland,被轉換成 Wordpress 可以使用的版型。

互通有無本來是件美事,不過原作者 Steven Wittens 有點失望,因為 Drupal 5.0 還要好陣子才出,如今版型被 Wordpress 先拿去用,會削弱 Garland 版型與 Drupal 的形象聯結。

drupal beta2 的site下的all目录

winner's 的頭像
winner 在 2006-12-04 (週一) 17:09 發表

在drupal beta2的改变中有一条是在sites目录下加了一个all目录

all目录下的readme.txt内容如下:
This directory should be used to place downloaded and custom modules and
themes which are common to all sites. This will allow you to more easily
update Drupal core files.

根据我的理解,这里应存放自定义的模块及theme以便很容易的更新drupal的核心文件,

但我把自定义的model放在此处却无法认出,是还需要其它设定吗?

有那位仁兄对此有严究的请指点一二,谢谢

drupal beta2 安装时出现错误,这是为何?

winner's 的頭像
winner 在 2006-12-03 (周日) 20:43 發表

Warning: Field 'pages' doesn't have a default value query: INSERT INTO blocks (module,delta,theme,status) VALUES('user', 0, 'garland', 1) in C:\www\Apache2\www\includes\database.mysql.inc on line 167

Warning: Field 'pages' doesn't have a default value query: INSERT INTO blocks (module,delta,theme,status) VALUES('user', 1, 'garland', 1) in C:\www\Apache2\www\includes\database.mysql.inc on line 167

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\www\Apache2\www\includes\database.mysql.inc:167) in C:\www\Apache2\www\includes\bootstrap.inc on line 735

Announcing Drupal 5 Beta 2

winner's 的頭像
winner 在 2006-11-29 (三) 10:07 發表

Welcome, ladies and gentlemen, to the second beta release of the most exciting Drupal yet: Drupal 5.0 beta 2! You can grab it while it's hot at:

http://drupal.org/files/projects/drupal-5.0-beta2.tar.gz

You can read about the new features present in Drupal 5.0 in the beta 1 announcement. Since beta 1 we have fixed a ton of bugs, having reviewed and committed over 160 patches, more than five every single day. So many thanks to you for the testing, the bug hunting, the patches and reviews. Please keep up the good work and help us turn this beta 2 release into a release candidate; we still need your help! Read on to find out how....

CCK一直存在的問題,至現在5.0也未更新,尋求解决方法

葬月's 的頭像
葬月 在 2006-11-25 (週六) 00:47 發表

使用CCK建立了一個新的content-type,添加Text-Text Field
發表了一篇文章,顯示在teaser和node body都是全部的內容
怎麼修改和page node/story node一樣,顯示一部分內容,然後顯示“閱讀更多“呢?

謝謝

这是怎么回事 字符显示问题

winner's 的頭像
winner 在 2006-11-15 (三) 17:42 發表

在drupal 5.0上使用修改的theme

theme下所有文件编码采用utf-8 如: page.tpl.php 等文件采用utf-8 这样的好处是我可以直接在里面写中文,

但这样一来,theme的其它地方都正常就是在导航处显示为如下的东东:

Home ? Administer ? Site building

>号全都变成了?

这个如何解决?

谢谢各位,帮助看一下 对了.数据库也采用utf-8编码

頁面

訂閱 RSS - 5.x