I've implemented an upgrade to my commenting form that I've been working on.
It starts with the Quicktags I first saw at Arvid's Movalog site. He tweaked Alex King's JavaScript Quick Tags that I guess are built into Wordpress. I took Alex's files and hacked my way through them until I ended up with a 2 line series of buttons with different labeling.
I added to that the instant previewing that I stole from Greg's blog. It was part of the equix theme for the WP 1.5 theme competition.
So, now you can add bold, italics, underline, strike through,
blockquote,links and
- bulleted
- numbered
Now, to work on those notifications ...
This is a test comment.
Hmmm. My Quick tags don't work! Argh. Too late to work on it now. Off to bed.
And apparently it also ensures that each post goes up twice! Nifty--now I can read your blog in stereo. : )
Yeah, you seriously need to get those notifications working. What's the issue? And why hasn't MT patched it yet?
MT-Notifier is next on my list. That's supposed to fix it.
I have no idea what Six Aprt has been doing on this. They've seriously dropped the ball on communication with their customers on this.
Aha! I fixed it. I forgot to add one little line to my template.
I added the Quick Tags and preview to the comment error template as well. I also deleted the Preview button, since it's not needed anymore.
Oh, and the double post earlier had nothing to do with this. I got a 500 error from my server when I was posting it, so I hit save again. I failed to notice that it made two posts when I did that.
It works on FireFox too.
Testing from Firefox
yep, it works still works works again
(do I need to hit the tabs for each bullet?)
Jema,
In HTML you need to wrap you entire bulleted list in either the bullet tag (UL - Unordered List) or the numbered tag (OL - Ordered List). With in that, you need to use the list item tag (LI) arouns each line of your list.
Does that help?
Clear as mud! I'm so not HTML-literate! I was just playing around with the buttons to see what they would do. They are handy for us who don't have all that HTML stuff in our heads and want to spiff up our comments.
That's one of the reasons I did it, but I mainly did because I'm a geek and I though it'd be fun.
OK, here's what you do.
Clearer? :-)