I was hoping to do this:
http://www.scriptygoddess.com/archives/001293.php
But I don't want them in my comments (I don't get that many comments added to make it worth doing! haha) I want them for me to use when I post an entry and have them show up there along the top with the bold, italic, underline buttons.
I just cannot figure out where I'm supposed to edit so I can add the fancy bits to make the smilies appear for clicking.
Any suggestions? Am I just not opening my eyes enough to see the obvious here? *laughs*
Edit: NM! =) Someone who visited my site suggested another smilies thingy. It works great.
http://www.10500bc.org/code/mt_howto_smiliebar.php
Then on this part, mid way down:
CODE
[B]function insertSmilies (v) {
document.forms[2].elements[6].focus();
document.selection.createRange().text = v;
}[/B]
document.forms[2].elements[6].focus();
document.selection.createRange().text = v;
}[/B]
I changed 6 to 5. Course, now I have to hand-type them into my Extended Entries, but it's better than hand-typing them all the time at the top box.
Then where it says:
CODE
[B]<font class="pagetitle">Main Entry Text</font>[/B]
Just search out whatever the text is above the main entry box. Since I'm using a different version that the one he used for the lesson, it's different text.