Viewing 2 replies - 1 through 2 (of 2 total)
  • 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…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘smilies hack by alexking’ is closed to new replies.