Wordpress “Notify Post Author” Hack
(English version)
This hack modifies the wp_notify_postauthor function (this function send an email to the post authors when a new comment/trackback/pingback is posted), transforming plain text emails into HTML emails. Is also provides a CSS file to change the layout and presentation of the email.
You can download the “functions.php” and “email.css” files from here. Extract the files from the zip and upload them to the “wp-includes” folder.
The “functions.php” modified file is from Wordpress v1.2 Mingus. I haven’t tested it with other versions.
(Versión en castellano)
Este “hack” modifica la función wp_notify_postauthor (encargada de enviar un email a los autores de las entradas cuando se añade un nuevo comentario/trackback/pingback), transformando los emails planos en emails HTML. Se proporciona también un archivo CSS para cambiar la distribución y presentación del email.
Podéis descargar los archivos “functions.php” y “email.css” de aquí. Extraed los archivos del zip y subirlos a la carpeta “wp-includes”.
El archivo “functions.php” modificado es del Wordpress v1.2 Mingus. No lo he probado con otras versiones.
.


