[問題] 產生新主題通知使用者的 mod
發表於 : 2003-10-30 10:53
請問有此類的 mod 嗎?
就是說每個禮拜的新主題可以透過一隻 mod 產生
然後寄送給使用者,我每個禮拜都要手工作這件事情
好累喔~~
就是說每個禮拜的新主題可以透過一隻 mod 產生
然後寄送給使用者,我每個禮拜都要手工作這件事情
好累喔~~
easy_admin_topic_notifier.tpl 中文化內容## Author Notes:
##
## This MOD is especially useful for seldom used forums.
##
## The template for the email is copied to the English directory.
## If you want to support different languages change the statement
## $emailer->use_template('easy_admin_topic_notifier', 'english');
## to
## $emailer->use_template('easy_admin_topic_notifier', $row['user_lang']);
## and copy localized versions of the template file
## easy_admin_topic_notifier.tpl in every language directory.
代碼: 選擇全部
Subject: 最新主題通知 - {TOPIC_TITLE}
Charset: big5
這是 {SITENAME} 的一篇新主題: "{TOPIC_TITLE}"
您可以點選底下的連結檢視這個新主題:
{U_TOPIC}
{EMAIL_SIG}如果有開關控制...和只發給特定群組或版面的...過山雲 寫:如果可以修改成
只寄給該版版主\r
該有多好!
我倒是希望修改成像開版大大所提到的那樣子呢 ^^ (就是固定收集一段時間後才發)過山雲 寫:如果可以修改成
只寄給該版版主\r
該有多好!