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 ).
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 http://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 π 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 π