Discuz! X3.5 想修改购买附件积分不足的界面,应该在哪里修改?
source/language/forum/lang_template.php 96行
'status_insufficient' => '抱歉,您的 {$_G[\'setting\'][\'extcredits\'][$_G[\'setting\'][\'creditstransextra\'][1]][\'title\']} 不足,无法下载',
修改为:
'status_insufficient' => '抱歉,您的 {$_G[\'setting\'][\'extcredits\'][$_G[\'setting\'][\'creditstransextra\'][1]][\'title\']} 不足,无法下载,请<a href="home.php?mod=spacecp&ac=credit&op=buy" target="_blank">【充值】</a>',