Thanks for the typo find. But it still does work for me. The button executes Javascript to show the comment form. Make sure the commentform options are set and that you don't get any JS errors in your browser (which is it btw?).
"Make sure the commentform options are set" -> means?
I use FF 7.0
...ahhhh I think I found it. I had colorbox plugin disabled and then the addcomment button has no function when clicking it (only) on the stopdesign image.php page. (album view is ok)
Now I enabled the colorbox plugin and voila... also the addcomment button on the image view page works now when I click it.
How can that be that this colorbox plugin has an effect on that addcomment button!? strange thing imho
Well, it has as it is a bug or leftover. The colorbox plugin just loads the scripts as set but it does not add the define js code how to use the colorbox so that throws an error if colorbox is disabled. This has already been fixed in the nightly builds.
Comments
I found that bug. Look in your 1.4.1.3.zip package in file
themes/stopdesign/css/comments-hide.css
There is
`#addcommentbutton {
display: blovk;
}
`
blovk!? changed to block and the addcomment button is back again!
The "addcomment button" is there after that change but has no functionality. Nothing happens when I click on that button
I use FF 7.0
...ahhhh I think I found it. I had colorbox plugin disabled and then the addcomment button has no function when clicking it (only) on the stopdesign image.php page. (album view is ok)
Now I enabled the colorbox plugin and voila... also the addcomment button on the image view page works now when I click it.
How can that be that this colorbox plugin has an effect on that addcomment button!? strange thing imho