• I finally upgraded to 2.9.2, and normally I just edit the functions.php file to change the smilies, but I found this post and decided to try it that way instead (looks easier anyway).

    2 questions:

    Is there a way, in the mysmilies hack, to disable the new backwards sorting that the functions.php file does to the smilies?

    In previous versions, I could hack the smiliesreplace to be vertical-align: middle; because they look like crap when not vertically aligned, but I can’t find that function now. Can that be fixed as well?

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter Stephr0x0rs

    (@stephr0x0rs)

    Fixed the alignment problem. Just added this to the css:

    .wp-smiley {
    vertical-align: middle;
    }

    Still not sure about the first question, for now I’ve commented it out in the functions.php file.

Viewing 1 replies (of 1 total)
  • The topic ‘Smiliesreplace and sorting’ is closed to new replies.