Arbitrary section
Change Log
2.4
Final Release!
This Version Is For WP 1.5 up to 2.0, Anything Over 2.0 May Or May Not Work!
Starting Work On New Plugin, LMB^Box Comment Editor That Will Take Over.
Updated Code And Class To Use Better Features.
Removed Documentation From Plugin File. Now Only Located In readme.txt File.
Updated Quicktags Help Link.
Changed Options Page Name From LMB^Box Comment Quicktags To Comment Quicktags.
2.3
Changed get_settings('home') To get_settings('siteurl').
Added Header Output For Directly Accessed Javascript (Thanks To rudd-o AT rudd-o DOT com).
2.2
Fixed Slow Loading Problems Of Toolbar.
Updated Plugin Version Notifier Code.
2.1
Fixed Plugin's XHTML Validation, Now Validates XHTML 1.0 Transitional.
Added Plugin Version Notifier.
2.0
Rewrote plugin into a PHP Class.
Fixed magic_quotes adding '\' to button options.
Optimized plugin code.
Fixed updating options and moving button problems.
NOTE: Function call has changed! Make sure you read Step 3!
1.7.2
Removed some old ToDo comments.
Removed Safari brower check (Quicktags should work fine in Safari).
1.7.1
Fixed the version #'s (Doh!) in the file (thanks to Kenny for telling).
1.7
Found and fixed some wrong code in the deactivation script to ask to remove DB entries.
1.6
Added Options Page for plugin's settings!
Added ability to add/edit/manage/remove Quicktags Buttons.
Added ability to disable display of Comment Quicktags Toolbar without removing plugin
or code from your comments.php file.
1.5
Plugin's Name Changed! From WP Comment Quicktags Plus to LMB^Box Comment Quicktags!
1.4
Added Steps 3.1 and 3.2 documentation.
1.3
I fixed a problem with the style sheet and the display of the quicktags bar:
The styles where definded as classes and the main div used a class of
comment_quicktags, but for some reason the styles for the input buttons
didn't pass through the main div (comment_quicktags) to the quicktags toolbar
div (id="ed_comment_quicktags"). I first just added "#ed_comment_quicktags" in
between the ".comment_quicktags" and "input.ed_button" / "input:focus.ed_button"
styles, and this worked just fine. I didn't know why this was happening. I then
tried changing the class comment_quicktags to an ID (#) instead (I also removed
what I just added so that it was back to the way it was). I edited the plugin
file to change the main div from a class of comment_quicktags to an id of
comment_quicktags so that the styles will work. Guess what? No problems with
the input styles not passing through the main div now! I don't know why this is
but it works! So I figured that it would be better to use the id (#) version of
the fix instead of adding "#ed_comment_quicktags" in between the
".comment_quicktags" and "input.ed_button" / "input:focus.ed_button" styles.
This way if anybody really needs to add a button to the main div and not the
quicktags toolbar div, then the styles will still work correctly. By the way,
if anybody knows why this happened, please leave a comment on my blog at
http://aboutme.lmbbox.com.
1.2
I have now included a readme.txt file with the plugin and I have also edited the
documentation in the file.
Added button template code and documentation for adding new buttons.
1.1
The first offical release of WP Comment Quicktags Plus for WordPress!