請問highlighter模組與新版drupal jquery問題..
小弟把程式寫在文章的頁面裡面.(因為不會寫模組=.=...)
1.
目前有個小困擾,那就是程式總要在notepad++之類的IDE編輯器寫好後,再貼到drupal,這樣感覺不是很方便.
我需要的也不是所見即所得...因為那個沒有程式醒目功能.
所以很好奇各位是怎編寫的 ?
2.
drupal 6.x版有內建jquery 1.32
小弟把程式寫在文章的頁面裡面.(因為不會寫模組=.=...)
1.
目前有個小困擾,那就是程式總要在notepad++之類的IDE編輯器寫好後,再貼到drupal,這樣感覺不是很方便.
我需要的也不是所見即所得...因為那個沒有程式醒目功能.
所以很好奇各位是怎編寫的 ?
2.
drupal 6.x版有內建jquery 1.32
how can i add top menu in my web site (like this site)??
thanks
i try to use cck & view modules to create photo gallery
i found the thumbnail image being created & it's fine
but the view only show the title content, no show the thumbnail image (it can show the original image after changing setting)
HELP PLEASE
why can't show thumbnail ??????
小弟想在[建立內容-頁面]的內容裡寫幾個PHP程式,但須要獲取目前登入的帳號資訊....
以下為要顯示session的問題...
<?php
session_start( );
/* 這邊要怎麼呼叫才能顯示現在的登入帳號? */
?>
我於網站樣版中的node.tpl.php去加上印出網站的最後更新日期,但很奇怪的是…有些網站印得出…有些則不行…會變什麼也沒印出
不知是什麼問題…想詢問大家~~>w<~~卸卸
<?php
print t(' ( Last update time ') . ''.format_date($node->changed, 'custom', "D, Y-m-d G:i )").'';
?>
我想要在主選單有個連結顯示最新的幾筆story
如果不用views的話可以簡單做到嗎?
如果一定要用views的話該如何做,我設定了老半天出不來
麻煩各位版上的先進指點一下
感激不盡
after reply in any forum topic, i can't see the reply at all (after logout)
i hope anyone (include no login) can see the reply....
HELP PLEASE
http://www.goldenking.com.tw/
前兩天剛上線的公司形象網站,目前英文版的資料還沒全部上完。
這次配合的設計人員很不錯,整體的感覺很棒~
$(function(){
$('#parser').click(function(){
alert('')
})
})
上面是我寫的語法....我是寫在"新增頁面"裡面.
從編輯模式的"預覽"觀看是有效果的,但在"檢視"下看就沒效果....
請問一下,問題出在哪邊呢 ?
(1) i add menu item
(2) it can go to other page
(3) BUT it show the whole page (not the middle part of the front page)
i am new to drupal, help please
各位前輩好,
今天小弟想來請教大家一個問題,
webform 能不能設定說 使用者必須登入 但不記名?
就像選舉那樣,進場都要先登記確認身分,但不知道誰投給誰?
因為webform 結果裡面都會顯是誰做了什麼,csv下載後也會有,不知道有沒有辦法不讓他顯示?
實作Auto assign role和Content profile模組,後來出現在內容類型中的Content profile頁籤出現了以下的訊息
warning: Invalid argument supplied for foreach() in D:\www\htdocs\succeed\includes\form.inc on line 1207.
有人有遇過以上的問題嘛?
Auto assign role是6.x-1.2版
ontent profile是6.x-1.0版
drupal是6.16版
想詢問大家一個整合問題…
最近在整合calendar程式嵌入在drupal中,如果我以themes的方式去實作的話增加一個.tpl裡面
node.calendar.tpl.php像檔名是這樣子
網址打上http://xxx.xxx.xxx/drupal/node/calendar.php
然後無法顯示頁面…
不知是不是做法錯了?謝謝大家