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.
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.
至於引用,我剛試了一下trackback CVS版,沒什麼問題,有需要的話可以下載試試。
如果擔心spam,在找到合適的防治工具之前,可以先把trackback設定為需要經過審核才會顯示,至少看起來好些。
下載: http://ftp.osuosl.org/pub/drupal/files/projects/trackback-cvs.tar.gz
感謝
我來去試試看!
trackback CVS
出現以下錯誤
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));
這樣就可以用了!
呵呵不知道有沒有什麼後遺症?
tablesort_pager()
tablesort_pager() 好像沒有出現在4.7,在Drupal API的HEAD裡找不到:
tablesort_pager() - http://drupaldocs.org/api/4.6/function/tablesort_pager
恩
呵呵我也搞不懂!就這麼刪了,目前是很正常!撐著用等新版本!
tablesort_pager()為4.6的function
他的用途是讓1,2,3...下一頁這樣的連結可以正常運作~
試試看可不可已到其他頁面,如果正常的話,刪了沒關係
瞭解
目前還沒有問題!
Re: ping.module
如何手動設置PING呢?