Hello,
first, sorry for my bad english!
I use Joomla 3.3.x and CComment Core.
I can't create my own plugin (i'm not a programmer/coder), but i need CComment in bottom of the Extension "OSG Seminar Manager".
Is there any other way to use it in this Extension?
I was thinking i use a module (with content {loadposition position} oder {ccomment}?) and put it in the view from "OSG Seminar Manager" but i don't know how i have to do this.
I found something like this:
<?php if(JRequest::getVar('option') == 'com_content' && JRequest::getVar('view') == 'article') : ?>
<jdoc:include type="modules" name="model" style="xhtml" />
<? endif; ?>
but i've read that at Joomla3 i have to use JInput and not JRequest?!
Please can you help me?