I need some people to run though v2.0 beta of my Quote Comment plugin (old version here) please! Just install it (easy to do) on your blog, preferrably a dev blog, and see if you can break it. :)
You can download the beta version right here.
Much appreciated!
ill do it for you Viper, i use it on EuroCSS.NET anyway...
Hmmm it does not seem to be working...
What seems to be not working?
Hey viper, I installed the plugin, added <?php if (function_exists('quote_comment') quote_comment(); ?> in my comments template and it returned the following error:
Parse error: parse error, unexpected T_STRING in /home/domains/loganleger.com/web/wp-content/themes/my.theme/comments.php on line 27
. Any idea what's up?
It should be this, sorry:
<?php if (function_exists('quote_comment')) quote_comment(); ?>
Note the addition of a missing ).
grafx77
Member
Posted 3 years ago #
O yes. That makes alot of difference. It works great now. I love beta testing so I decided to skip the dev site on this one. See it in action at loganleger.com. Great plugin.
Thanks. Make sure to let me know if you encounter any issues. :)
For me it just dont seem to be quoting the comments :/ its running live on www.eurocss.net
He's the final version I think unless anyone can find any bugs: download
Phunky: I don't see a quote link? Is that the problem or do I have to be logged in to see it?
You need to be logged in to see it, its comes after the date the post was created.
ill try the final version and see if that fixes any issuses
http://eurocss.net/jolt-total-carnage-league-is-live/#comment-3064
Hmm, weird. It may due to how you've customized up WordPress. Are your comments still having the filter comment_text being applied to them? i.e. you aren't just manually fetching and displaying comments from the database, are you?
Although I don't see this in the source code either:
<!-- Comment ID #3064 Will Be Quoted Here -->
which means it's been replaced, so again, weird...
Arrr i bet thats why, tbh ive forgotten what i edited :D but i do remeber hacking it up so that it allowed more tags and such in comments so that proberly is it!
Oh well the early version still works enuff :D
You know there's a function that controls allowed tags, right? ;)
Viper, great enhancement, better than the previous version a lot.
I would like to see an option to allow disable nested quote. Is it possible? Thanks a lot.
You mean don't add quoted comments inside another quoted comment? Yeah, I think I can do that.
Yes, just like you said. ;)
Problem confirmed, Phunky. I just realized that I bet the script that makes sure that commenters don't use non-allowed tags is stripping out the <!-- blah --> because technically it's an HTML tag. I didn't notice as I was testing it while logged in. :/
Hmm, should I see if I can add <!-- --> to kses.php's array via my plugin? Or should I use like [Comment ID #3064 Will Be Quoted Here]?
The original point of using HTML comments was that if you disabled my plugin, you wouldn't be left with weird things.
However, perhaps leaving some kinda note would be good. I mean if someone is replying to a comment and the quoted comment doesn't show up because the plugin's disabled, it's gonna look a bit off.
Okay, here's RC2. Actually tested non-logged in and it should actually work now. Oh, and tinyau's suggestion added too. :)