18-Nov-2016, 02:59 AM
Hello Steven,
Thanks again for Commentics, and now 3.0. The new version is quite the improvement of what was already a really good script.
I've quickly noticed a few things that I thought I'd bring to your attention, some bugs, some issues:
Bugs:
1) When a person inputted a website into the form in 2.5 it showed a link to their name. If nothing was entered it was a non-linked name. Upon updating to 3.0 all names are now showing up with links, even if the link is just http://.
2) When adjusting the view pane on my browser (Firefox 50) to its largest width the "Add Comment" button doesn't get bigger but actually shrinks down and is cropped off as "Add Comme". On the other hand, on a mobile the "Add Comment" box is coming up too big, which I presume has to do with my meta tags messing up with how Commentics is understanding the width of the page:
I'm guessing I can force a correction to that with CSS on my end, but I figured I'd let you know. (And on the regular browser on a PC said issue doesn't happen when I size the width of the window down, but does happen when I hit Ctrl-Shift-M.)
3) There's 6 empty boxes under "Comments" and after the last comment, but which disappear when I size down the window to its second-largest size, and which don't appear with Ctrl-Shift-M
Issues:
1) I was going to ask you about if I could change the comments order to "Oldest first", then I noticed the General category which was in a link under Settings --> Layout --> Comments/Form. Not very intuitive I think.
2) If I'm not mistaken, in 2.5 we could choose which BBs would show up, but I can't seem to find that now. Has that disappeared?
3) Sometimes when commenting in the past I unfortunately did so without being detected as the Admin (my fault, not Commentics'). Now that there's the title beneath the Gravatars, is there a way that I could go into the database or MySQL or whatever to change those from "Senior" to "Admin"?
4) I see a red message at the top right of the back-end stating that "The config file is writable. For security it must be read-only." That's one of the files that I edited via your instruction. Having seen the message I changed the file's properties to read-only, re-uploaded it, but the message is still there. Is there something I'm still doing wrong?
That it for now!
And thanks again.
Allan
Thanks again for Commentics, and now 3.0. The new version is quite the improvement of what was already a really good script.
I've quickly noticed a few things that I thought I'd bring to your attention, some bugs, some issues:
Bugs:
1) When a person inputted a website into the form in 2.5 it showed a link to their name. If nothing was entered it was a non-linked name. Upon updating to 3.0 all names are now showing up with links, even if the link is just http://.
2) When adjusting the view pane on my browser (Firefox 50) to its largest width the "Add Comment" button doesn't get bigger but actually shrinks down and is cropped off as "Add Comme". On the other hand, on a mobile the "Add Comment" box is coming up too big, which I presume has to do with my meta tags messing up with how Commentics is understanding the width of the page:
Code:
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script>if ($(window).width() < 767) { $('meta[name=viewport]').attr('content','width=320'); }</script>
I'm guessing I can force a correction to that with CSS on my end, but I figured I'd let you know. (And on the regular browser on a PC said issue doesn't happen when I size the width of the window down, but does happen when I hit Ctrl-Shift-M.)
3) There's 6 empty boxes under "Comments" and after the last comment, but which disappear when I size down the window to its second-largest size, and which don't appear with Ctrl-Shift-M
Issues:
1) I was going to ask you about if I could change the comments order to "Oldest first", then I noticed the General category which was in a link under Settings --> Layout --> Comments/Form. Not very intuitive I think.
2) If I'm not mistaken, in 2.5 we could choose which BBs would show up, but I can't seem to find that now. Has that disappeared?
3) Sometimes when commenting in the past I unfortunately did so without being detected as the Admin (my fault, not Commentics'). Now that there's the title beneath the Gravatars, is there a way that I could go into the database or MySQL or whatever to change those from "Senior" to "Admin"?
4) I see a red message at the top right of the back-end stating that "The config file is writable. For security it must be read-only." That's one of the files that I edited via your instruction. Having seen the message I changed the file's properties to read-only, re-uploaded it, but the message is still there. Is there something I'm still doing wrong?
That it for now!
And thanks again.
Allan