Drupal 7 Epaper (simplenews) 筆記
使用newspaper模組的時候,有一個惱人的連結一直除不掉
發現/simplenews/theme/
simplenews-newsletter-body.tpl.php
在寫body的內容也只有寫道 print render($build)
後來才發現原來要移去taxonomy連結,必需要文章類別的顯示那裡移除
In D7 you can edit the content type "field display" and choose the "view mode" Newsletter.
If you disable the display of the taxonomy reference field (hidden), you're issue is solved.
發現/simplenews/theme/
simplenews-newsletter-body.tpl.php
在寫body的內容也只有寫道 print render($build)
後來才發現原來要移去taxonomy連結,必需要文章類別的顯示那裡移除
In D7 you can edit the content type "field display" and choose the "view mode" Newsletter.
If you disable the display of the taxonomy reference field (hidden), you're issue is solved.
解答:https://drupal.org/node/1078628
另外,我裝了這幾個模組
ckeditor l10n_update mimemail mailsystem simplenews
留言