在drupal 使用bbclone
如題
我在官網找到bbclone的安裝方法
http://drupal.org/node/43840
不過沒有效果
請問有人有裝過嗎??
- 閱讀更多關於在drupal 使用bbclone
- 發表回應前,請先登入或註冊
如題
我在官網找到bbclone的安裝方法
http://drupal.org/node/43840
不過沒有效果
請問有人有裝過嗎??
当我采用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出錯,不能使用,請大家幫看看是哪里的問題
[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");
在page.tpl中,只要有
<?php if ((arg(0) == 'node') && is_numeric(arg(1))) { ?>
<?php }; ?>
控制的,就只顯示在【全文視圖】,如果沒有,就在【全文、摘要上都顯示】,怎麼控制只在【摘要視圖】上顯示呢?程式碼應該怎么寫?(【摘要視圖】應該叫做teaser視圖吧)
附:用了下面這個方法,不行
<?php if ( !( (arg(0) == 'node') && is_numeric(arg(1)) ) ) ?>
先謝了
Drupal 官網上有篇文章 "Drupal's New Theme: It's Everywhere!",提到 5.0 的全新版型 Garland,被轉換成 Wordpress 可以使用的版型。
互通有無本來是件美事,不過原作者 Steven Wittens 有點失望,因為 Drupal 5.0 還要好陣子才出,如今版型被 Wordpress 先拿去用,會削弱 Garland 版型與 Drupal 的形象聯結。
当我们使用search时会在search页面上出现两个search 输入框,本站的search页面也是一样,也有两个search输入框
如附件那样,如果想去掉在search页面中的高级search上面的那个search输入框应如何做,谢谢
在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放在此处却无法认出,是还需要其它设定吗?
有那位仁兄对此有严究的请指点一二,谢谢
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
距離 Beta 1 發佈還不滿一個月的時間,Drupal 就發佈了 5.0 Beta 2,處理了超過160個 patch。5.0 正式版上線時間仍未定,翻譯檔案也尚未釋出。
下載試用:
http://drupal.org/files/projects/drupal-5.0-beta2.tar.gz
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....
/************************
» quote | 367 閱讀次數
/************************
上面的阅读次数,使用那个模组,谢谢各位指点
> 原文出於 https://drupaltaiwan.org/node/509 討論串
真的耶!果然是這個問題。
不過TKY是用了找網管去改php.ini之外的方法。
使用CCK建立了一個新的content-type,添加Text-Text Field
發表了一篇文章,顯示在teaser和node body都是全部的內容
怎麼修改和page node/story node一樣,顯示一部分內容,然後顯示“閱讀更多“呢?
謝謝
在drupal 5.0上使用修改的theme
theme下所有文件编码采用utf-8 如: page.tpl.php 等文件采用utf-8 这样的好处是我可以直接在里面写中文,
但这样一来,theme的其它地方都正常就是在导航处显示为如下的东东:
Home ? Administer ? Site building
>号全都变成了?
这个如何解决?
谢谢各位,帮助看一下 对了.数据库也采用utf-8编码