I still don't really get it, so be honest. I put the following code in the template of my component:
<?php
$option = JRequest::getCMD('option');
require_once(JPATH_ROOT . DS . 'administrator' . DS . 'components' . DS . 'com_comment' . DS . 'plugin' . DS . $option . DS . 'josc_com_tvr.php');
?>
But all it shows is the following:
Schrijf commentaar (0 Commentaar)
Rather than a box in which I can type my comment.
By the way, wouldn't it be easier for plugin developers if all the variables which need changing would be defined in some .ini file? And also I'd like to see an option to turn of the "Subject" field for a comment, because I don't need it.
ps. I'd share, but it's really specific to a component which in turn I build specifically for my site and is of no use to others