how can i customize the smilies hack by alexking to add my own smilies??
how can i customize the smilies hack by alexking to add my own smilies??
Ok, I apparently missed a little something. You also need to reiterate in my_hacks the following (from vars.php -- just insert it after the array_merge):
foreach($wpsmiliestrans as $smiley => $img) {
$wp_smiliessearch[] = $smiley;
$smiley_masked = str_replace(' ', '', $smiley);
$wp_smiliesreplace[] = " <img src='" . get_settings('siteurl') . "/wp-images/smilies/$img' alt='$smiley_masked' />";
}
Then it should work...
Do it this way:
http://www.tamba2.org.uk/wordpress/smilies/
This topic has been closed to new replies.