Viewing 4 replies - 1 through 4 (of 4 total)
  • Contact the author of the plugin and ask them. They would probably know more about how to include these, and if it was possible.

    look for this line in the Rust Asides Code (line 21):

    echo "<li>".trim($rAsides[$i])."</li>";

    change to:

    echo "<li>".convert_smilies(trim($rAsides[$i]))."</li>";

    Thread Starter poons15

    (@poons15)

    cool thanks Matt!

    I did contact the author Lorelle. He didn’t reply. That was back on April 23rd on his website. ??

    Thanks for the help Matt, I will try that!

    Thread Starter poons15

    (@poons15)

    Thank you so much Matt!! It worked like a charm! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add Smileys to RustAsides’ is closed to new replies.