This is what I want displayed on 1st level comments and disabled for 2+ deep: <?php if(function_exists(ckrating_display_karma)) { ckrating_display_karma(); } ?>
Any idea how to approach this?
The topic ‘[Plugin: reply] Identifying the Reply Loop’ is closed to new replies.
(@roadies)
15 years, 6 months ago
I’m attempting to display a plugin on original comments, but not display it on any replies.
Here’s my callback function:
This is what I want displayed on 1st level comments and disabled for 2+ deep:
<?php if(function_exists(ckrating_display_karma)) { ckrating_display_karma(); } ?>Any idea how to approach this?