plurk
Forum Replies Created
-
Forum: Plugins
In reply to: WYSIWYG editor for Comments?Amusing. I scoured the web looking for a plugin to do just this before breaking down to hack out one from the wp-admin page. I now know about not only Raj’s, but also one by lifesinger here. There really wasn’t any need for mine. *shrug* Oh well, 25 minutes down the drain. 😉
Forum: Plugins
In reply to: WYSIWYG editor for Comments?Actually it proved a lot easier to do then all that. There are a few JS files in the wp-includes/js/ and a few minor changes that have to be done in order to enable it. I wrote a plugin to do it. Requires very little intervention on the administrator’s side. All you have to do is add title=”true” to the comment textarea and activate the plugin. Assuming the comment_form hook hasn’t been messed up in your theme, it should work. At least it has for me.
Forum: Plugins
In reply to: Wp-Stats ProblemMy guess would be pre 1.0 The comment approval stuff was added then. The script on the other hand appears to have been written for wordpress 1.0+. You can fix it by upgrading or by removing references to comment_approved in the SQL query and post_name to post_title. And I’m guessing ditching the Post Categories Stats section … I’d have to see the code to figure out if you could downgrade it to 0.7.
Forum: Plugins
In reply to: New Archive StructureI noticed that, but you also mentioned something about adding something to the wiki. Not that it overly matters now I think. The mess that I made of the forum has been fixed.