Drupal Tips

1. Disable "Add new comment" link for custom node type.

 

  Administer -> Content management -> Content Type -> edit -> Comment Settings -> Default Comment Setting -> Disabled.

 

2. Remove RSS link from the website.

 

  2.1 Remove RSS link from the front page.

 

    php-comment two functions format_rss_channel and format_rss_item from includes/common.inc file.

 

  2.2 Remove RSS link from particular theme.

 

    php-comment $output .= drupal_get_feeds(); in the xxxx.theme file.

 

3. Disable/Enable post information on node content.

 

  Administer » Site building » Themes » Configure » Global settings » Display post information on

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章