1. Martin Brampton
  2. Plugins
  3. Tuesday, 05 June 2018
  4.  Subscribe via email
I've integrated CComment with Remository (of which I'm the author) for a client. To achieve this, I seem to have needed to make some changes to CComment code, although it would seem preferable for everything to be handled by the Remository plugin. In the file ..plugins/content/joscomment/joscomment.php I added a default to the case statement in the method findOutComponent, as shown here:

default:
$parts = explode('.', $context);
$component = $parts[0];

It could have been Remository specific, but this seems a reasonable generic default on the assumption that the context is something following a pattern similar to 'com_remository.file'.

Since Remository doesn't make much use of a parameter object, I also needed to make a change within the onContentAfterDisplay method of the same file, altering the test for com_content to include com_remository:

if ($component == 'com_content' OR 'com_remository' == $component)


Is there some alternative approach that I could have used? Without these changes, the logic seems to mean that nothing will be generated for the comments relating to Remository. Obviously, it is undesirable to change this file, because the changes will have to be done again whenever there is a new release.
Responses (1)


There are %s replies to this question. If you want to see them you need a valid subscription.
If you have a valid subscription, please login now.
Visit store now

Last questions

Comment input field is not displayed
If I want to leave a comment on a post, I click on the button and a new page wit...
2 Replies
Posted on Friday, 20 December 2024
  • New
  • HotSpots Pro 6.0.12 crashes on FrontEnd with Conso
    Hi there, Not sure what happened but all of a sudden nothing shows up and giv...
    3 Replies
    Posted on Wednesday, 11 December 2024
    CComment - field - website address
    Hello In previous versions of CComment, it was possible to enable a field in ...
    0 Replies
    Posted on Saturday, 14 December 2024
  • New
  • Profile image for admin not showing
    Hi, profile image for administrator is not showing in comment. https://www.hu...
    0 Replies
    Posted on Friday, 13 December 2024
    How can I integrate the CComment input field into
    I’ve created com_content and a module for displaying the latest comments, which ...
    3 Replies
    Posted on Friday, 06 December 2024
    • #CComment
    • #comments
    • #module
    • #comments editor
    • #Ccomment Pro
    • #Joomla 5