Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Joomla 1.5 からの「サイト名のユーザーのアカウント詳細」メールを無効にしようとしています。次のコード行をコメントアウトしましたが、まだ送信中です。
components/com_user/controller.php:519
JUtility::sendMail($mailfrom, $fromname, $email, $subject, $message);
それはフロントエンド登録用です。バックエンドからユーザーを登録するときにこれらのメールを無効にする場合は、コードを編集する必要がありますadministrator/components/com_user/controller.php:189
administrator/components/com_user/controller.php:189
1.5 でこれを達成する唯一の方法がコア ファイルのハッキングであるというのは残念です...