×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: CComments for another Extension

CComments for another Extension 9 years 6 months ago #28043

  • F.Weber
  • F.Weber's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Hello,

first, sorry for my bad english! :unsure: :blush:
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? :huh:

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. :dry:

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?! :huh:

Please can you help me?

CComments for another Extension 9 years 6 months ago #28047

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hello,

unless someone writes a plugin for OSG SEminar you cannot use the comment system with it. (btw why not test Matukio?)

Regards,
Daniel

CComments for another Extension 9 years 6 months ago #28051

  • F.Weber
  • F.Weber's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Can you write one for free for the next update of ccomment core? :blush:
I mean there are other plugins for other extensions (k2, Matukio, Seblod...) too. :whistle:

Why i don't test Matukio is because i've spend a lot of time into OSG to learn it...
The optics of Matukio isn't what i'm looking for.
OSG is for free! ;)

You don't know how i can use JInput to do what i want to do? :unsure:

CComments for another Extension 9 years 6 months ago #28060

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
I've added this plugin on the todo list, but I cannot garantee that it will end up in the core version.

As far Jrequest is concerned use:
JFactory::getApplication()->input->get('variable_name', 'default_value');

Regards,
Daniel

CComments for another Extension 9 years 6 months ago #28064

  • F.Weber
  • F.Weber's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Added to the todo-list is fine/nice. ;)
I hope it comes for the Core :unsure: and i hope it comes soon too. :blush:
Thanks!

PS: Thanks for the code-snippet :) , but like i said i'm not a programmer (can't used it correctly). :dry:
Need it like the code on top but with the snippet to test it.
  • Page:
  • 1
Time to create page: 0.119 seconds