Forums

smilies hack by alexking (3 posts)

  1. Anonymous
    Unregistered
    Posted 7 years ago #

    how can i customize the smilies hack by alexking to add my own smilies??

  2. Kafkaesqui
    Moderator
    Posted 7 years ago #

    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...

  3. Mark (podz)
    Support Maven
    Posted 7 years ago #

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.