Sorry I haven't been active and answering questions. I am uploading a new version, which will fix a bug I found where the non-moderation points total was incorrectly calculated, leading to users getting a negative score (and thus being banned from …
Version 1.2 changes the code a bit to place the moderation vote lists outside of the comment body 'div', fixing compatibility with the Quotations extension (which, with prior versions of this extension, would include the then-current vote list in th…
I doubt anyone else has modified the style much yet, as this is still relatively new, but please go ahead and fix it all you want. I'm not a CSS wizard so the people who are just made it look good with the default Vanilla style. If you have an imp…
Thanks - I think I see the cause of that and will make sure to test it and fix it for the next release. I will post here if I have any difficulty reproducing the error.
EDIT: No, now that I took a second look, this problem should not occur. It lo…
This shouldn't interfere with any other extensions, although if it does please do tell me about it here. Let me know what you like or dislike about it, too. Thanks! :)
@Resilient: Thanks, that's just fine. I know how work can interfere with hobbies from time to time (it took me 2 years to get around to writing this extension, if that's any indicator!)
Odd - it should just be giving the username. Can you look at the HTML source to see if the images are being stuffed into the 'a' tags that this extension is making or if they are coming from somewhere else? Maybe it's coming from some CSS decorati…
Yeah, I posted a question about extension.php not playing nice with Friendly URLs. I think that only the about link is affected, though. The actual moderation commands (up, down, and unfair) should be okay, but let me know if I'm wrong about that.…
I hope people give this a shot and test it out. It doesn't yet exist on the live site it is intended for ... essentially, what happened is that a high-traffic website had a forum for a long time, but the abusive users were too active and motivated …
Sorry I haven't been active and answering questions. I am uploading a new version, which will fix a bug I found where the non-moderation points total was incorrectly calculated, leading to users getting a negative score (and thus being banned from …
Version 1.2 changes the code a bit to place the moderation vote lists outside of the comment body 'div', fixing compatibility with the Quotations extension (which, with prior versions of this extension, would include the then-current vote list in th…
I doubt anyone else has modified the style much yet, as this is still relatively new, but please go ahead and fix it all you want. I'm not a CSS wizard so the people who are just made it look good with the default Vanilla style. If you have an imp…
Thanks - I think I see the cause of that and will make sure to test it and fix it for the next release. I will post here if I have any difficulty reproducing the error.
EDIT: No, now that I took a second look, this problem should not occur. It lo…
This shouldn't interfere with any other extensions, although if it does please do tell me about it here. Let me know what you like or dislike about it, too. Thanks! :)
@Resilient: Thanks, that's just fine. I know how work can interfere with hobbies from time to time (it took me 2 years to get around to writing this extension, if that's any indicator!)
Odd - it should just be giving the username. Can you look at the HTML source to see if the images are being stuffed into the 'a' tags that this extension is making or if they are coming from somewhere else? Maybe it's coming from some CSS decorati…
Yeah, I posted a question about extension.php not playing nice with Friendly URLs. I think that only the about link is affected, though. The actual moderation commands (up, down, and unfair) should be okay, but let me know if I'm wrong about that.…
I hope people give this a shot and test it out. It doesn't yet exist on the live site it is intended for ... essentially, what happened is that a high-traffic website had a forum for a long time, but the abusive users were too active and motivated …
I cheated ... I closed the CommentBody_X div in my code and left its own div open, so the themes/comments.php rendering closes mine in the belief it's closing the CommentBody_X one. It works for now, at least. :)
500 errors can be caused by an .htaccess file with options that the server's configuration file does not permit. Take out the line of the .htaccess file that starts "Options" and try again. It'll be near the top.