您在這裡

ping.module

Drupaler's 的頭像
Drupaler (未驗證) 在 2006-04-14 (週五) 01:37 發表

呵呵搞不太懂怎麼用!

例如Pinging technorati要如何設定?

像引用別人文章要怎麼通知他人呢?

WP發表文章,有一欄可以輸入對方的TrackBack URI
那在drupal要怎麼做呢?

問的很外行,不好意思^^"

ping不用設定,只要啟動這模組後,它就會自動通知一個叫做Ping-o-Matic的網站,該網站會幫你通知多個ping server,包括technorati:

ping module的說明是這樣寫的:
The ping module is useful for notifying interested sites that your site has changed. It automatically sends notifications (called "pings") to the pingomatic service to tell it that your site has changed. In turn pingomatic will ping other services such as weblogs.com, Technorati, blo.gs, BlogRolling, Feedster.com, Moreover, etc.

freealan's 的頭像

出現以下錯誤

Fatal error: Call to undefined function: tablesort_pager() in /home/test/public_html/modules/trackback/trackback.module on line 425

trackback.module on line 425是

$form[] = array('#type' => 'markup', 'value' => theme('pager', NULL, 50, 0, tablesort_pager()));

我把tablesort_pager()刪掉!變成

$form[] = array('#type' => 'markup', 'value' => theme('pager', NULL, 50, 0));

這樣就可以用了!
呵呵不知道有沒有什麼後遺症?

freealan's 的頭像

呵呵我也搞不懂!就這麼刪了,目前是很正常!撐著用等新版本!

tablesort_pager()為4.6的function
他的用途是讓1,2,3...下一頁這樣的連結可以正常運作~
試試看可不可已到其他頁面,如果正常的話,刪了沒關係

--
from open mind to open source~